diff --git a/src/react/Accounts/AccountsDerivAccountDarkIcon.tsx b/src/react/Accounts/AccountsDerivAccountDarkIcon.tsx
index 54869605d5..569c9e2f56 100644
--- a/src/react/Accounts/AccountsDerivAccountDarkIcon.tsx
+++ b/src/react/Accounts/AccountsDerivAccountDarkIcon.tsx
@@ -20,7 +20,7 @@ export const AccountsDerivAccountDarkIcon = (
{...props}
>
{title ?
{title} : null}
-
+
-
+
diff --git a/src/react/Accounts/AccountsDerivAccountLightIcon.tsx b/src/react/Accounts/AccountsDerivAccountLightIcon.tsx
index 73548c38f8..780d3b3338 100644
--- a/src/react/Accounts/AccountsDerivAccountLightIcon.tsx
+++ b/src/react/Accounts/AccountsDerivAccountLightIcon.tsx
@@ -20,7 +20,7 @@ export const AccountsDerivAccountLightIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Accounts/AccountsDerivCtraderIcon.tsx b/src/react/Accounts/AccountsDerivCtraderIcon.tsx
new file mode 100644
index 0000000000..09d5ed7116
--- /dev/null
+++ b/src/react/Accounts/AccountsDerivCtraderIcon.tsx
@@ -0,0 +1,38 @@
+import * as React from 'react';
+import { Ref, forwardRef } from 'react';
+import { QuillSvgProps, sizes } from '../../types';
+interface SVGRProps {
+ title?: string;
+ titleId?: string;
+}
+export const AccountsDerivCtraderIcon = (
+ { iconSize = 'md', title, titleId, ...props }: QuillSvgProps & SVGRProps,
+ ref: Ref,
+) => (
+
+);
+const ForwardRef = forwardRef(AccountsDerivCtraderIcon);
+export default ForwardRef;
diff --git a/src/react/Accounts/AccountsDerivXIcon.tsx b/src/react/Accounts/AccountsDerivXIcon.tsx
index 7000679a61..8e389eb34d 100644
--- a/src/react/Accounts/AccountsDerivXIcon.tsx
+++ b/src/react/Accounts/AccountsDerivXIcon.tsx
@@ -20,7 +20,7 @@ export const AccountsDerivXIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Accounts/AccountsDmt5CfdsIcon.tsx b/src/react/Accounts/AccountsDmt5CfdsIcon.tsx
index 302c8a2c11..6f1e49f393 100644
--- a/src/react/Accounts/AccountsDmt5CfdsIcon.tsx
+++ b/src/react/Accounts/AccountsDmt5CfdsIcon.tsx
@@ -20,7 +20,7 @@ export const AccountsDmt5CfdsIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Accounts/AccountsDmt5DerivedIcon.tsx b/src/react/Accounts/AccountsDmt5DerivedIcon.tsx
index 6c37fdbc44..5ca28b625c 100644
--- a/src/react/Accounts/AccountsDmt5DerivedIcon.tsx
+++ b/src/react/Accounts/AccountsDmt5DerivedIcon.tsx
@@ -20,7 +20,7 @@ export const AccountsDmt5DerivedIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Accounts/AccountsDmt5FinancialIcon.tsx b/src/react/Accounts/AccountsDmt5FinancialIcon.tsx
index 82b6940b48..21ece47721 100644
--- a/src/react/Accounts/AccountsDmt5FinancialIcon.tsx
+++ b/src/react/Accounts/AccountsDmt5FinancialIcon.tsx
@@ -20,7 +20,7 @@ export const AccountsDmt5FinancialIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Accounts/AccountsDmt5SwfIcon.tsx b/src/react/Accounts/AccountsDmt5SwfIcon.tsx
index 023d5119e8..6e557b90ca 100644
--- a/src/react/Accounts/AccountsDmt5SwfIcon.tsx
+++ b/src/react/Accounts/AccountsDmt5SwfIcon.tsx
@@ -20,7 +20,7 @@ export const AccountsDmt5SwfIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Accounts/AccountsDmt5ZrsIcon.tsx b/src/react/Accounts/AccountsDmt5ZrsIcon.tsx
new file mode 100644
index 0000000000..f30c7680d5
--- /dev/null
+++ b/src/react/Accounts/AccountsDmt5ZrsIcon.tsx
@@ -0,0 +1,43 @@
+import * as React from 'react';
+import { Ref, forwardRef } from 'react';
+import { QuillSvgProps, sizes } from '../../types';
+interface SVGRProps {
+ title?: string;
+ titleId?: string;
+}
+export const AccountsDmt5ZrsIcon = (
+ { iconSize = 'md', title, titleId, ...props }: QuillSvgProps & SVGRProps,
+ ref: Ref,
+) => (
+
+);
+const ForwardRef = forwardRef(AccountsDmt5ZrsIcon);
+export default ForwardRef;
diff --git a/src/react/Accounts/index.ts b/src/react/Accounts/index.ts
index 1ba87a9db5..035b01280b 100644
--- a/src/react/Accounts/index.ts
+++ b/src/react/Accounts/index.ts
@@ -4,4 +4,6 @@ export { default as AccountsDmt5DerivedIcon } from './AccountsDmt5DerivedIcon';
export { default as AccountsDmt5FinancialIcon } from './AccountsDmt5FinancialIcon';
export { default as AccountsDmt5CfdsIcon } from './AccountsDmt5CfdsIcon';
export { default as AccountsDmt5SwfIcon } from './AccountsDmt5SwfIcon';
+export { default as AccountsDmt5ZrsIcon } from './AccountsDmt5ZrsIcon';
export { default as AccountsDerivXIcon } from './AccountsDerivXIcon';
+export { default as AccountsDerivCtraderIcon } from './AccountsDerivCtraderIcon';
diff --git a/src/react/Currencies/CurrencyAdaIcon.tsx b/src/react/Currencies/CurrencyAdaIcon.tsx
index e582fe01d2..2084b7a55d 100644
--- a/src/react/Currencies/CurrencyAdaIcon.tsx
+++ b/src/react/Currencies/CurrencyAdaIcon.tsx
@@ -20,7 +20,7 @@ export const CurrencyAdaIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Currencies/CurrencyAlgoIcon.tsx b/src/react/Currencies/CurrencyAlgoIcon.tsx
index 5740dc7ef1..e5b2fc001e 100644
--- a/src/react/Currencies/CurrencyAlgoIcon.tsx
+++ b/src/react/Currencies/CurrencyAlgoIcon.tsx
@@ -20,7 +20,7 @@ export const CurrencyAlgoIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Currencies/CurrencyBatIcon.tsx b/src/react/Currencies/CurrencyBatIcon.tsx
index 686963b0f3..96149725b5 100644
--- a/src/react/Currencies/CurrencyBatIcon.tsx
+++ b/src/react/Currencies/CurrencyBatIcon.tsx
@@ -20,7 +20,7 @@ export const CurrencyBatIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Currencies/CurrencyBusdIcon.tsx b/src/react/Currencies/CurrencyBusdIcon.tsx
index 9965076429..7f4dda99de 100644
--- a/src/react/Currencies/CurrencyBusdIcon.tsx
+++ b/src/react/Currencies/CurrencyBusdIcon.tsx
@@ -20,7 +20,7 @@ export const CurrencyBusdIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Currencies/CurrencyDashIcon.tsx b/src/react/Currencies/CurrencyDashIcon.tsx
index e47001127b..f2dc13adcb 100644
--- a/src/react/Currencies/CurrencyDashIcon.tsx
+++ b/src/react/Currencies/CurrencyDashIcon.tsx
@@ -20,7 +20,7 @@ export const CurrencyDashIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Currencies/CurrencyDogeIcon.tsx b/src/react/Currencies/CurrencyDogeIcon.tsx
index 1f9b6f3859..a5078a964b 100644
--- a/src/react/Currencies/CurrencyDogeIcon.tsx
+++ b/src/react/Currencies/CurrencyDogeIcon.tsx
@@ -20,7 +20,7 @@ export const CurrencyDogeIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Currencies/CurrencyDotIcon.tsx b/src/react/Currencies/CurrencyDotIcon.tsx
index 5f24dbf71c..8badb40f5c 100644
--- a/src/react/Currencies/CurrencyDotIcon.tsx
+++ b/src/react/Currencies/CurrencyDotIcon.tsx
@@ -20,7 +20,7 @@ export const CurrencyDotIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Currencies/CurrencyEtcIcon.tsx b/src/react/Currencies/CurrencyEtcIcon.tsx
index 231873a108..f744c74539 100644
--- a/src/react/Currencies/CurrencyEtcIcon.tsx
+++ b/src/react/Currencies/CurrencyEtcIcon.tsx
@@ -20,7 +20,7 @@ export const CurrencyEtcIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Currencies/CurrencyEursIcon.tsx b/src/react/Currencies/CurrencyEursIcon.tsx
index 2173291de0..c9700f9f74 100644
--- a/src/react/Currencies/CurrencyEursIcon.tsx
+++ b/src/react/Currencies/CurrencyEursIcon.tsx
@@ -20,7 +20,7 @@ export const CurrencyEursIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Currencies/CurrencyFilIcon.tsx b/src/react/Currencies/CurrencyFilIcon.tsx
index afceb28d6a..cad84f1c62 100644
--- a/src/react/Currencies/CurrencyFilIcon.tsx
+++ b/src/react/Currencies/CurrencyFilIcon.tsx
@@ -20,7 +20,7 @@ export const CurrencyFilIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Currencies/CurrencyIdkIcon.tsx b/src/react/Currencies/CurrencyIdkIcon.tsx
index 374490baa6..dfdfe35297 100644
--- a/src/react/Currencies/CurrencyIdkIcon.tsx
+++ b/src/react/Currencies/CurrencyIdkIcon.tsx
@@ -20,7 +20,7 @@ export const CurrencyIdkIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Currencies/CurrencyLinkIcon.tsx b/src/react/Currencies/CurrencyLinkIcon.tsx
index 35963fa007..a11a617007 100644
--- a/src/react/Currencies/CurrencyLinkIcon.tsx
+++ b/src/react/Currencies/CurrencyLinkIcon.tsx
@@ -20,7 +20,7 @@ export const CurrencyLinkIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Currencies/CurrencyMaticIcon.tsx b/src/react/Currencies/CurrencyMaticIcon.tsx
index eb7b9a1fcf..9e766b7166 100644
--- a/src/react/Currencies/CurrencyMaticIcon.tsx
+++ b/src/react/Currencies/CurrencyMaticIcon.tsx
@@ -20,7 +20,7 @@ export const CurrencyMaticIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Currencies/CurrencyMkrIcon.tsx b/src/react/Currencies/CurrencyMkrIcon.tsx
index 8b78befa51..eac8ae45d5 100644
--- a/src/react/Currencies/CurrencyMkrIcon.tsx
+++ b/src/react/Currencies/CurrencyMkrIcon.tsx
@@ -20,13 +20,13 @@ export const CurrencyMkrIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Currencies/CurrencyMultiCollateralDaiIcon.tsx b/src/react/Currencies/CurrencyMultiCollateralDaiIcon.tsx
index 5eb53c6e30..56c197666e 100644
--- a/src/react/Currencies/CurrencyMultiCollateralDaiIcon.tsx
+++ b/src/react/Currencies/CurrencyMultiCollateralDaiIcon.tsx
@@ -20,7 +20,7 @@ export const CurrencyMultiCollateralDaiIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Currencies/CurrencyPaxIcon.tsx b/src/react/Currencies/CurrencyPaxIcon.tsx
index 0fd2ebf02b..ae206dd09a 100644
--- a/src/react/Currencies/CurrencyPaxIcon.tsx
+++ b/src/react/Currencies/CurrencyPaxIcon.tsx
@@ -20,7 +20,7 @@ export const CurrencyPaxIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Currencies/CurrencySingleCollateralDaiIcon.tsx b/src/react/Currencies/CurrencySingleCollateralDaiIcon.tsx
index ff36617154..1e1b2ba63c 100644
--- a/src/react/Currencies/CurrencySingleCollateralDaiIcon.tsx
+++ b/src/react/Currencies/CurrencySingleCollateralDaiIcon.tsx
@@ -20,7 +20,7 @@ export const CurrencySingleCollateralDaiIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Currencies/CurrencySolIcon.tsx b/src/react/Currencies/CurrencySolIcon.tsx
index e8e3107512..1962fa93d7 100644
--- a/src/react/Currencies/CurrencySolIcon.tsx
+++ b/src/react/Currencies/CurrencySolIcon.tsx
@@ -20,27 +20,27 @@ export const CurrencySolIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Currencies/CurrencyTerraIcon.tsx b/src/react/Currencies/CurrencyTerraIcon.tsx
index b083a158d2..9b3a2cf731 100644
--- a/src/react/Currencies/CurrencyTerraIcon.tsx
+++ b/src/react/Currencies/CurrencyTerraIcon.tsx
@@ -20,7 +20,7 @@ export const CurrencyTerraIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Currencies/CurrencyTusdIcon.tsx b/src/react/Currencies/CurrencyTusdIcon.tsx
index 8b3c61a2a3..328ac2d6d4 100644
--- a/src/react/Currencies/CurrencyTusdIcon.tsx
+++ b/src/react/Currencies/CurrencyTusdIcon.tsx
@@ -20,7 +20,7 @@ export const CurrencyTusdIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Currencies/CurrencyUniIcon.tsx b/src/react/Currencies/CurrencyUniIcon.tsx
index ec006a2ae4..35bd79de66 100644
--- a/src/react/Currencies/CurrencyUniIcon.tsx
+++ b/src/react/Currencies/CurrencyUniIcon.tsx
@@ -20,7 +20,7 @@ export const CurrencyUniIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Currencies/CurrencyUsdcIcon.tsx b/src/react/Currencies/CurrencyUsdcIcon.tsx
index 8d30502229..c0accf706c 100644
--- a/src/react/Currencies/CurrencyUsdcIcon.tsx
+++ b/src/react/Currencies/CurrencyUsdcIcon.tsx
@@ -20,7 +20,7 @@ export const CurrencyUsdcIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Currencies/CurrencyUsdkIcon.tsx b/src/react/Currencies/CurrencyUsdkIcon.tsx
index 62a2aeb45c..f80cd8ab40 100644
--- a/src/react/Currencies/CurrencyUsdkIcon.tsx
+++ b/src/react/Currencies/CurrencyUsdkIcon.tsx
@@ -20,7 +20,7 @@ export const CurrencyUsdkIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Currencies/CurrencyXtzIcon.tsx b/src/react/Currencies/CurrencyXtzIcon.tsx
index 6996795234..0659e74c69 100644
--- a/src/react/Currencies/CurrencyXtzIcon.tsx
+++ b/src/react/Currencies/CurrencyXtzIcon.tsx
@@ -20,7 +20,7 @@ export const CurrencyXtzIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Flags/FlagArabLeagueIcon.tsx b/src/react/Flags/FlagArabLeagueIcon.tsx
new file mode 100644
index 0000000000..4ac8839e19
--- /dev/null
+++ b/src/react/Flags/FlagArabLeagueIcon.tsx
@@ -0,0 +1,413 @@
+import * as React from 'react';
+import { Ref, forwardRef } from 'react';
+import { QuillSvgProps, sizes } from '../../types';
+interface SVGRProps {
+ title?: string;
+ titleId?: string;
+}
+export const FlagArabLeagueIcon = (
+ { iconSize = 'md', title, titleId, ...props }: QuillSvgProps & SVGRProps,
+ ref: Ref,
+) => (
+
+);
+const ForwardRef = forwardRef(FlagArabLeagueIcon);
+export default ForwardRef;
diff --git a/src/react/Flags/FlagBahamasIcon.tsx b/src/react/Flags/FlagBahamasIcon.tsx
index dc57ba7545..9810424a16 100644
--- a/src/react/Flags/FlagBahamasIcon.tsx
+++ b/src/react/Flags/FlagBahamasIcon.tsx
@@ -20,7 +20,7 @@ export const FlagBahamasIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Flags/FlagCzechRepublicIcon.tsx b/src/react/Flags/FlagCzechRepublicIcon.tsx
index 4fea8329ff..885831d678 100644
--- a/src/react/Flags/FlagCzechRepublicIcon.tsx
+++ b/src/react/Flags/FlagCzechRepublicIcon.tsx
@@ -20,7 +20,7 @@ export const FlagCzechRepublicIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Flags/FlagJordanIcon.tsx b/src/react/Flags/FlagJordanIcon.tsx
index cdb40ef2ab..7c3b5276e2 100644
--- a/src/react/Flags/FlagJordanIcon.tsx
+++ b/src/react/Flags/FlagJordanIcon.tsx
@@ -20,7 +20,7 @@ export const FlagJordanIcon = (
{...props}
>
{title ? {title} : null}
-
+
@@ -47,7 +47,7 @@ export const FlagJordanIcon = (
/>
-
+
diff --git a/src/react/Flags/index.ts b/src/react/Flags/index.ts
index 91bd33890a..dda2f8fc37 100644
--- a/src/react/Flags/index.ts
+++ b/src/react/Flags/index.ts
@@ -81,6 +81,7 @@ export { default as FlagUnitedArabEmiratesIcon } from './FlagUnitedArabEmiratesI
export { default as FlagUnitedKingdomIcon } from './FlagUnitedKingdomIcon';
export { default as FlagUsaIcon } from './FlagUsaIcon';
export { default as FlagVietnamIcon } from './FlagVietnamIcon';
+export { default as FlagArabLeagueIcon } from './FlagArabLeagueIcon';
export { default as FlagCroatiaIcon } from './FlagCroatiaIcon';
export { default as FlagVanuatuIcon } from './FlagVanuatuIcon';
export { default as FlagChannelIslandsIcon } from './FlagChannelIslandsIcon';
diff --git a/src/react/Illustration/DerivDarkChooseCountryIcon.tsx b/src/react/Illustration/DerivDarkChooseCountryIcon.tsx
index f46d804ddc..a41c468a02 100644
--- a/src/react/Illustration/DerivDarkChooseCountryIcon.tsx
+++ b/src/react/Illustration/DerivDarkChooseCountryIcon.tsx
@@ -19,7 +19,7 @@ const DerivDarkChooseCountryIcon = (
>
{title ? {title} : null}
-
+
{title ? {title} : null}
-
+
{title ? {title} : null}
-
+
-
+
-
+
diff --git a/src/react/Illustration/DerivDarkPasswordResetIcon.tsx b/src/react/Illustration/DerivDarkPasswordResetIcon.tsx
index 3fa253cea7..0eef6c5714 100644
--- a/src/react/Illustration/DerivDarkPasswordResetIcon.tsx
+++ b/src/react/Illustration/DerivDarkPasswordResetIcon.tsx
@@ -31,7 +31,7 @@ const DerivDarkPasswordResetIcon = (
/>
-
+
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Illustration/DerivLight0PlaceholderIcon.tsx b/src/react/Illustration/DerivLight0PlaceholderIcon.tsx
new file mode 100644
index 0000000000..981c87c98d
--- /dev/null
+++ b/src/react/Illustration/DerivLight0PlaceholderIcon.tsx
@@ -0,0 +1,89 @@
+import * as React from 'react';
+import { SVGProps, Ref, forwardRef } from 'react';
+interface SVGRProps {
+ title?: string;
+ titleId?: string;
+}
+const DerivLight0PlaceholderIcon = (
+ { title, titleId, ...props }: SVGProps & SVGRProps,
+ ref: Ref,
+) => (
+
+);
+const ForwardRef = forwardRef(DerivLight0PlaceholderIcon);
+export default ForwardRef;
diff --git a/src/react/Illustration/DerivLightBeTransparentIcon.tsx b/src/react/Illustration/DerivLightBeTransparentIcon.tsx
index caca612988..5288fe8351 100644
--- a/src/react/Illustration/DerivLightBeTransparentIcon.tsx
+++ b/src/react/Illustration/DerivLightBeTransparentIcon.tsx
@@ -44,21 +44,21 @@ const DerivLightBeTransparentIcon = (
/>
-
+
);
diff --git a/src/react/Illustration/DerivLightDepositIcon.tsx b/src/react/Illustration/DerivLightDepositIcon.tsx
index d7f3415937..3c635faf16 100644
--- a/src/react/Illustration/DerivLightDepositIcon.tsx
+++ b/src/react/Illustration/DerivLightDepositIcon.tsx
@@ -18,9 +18,9 @@ const DerivLightDepositIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
-
+
diff --git a/src/react/Illustration/DerivLightDiverseInstrumentsIcon.tsx b/src/react/Illustration/DerivLightDiverseInstrumentsIcon.tsx
index df6c882e5a..1ff2aeabb5 100644
--- a/src/react/Illustration/DerivLightDiverseInstrumentsIcon.tsx
+++ b/src/react/Illustration/DerivLightDiverseInstrumentsIcon.tsx
@@ -18,7 +18,7 @@ const DerivLightDiverseInstrumentsIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Illustration/DerivLightDiversifiedPortfolioIcon.tsx b/src/react/Illustration/DerivLightDiversifiedPortfolioIcon.tsx
index 56106a6f6c..56924cccdc 100644
--- a/src/react/Illustration/DerivLightDiversifiedPortfolioIcon.tsx
+++ b/src/react/Illustration/DerivLightDiversifiedPortfolioIcon.tsx
@@ -18,7 +18,7 @@ const DerivLightDiversifiedPortfolioIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Illustration/DerivLightDobPoiIcon.tsx b/src/react/Illustration/DerivLightDobPoiIcon.tsx
index fc17a50272..4a7da46eed 100644
--- a/src/react/Illustration/DerivLightDobPoiIcon.tsx
+++ b/src/react/Illustration/DerivLightDobPoiIcon.tsx
@@ -19,7 +19,7 @@ const DerivLightDobPoiIcon = (
{...props}
>
{title ? {title} : null}
-
+
@@ -51,31 +51,31 @@ const DerivLightDobPoiIcon = (
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/src/react/Illustration/DerivLightEmailVerificationIcon.tsx b/src/react/Illustration/DerivLightEmailVerificationIcon.tsx
index e0785021b6..b9425326a3 100644
--- a/src/react/Illustration/DerivLightEmailVerificationIcon.tsx
+++ b/src/react/Illustration/DerivLightEmailVerificationIcon.tsx
@@ -18,34 +18,41 @@ const DerivLightEmailVerificationIcon = (
{...props}
>
{title ? {title} : null}
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
);
const ForwardRef = forwardRef(DerivLightEmailVerificationIcon);
diff --git a/src/react/Illustration/DerivLightErrorIconIcon.tsx b/src/react/Illustration/DerivLightErrorIconIcon.tsx
index 01f972b93e..8cd1529bfd 100644
--- a/src/react/Illustration/DerivLightErrorIconIcon.tsx
+++ b/src/react/Illustration/DerivLightErrorIconIcon.tsx
@@ -24,7 +24,7 @@ const DerivLightErrorIconIcon = (
/>
);
diff --git a/src/react/Illustration/DerivLightGlobalAccessIcon.tsx b/src/react/Illustration/DerivLightGlobalAccessIcon.tsx
index e09e02e784..0683431d66 100644
--- a/src/react/Illustration/DerivLightGlobalAccessIcon.tsx
+++ b/src/react/Illustration/DerivLightGlobalAccessIcon.tsx
@@ -21,64 +21,64 @@ const DerivLightGlobalAccessIcon = (
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
-
-
+
+
-
-
+
-
+
-
+
-
+
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Illustration/DerivLightIcBlurryDocumentIcon.tsx b/src/react/Illustration/DerivLightIcBlurryDocumentIcon.tsx
index d20a055530..4c7102ea3f 100644
--- a/src/react/Illustration/DerivLightIcBlurryDocumentIcon.tsx
+++ b/src/react/Illustration/DerivLightIcBlurryDocumentIcon.tsx
@@ -19,11 +19,11 @@ const DerivLightIcBlurryDocumentIcon = (
>
{title ? {title} : null}
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
+
@@ -102,7 +102,7 @@ const DerivLightIcBlurryDocumentIcon = (
-
+
diff --git a/src/react/Illustration/DerivLightIcCashierLockedIcon.tsx b/src/react/Illustration/DerivLightIcCashierLockedIcon.tsx
index ec04b3edc6..eb0a6c23d2 100644
--- a/src/react/Illustration/DerivLightIcCashierLockedIcon.tsx
+++ b/src/react/Illustration/DerivLightIcCashierLockedIcon.tsx
@@ -18,7 +18,7 @@ const DerivLightIcCashierLockedIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Illustration/DerivLightIcCashierNoAdsIcon.tsx b/src/react/Illustration/DerivLightIcCashierNoAdsIcon.tsx
index 727145f09f..9e5ec48824 100644
--- a/src/react/Illustration/DerivLightIcCashierNoAdsIcon.tsx
+++ b/src/react/Illustration/DerivLightIcCashierNoAdsIcon.tsx
@@ -18,7 +18,7 @@ const DerivLightIcCashierNoAdsIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Illustration/DerivLightIcCashierSendEmailIcon.tsx b/src/react/Illustration/DerivLightIcCashierSendEmailIcon.tsx
index cbd96f86d6..45ef97a6ed 100644
--- a/src/react/Illustration/DerivLightIcCashierSendEmailIcon.tsx
+++ b/src/react/Illustration/DerivLightIcCashierSendEmailIcon.tsx
@@ -18,7 +18,7 @@ const DerivLightIcCashierSendEmailIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Illustration/DerivLightIcCashierUnderMaintenanceIcon.tsx b/src/react/Illustration/DerivLightIcCashierUnderMaintenanceIcon.tsx
index 91f4aabda7..35cd2a4dd9 100644
--- a/src/react/Illustration/DerivLightIcCashierUnderMaintenanceIcon.tsx
+++ b/src/react/Illustration/DerivLightIcCashierUnderMaintenanceIcon.tsx
@@ -18,9 +18,9 @@ const DerivLightIcCashierUnderMaintenanceIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
-
+
diff --git a/src/react/Illustration/DerivLightIcCashierUserIcon.tsx b/src/react/Illustration/DerivLightIcCashierUserIcon.tsx
index 3999cca136..4b80406a30 100644
--- a/src/react/Illustration/DerivLightIcCashierUserIcon.tsx
+++ b/src/react/Illustration/DerivLightIcCashierUserIcon.tsx
@@ -18,7 +18,7 @@ const DerivLightIcCashierUserIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Illustration/DerivLightIcCloudUploadIcon.tsx b/src/react/Illustration/DerivLightIcCloudUploadIcon.tsx
index 4df97b6e47..cc6aba2643 100644
--- a/src/react/Illustration/DerivLightIcCloudUploadIcon.tsx
+++ b/src/react/Illustration/DerivLightIcCloudUploadIcon.tsx
@@ -21,14 +21,14 @@ const DerivLightIcCloudUploadIcon = (
-
+
diff --git a/src/react/Illustration/DerivLightIcCroppedDocumentIcon.tsx b/src/react/Illustration/DerivLightIcCroppedDocumentIcon.tsx
index 76f4418b00..19fa579738 100644
--- a/src/react/Illustration/DerivLightIcCroppedDocumentIcon.tsx
+++ b/src/react/Illustration/DerivLightIcCroppedDocumentIcon.tsx
@@ -19,8 +19,8 @@ const DerivLightIcCroppedDocumentIcon = (
>
{title ? {title} : null}
-
+
-
+
{title ? {title} : null}
-
+
-
+
{title ? {title} : null}
-
+
-
+
@@ -78,11 +78,11 @@ const DerivLightIcDocumentNameMismatchIcon = (
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Illustration/DerivLightIcEmailSentExpiredIcon.tsx b/src/react/Illustration/DerivLightIcEmailSentExpiredIcon.tsx
index 5c5622f695..88092e1046 100644
--- a/src/react/Illustration/DerivLightIcEmailSentExpiredIcon.tsx
+++ b/src/react/Illustration/DerivLightIcEmailSentExpiredIcon.tsx
@@ -18,9 +18,9 @@ const DerivLightIcEmailSentExpiredIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
-
+
diff --git a/src/react/Illustration/DerivLightIcEmailVerificationLinkBlockedIcon.tsx b/src/react/Illustration/DerivLightIcEmailVerificationLinkBlockedIcon.tsx
index 8538ce0e12..8ed5f0f12b 100644
--- a/src/react/Illustration/DerivLightIcEmailVerificationLinkBlockedIcon.tsx
+++ b/src/react/Illustration/DerivLightIcEmailVerificationLinkBlockedIcon.tsx
@@ -18,9 +18,9 @@ const DerivLightIcEmailVerificationLinkBlockedIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
-
+
diff --git a/src/react/Illustration/DerivLightIcEmailVerificationLinkInvalidIcon.tsx b/src/react/Illustration/DerivLightIcEmailVerificationLinkInvalidIcon.tsx
index 093c3af53e..335492522a 100644
--- a/src/react/Illustration/DerivLightIcEmailVerificationLinkInvalidIcon.tsx
+++ b/src/react/Illustration/DerivLightIcEmailVerificationLinkInvalidIcon.tsx
@@ -18,9 +18,9 @@ const DerivLightIcEmailVerificationLinkInvalidIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
-
+
diff --git a/src/react/Illustration/DerivLightIcEmailVerificationLinkValidIcon.tsx b/src/react/Illustration/DerivLightIcEmailVerificationLinkValidIcon.tsx
index 8fe8d88f7b..a15bebe0e9 100644
--- a/src/react/Illustration/DerivLightIcEmailVerificationLinkValidIcon.tsx
+++ b/src/react/Illustration/DerivLightIcEmailVerificationLinkValidIcon.tsx
@@ -18,9 +18,9 @@ const DerivLightIcEmailVerificationLinkValidIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
-
+
diff --git a/src/react/Illustration/DerivLightIcEnvelopeIcon.tsx b/src/react/Illustration/DerivLightIcEnvelopeIcon.tsx
index 7e326e3b59..e7199faadc 100644
--- a/src/react/Illustration/DerivLightIcEnvelopeIcon.tsx
+++ b/src/react/Illustration/DerivLightIcEnvelopeIcon.tsx
@@ -19,8 +19,8 @@ const DerivLightIcEnvelopeIcon = (
>
{title ? {title} : null}
-
+
-
+
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Illustration/DerivLightIcInfoPasskeyIcon.tsx b/src/react/Illustration/DerivLightIcInfoPasskeyIcon.tsx
index 1cad6e2fa3..54a2908dab 100644
--- a/src/react/Illustration/DerivLightIcInfoPasskeyIcon.tsx
+++ b/src/react/Illustration/DerivLightIcInfoPasskeyIcon.tsx
@@ -18,7 +18,7 @@ const DerivLightIcInfoPasskeyIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Illustration/DerivLightIcNoDataIcon.tsx b/src/react/Illustration/DerivLightIcNoDataIcon.tsx
index 0ad5860a5d..7937fb3095 100644
--- a/src/react/Illustration/DerivLightIcNoDataIcon.tsx
+++ b/src/react/Illustration/DerivLightIcNoDataIcon.tsx
@@ -18,9 +18,9 @@ const DerivLightIcNoDataIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
-
+
diff --git a/src/react/Illustration/DerivLightIcOldIssuedDocumentIcon.tsx b/src/react/Illustration/DerivLightIcOldIssuedDocumentIcon.tsx
index d984a0f3fd..8ce070ea37 100644
--- a/src/react/Illustration/DerivLightIcOldIssuedDocumentIcon.tsx
+++ b/src/react/Illustration/DerivLightIcOldIssuedDocumentIcon.tsx
@@ -18,10 +18,10 @@ const DerivLightIcOldIssuedDocumentIcon = (
{...props}
>
{title ? {title} : null}
-
-
+
+
-
+
@@ -71,7 +71,7 @@ const DerivLightIcOldIssuedDocumentIcon = (
d='M127 2.418H7A3.58 3.58 0 0 0 3.418 6v150A3.58 3.58 0 0 0 7 159.581h120a3.58 3.58 0 0 0 3.581-3.581V6A3.58 3.58 0 0 0 127 2.418Z'
/>
-
+
-
+
diff --git a/src/react/Illustration/DerivLightIcPaymentMethodsWalletIcon.tsx b/src/react/Illustration/DerivLightIcPaymentMethodsWalletIcon.tsx
index 8810a7e8bd..e2c82fdb83 100644
--- a/src/react/Illustration/DerivLightIcPaymentMethodsWalletIcon.tsx
+++ b/src/react/Illustration/DerivLightIcPaymentMethodsWalletIcon.tsx
@@ -18,111 +18,118 @@ const DerivLightIcPaymentMethodsWalletIcon = (
{...props}
>
{title ? {title} : null}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
);
const ForwardRef = forwardRef(DerivLightIcPaymentMethodsWalletIcon);
diff --git a/src/react/Illustration/DerivLightIcPoaLockDemoIcon.tsx b/src/react/Illustration/DerivLightIcPoaLockDemoIcon.tsx
index 2e3cd789bd..eb76ccabc4 100644
--- a/src/react/Illustration/DerivLightIcPoaLockDemoIcon.tsx
+++ b/src/react/Illustration/DerivLightIcPoaLockDemoIcon.tsx
@@ -18,7 +18,7 @@ const DerivLightIcPoaLockDemoIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Illustration/DerivLightIcPoaLockIcon.tsx b/src/react/Illustration/DerivLightIcPoaLockIcon.tsx
index 55c371acfd..86b8548685 100644
--- a/src/react/Illustration/DerivLightIcPoaLockIcon.tsx
+++ b/src/react/Illustration/DerivLightIcPoaLockIcon.tsx
@@ -18,7 +18,7 @@ const DerivLightIcPoaLockIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Illustration/DerivLightIcSpamEmailPasskeyIcon.tsx b/src/react/Illustration/DerivLightIcSpamEmailPasskeyIcon.tsx
index f544911f78..97f60e8048 100644
--- a/src/react/Illustration/DerivLightIcSpamEmailPasskeyIcon.tsx
+++ b/src/react/Illustration/DerivLightIcSpamEmailPasskeyIcon.tsx
@@ -18,9 +18,9 @@ const DerivLightIcSpamEmailPasskeyIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Illustration/DerivLightIcSuccessPasskeyIcon.tsx b/src/react/Illustration/DerivLightIcSuccessPasskeyIcon.tsx
index 2381e98bc6..2444458e8d 100644
--- a/src/react/Illustration/DerivLightIcSuccessPasskeyIcon.tsx
+++ b/src/react/Illustration/DerivLightIcSuccessPasskeyIcon.tsx
@@ -18,7 +18,7 @@ const DerivLightIcSuccessPasskeyIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Illustration/DerivLightIcTypoEmailPasskeyIcon.tsx b/src/react/Illustration/DerivLightIcTypoEmailPasskeyIcon.tsx
index 01aa69d394..b5e139c891 100644
--- a/src/react/Illustration/DerivLightIcTypoEmailPasskeyIcon.tsx
+++ b/src/react/Illustration/DerivLightIcTypoEmailPasskeyIcon.tsx
@@ -18,9 +18,9 @@ const DerivLightIcTypoEmailPasskeyIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Illustration/DerivLightIcVerifyPasskeyIcon.tsx b/src/react/Illustration/DerivLightIcVerifyPasskeyIcon.tsx
index bd72284eea..953c10e1f9 100644
--- a/src/react/Illustration/DerivLightIcVerifyPasskeyIcon.tsx
+++ b/src/react/Illustration/DerivLightIcVerifyPasskeyIcon.tsx
@@ -18,7 +18,7 @@ const DerivLightIcVerifyPasskeyIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Illustration/DerivLightIcWarningIcon.tsx b/src/react/Illustration/DerivLightIcWarningIcon.tsx
index 00b6500f8f..45fb8af695 100644
--- a/src/react/Illustration/DerivLightIcWarningIcon.tsx
+++ b/src/react/Illustration/DerivLightIcWarningIcon.tsx
@@ -18,7 +18,7 @@ const DerivLightIcWarningIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Illustration/DerivLightIcWrongEmailPasskeyIcon.tsx b/src/react/Illustration/DerivLightIcWrongEmailPasskeyIcon.tsx
index 19c102fe15..6c3325e0ed 100644
--- a/src/react/Illustration/DerivLightIcWrongEmailPasskeyIcon.tsx
+++ b/src/react/Illustration/DerivLightIcWrongEmailPasskeyIcon.tsx
@@ -18,9 +18,9 @@ const DerivLightIcWrongEmailPasskeyIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Illustration/DerivLightInflationHedgeIcon.tsx b/src/react/Illustration/DerivLightInflationHedgeIcon.tsx
index bd4c8799d2..58e23b69ea 100644
--- a/src/react/Illustration/DerivLightInflationHedgeIcon.tsx
+++ b/src/react/Illustration/DerivLightInflationHedgeIcon.tsx
@@ -18,7 +18,7 @@ const DerivLightInflationHedgeIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Illustration/DerivLightIntegrityIcon.tsx b/src/react/Illustration/DerivLightIntegrityIcon.tsx
index f8f5be0cca..b135d416b0 100644
--- a/src/react/Illustration/DerivLightIntegrityIcon.tsx
+++ b/src/react/Illustration/DerivLightIntegrityIcon.tsx
@@ -18,10 +18,10 @@ const DerivLightIntegrityIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Illustration/DerivLightMobileVerifiedIcon.tsx b/src/react/Illustration/DerivLightMobileVerifiedIcon.tsx
index ddb1c6c8a1..9f9c1c8ba8 100644
--- a/src/react/Illustration/DerivLightMobileVerifiedIcon.tsx
+++ b/src/react/Illustration/DerivLightMobileVerifiedIcon.tsx
@@ -18,9 +18,9 @@ const DerivLightMobileVerifiedIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
-
+
diff --git a/src/react/Illustration/DerivLightMt5SuccessPasswordResetIcon.tsx b/src/react/Illustration/DerivLightMt5SuccessPasswordResetIcon.tsx
index 7f6069b3c1..ca7a156998 100644
--- a/src/react/Illustration/DerivLightMt5SuccessPasswordResetIcon.tsx
+++ b/src/react/Illustration/DerivLightMt5SuccessPasswordResetIcon.tsx
@@ -18,9 +18,9 @@ const DerivLightMt5SuccessPasswordResetIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
-
+
diff --git a/src/react/Illustration/DerivLightNameDobPoiIcon.tsx b/src/react/Illustration/DerivLightNameDobPoiIcon.tsx
index 8444a93eae..fb4b93058e 100644
--- a/src/react/Illustration/DerivLightNameDobPoiIcon.tsx
+++ b/src/react/Illustration/DerivLightNameDobPoiIcon.tsx
@@ -19,7 +19,7 @@ const DerivLightNameDobPoiIcon = (
{...props}
>
{title ? {title} : null}
-
+
@@ -52,25 +52,25 @@ const DerivLightNameDobPoiIcon = (
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/src/react/Illustration/DerivLightNamePoiIcon.tsx b/src/react/Illustration/DerivLightNamePoiIcon.tsx
index ba297723fa..25662868ac 100644
--- a/src/react/Illustration/DerivLightNamePoiIcon.tsx
+++ b/src/react/Illustration/DerivLightNamePoiIcon.tsx
@@ -19,7 +19,7 @@ const DerivLightNamePoiIcon = (
{...props}
>
{title ? {title} : null}
-
+
@@ -51,31 +51,31 @@ const DerivLightNamePoiIcon = (
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/src/react/Illustration/DerivLightOrderIcon.tsx b/src/react/Illustration/DerivLightOrderIcon.tsx
index 28d4d1d95d..b2514fe386 100644
--- a/src/react/Illustration/DerivLightOrderIcon.tsx
+++ b/src/react/Illustration/DerivLightOrderIcon.tsx
@@ -18,9 +18,9 @@ const DerivLightOrderIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
-
+
diff --git a/src/react/Illustration/DerivLightPairsIcon.tsx b/src/react/Illustration/DerivLightPairsIcon.tsx
index 316bc69fd1..305f3240f6 100644
--- a/src/react/Illustration/DerivLightPairsIcon.tsx
+++ b/src/react/Illustration/DerivLightPairsIcon.tsx
@@ -20,7 +20,7 @@ const DerivLightPairsIcon = (
{title ? {title} : null}
{title ? {title} : null}
-
+
-
+
-
+
diff --git a/src/react/Illustration/DerivLightPromotionalToolsIcon.tsx b/src/react/Illustration/DerivLightPromotionalToolsIcon.tsx
index d40b4c2308..4d568d4cb5 100644
--- a/src/react/Illustration/DerivLightPromotionalToolsIcon.tsx
+++ b/src/react/Illustration/DerivLightPromotionalToolsIcon.tsx
@@ -18,7 +18,7 @@ const DerivLightPromotionalToolsIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Illustration/DerivLightProvenTrackRecordIcon.tsx b/src/react/Illustration/DerivLightProvenTrackRecordIcon.tsx
index 4834ba3676..4786be75c9 100644
--- a/src/react/Illustration/DerivLightProvenTrackRecordIcon.tsx
+++ b/src/react/Illustration/DerivLightProvenTrackRecordIcon.tsx
@@ -36,7 +36,7 @@ const DerivLightProvenTrackRecordIcon = (
/>
{title} : null}
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Illustration/DerivLightTightSpreadsIcon.tsx b/src/react/Illustration/DerivLightTightSpreadsIcon.tsx
index 6b9cb2080a..91b3fc98ab 100644
--- a/src/react/Illustration/DerivLightTightSpreadsIcon.tsx
+++ b/src/react/Illustration/DerivLightTightSpreadsIcon.tsx
@@ -114,7 +114,7 @@ const DerivLightTightSpreadsIcon = (
{title} : null}
-
+
-
+
);
diff --git a/src/react/Illustration/DerivLightWithdrawalIcon.tsx b/src/react/Illustration/DerivLightWithdrawalIcon.tsx
index 0b2cbfe6a4..beb9b1cb74 100644
--- a/src/react/Illustration/DerivLightWithdrawalIcon.tsx
+++ b/src/react/Illustration/DerivLightWithdrawalIcon.tsx
@@ -18,9 +18,9 @@ const DerivLightWithdrawalIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
-
+
diff --git a/src/react/Illustration/index.ts b/src/react/Illustration/index.ts
index a101cf20b0..ef4e7982e9 100644
--- a/src/react/Illustration/index.ts
+++ b/src/react/Illustration/index.ts
@@ -1,122 +1,123 @@
+export { default as DerivLight0PlaceholderIcon } from './DerivLight0PlaceholderIcon';
+export { default as DerivLightRegulatedIcon } from './DerivLightRegulatedIcon';
export { default as DerivLightDependableIcon } from './DerivLightDependableIcon';
export { default as DerivLightSafeAndSecureIcon } from './DerivLightSafeAndSecureIcon';
-export { default as DerivLightRegulatedIcon } from './DerivLightRegulatedIcon';
export { default as DerivLightHighLeverageIcon } from './DerivLightHighLeverageIcon';
export { default as DerivLightPairsIcon } from './DerivLightPairsIcon';
-export { default as DerivLightTightSpreadsIcon } from './DerivLightTightSpreadsIcon';
-export { default as DerivLightIcCashierUnderMaintenanceIcon } from './DerivLightIcCashierUnderMaintenanceIcon';
export { default as DerivLightTwentyFourHoursTradingIcon } from './DerivLightTwentyFourHoursTradingIcon';
-export { default as DerivLightExtendedTradingHoursIcon } from './DerivLightExtendedTradingHoursIcon';
export { default as DerivLightFreeFromRealWorldRisksIcon } from './DerivLightFreeFromRealWorldRisksIcon';
export { default as DerivLightSwapFreeIcon } from './DerivLightSwapFreeIcon';
export { default as DerivLightEasyDepositWithdrawalIcon } from './DerivLightEasyDepositWithdrawalIcon';
+export { default as DerivLightExtendedTradingHoursIcon } from './DerivLightExtendedTradingHoursIcon';
export { default as DerivLightGlobalAccessIcon } from './DerivLightGlobalAccessIcon';
export { default as DerivLightFastExecutionIcon } from './DerivLightFastExecutionIcon';
-export { default as DerivLightIcCloudUploadIcon } from './DerivLightIcCloudUploadIcon';
export { default as DerivLightZeroCommissionIcon } from './DerivLightZeroCommissionIcon';
export { default as DerivLightTwentyFourSevenSupportIcon } from './DerivLightTwentyFourSevenSupportIcon';
-export { default as DerivLightIcPaymentMethodsWalletIcon } from './DerivLightIcPaymentMethodsWalletIcon';
-export { default as DerivLightIcWarningIcon } from './DerivLightIcWarningIcon';
-export { default as DerivLightWithdrawalIcon } from './DerivLightWithdrawalIcon';
-export { default as DerivLightWalletIcon } from './DerivLightWalletIcon';
-export { default as DerivLightTransferIcon } from './DerivLightTransferIcon';
-export { default as DerivLightPaymentAgentIcon } from './DerivLightPaymentAgentIcon';
-export { default as DerivLightDepositIcon } from './DerivLightDepositIcon';
-export { default as DerivDarkFavoritesIcon } from './DerivDarkFavoritesIcon';
-export { default as DerivDarkSearchAssetsIcon } from './DerivDarkSearchAssetsIcon';
-export { default as DerivDarkOpenPositionIcon } from './DerivDarkOpenPositionIcon';
-export { default as DerivDarkPositionsHistoryIcon } from './DerivDarkPositionsHistoryIcon';
-export { default as DerivLightIcCashierLockedIcon } from './DerivLightIcCashierLockedIcon';
-export { default as DerivLightWalletTopUpIcon } from './DerivLightWalletTopUpIcon';
-export { default as DerivLightApprovedPoaIcon } from './DerivLightApprovedPoaIcon';
+export { default as DerivLightTightSpreadsIcon } from './DerivLightTightSpreadsIcon';
+export { default as DerivLightIntegrityIcon } from './DerivLightIntegrityIcon';
+export { default as DerivLightCustomerFocusIcon } from './DerivLightCustomerFocusIcon';
+export { default as DerivLightCompetenceIcon } from './DerivLightCompetenceIcon';
+export { default as DerivLightTeamworkIcon } from './DerivLightTeamworkIcon';
+export { default as DerivLightClientMoneyProtectionIcon } from './DerivLightClientMoneyProtectionIcon';
+export { default as DerivLightUnderstandTheRiskIcon } from './DerivLightUnderstandTheRiskIcon';
+export { default as DerivLightDemoAccountIcon } from './DerivLightDemoAccountIcon';
+export { default as DerivLightSetLimitIcon } from './DerivLightSetLimitIcon';
+export { default as DerivLightTradeWiselyIcon } from './DerivLightTradeWiselyIcon';
+export { default as DerivLightProvenTrackRecordIcon } from './DerivLightProvenTrackRecordIcon';
+export { default as DerivLightBeTransparentIcon } from './DerivLightBeTransparentIcon';
+export { default as DerivLightBeFairIcon } from './DerivLightBeFairIcon';
+export { default as DerivLightIntuitivePlatformsIcon } from './DerivLightIntuitivePlatformsIcon';
+export { default as DerivLightEasyAccessIcon } from './DerivLightEasyAccessIcon';
+export { default as DerivLightIcInfoPasskeyIcon } from './DerivLightIcInfoPasskeyIcon';
+export { default as DerivLightIcEditPasskeyIcon } from './DerivLightIcEditPasskeyIcon';
+export { default as DerivLightIcAddPasskeyIcon } from './DerivLightIcAddPasskeyIcon';
+export { default as DerivLightIcSuccessPasskeyIcon } from './DerivLightIcSuccessPasskeyIcon';
+export { default as DerivLightIcVerifyPasskeyIcon } from './DerivLightIcVerifyPasskeyIcon';
+export { default as DerivLightTradeInAnyDirectionIcon } from './DerivLightTradeInAnyDirectionIcon';
+export { default as DerivLightSpreadRiskIcon } from './DerivLightSpreadRiskIcon';
+export { default as DerivLightDiversifiedPortfolioIcon } from './DerivLightDiversifiedPortfolioIcon';
+export { default as DerivLightInflationHedgeIcon } from './DerivLightInflationHedgeIcon';
+export { default as DerivLightPromotionalToolsIcon } from './DerivLightPromotionalToolsIcon';
+export { default as DerivLightAccountIcon } from './DerivLightAccountIcon';
+export { default as DerivLightDiverseInstrumentsIcon } from './DerivLightDiverseInstrumentsIcon';
+export { default as DerivLightConsistentIcon } from './DerivLightConsistentIcon';
+export { default as DerivLightEffortlessIcon } from './DerivLightEffortlessIcon';
+export { default as DerivLightTrustedPartnershipIcon } from './DerivLightTrustedPartnershipIcon';
+export { default as DerivLightCommissionsIcon } from './DerivLightCommissionsIcon';
+export { default as DerivLightResponsibleIcon } from './DerivLightResponsibleIcon';
export { default as DerivLightApprovedPoiIcon } from './DerivLightApprovedPoiIcon';
export { default as DerivLightDeclinedPoiIcon } from './DerivLightDeclinedPoiIcon';
-export { default as DerivLightIcEmptyBlockedAdvertisersIcon } from './DerivLightIcEmptyBlockedAdvertisersIcon';
-export { default as DerivLightIcNoDataIcon } from './DerivLightIcNoDataIcon';
-export { default as DerivLightIcCashierNoAdsIcon } from './DerivLightIcCashierNoAdsIcon';
-export { default as DerivLightIcBlockedAdvertisersBarredIcon } from './DerivLightIcBlockedAdvertisersBarredIcon';
+export { default as DerivLightUploadPoiIcon } from './DerivLightUploadPoiIcon';
+export { default as DerivLightExclamationPoiIcon } from './DerivLightExclamationPoiIcon';
+export { default as DerivLightWaitingPoiIcon } from './DerivLightWaitingPoiIcon';
+export { default as DerivLightApprovedPoaIcon } from './DerivLightApprovedPoaIcon';
+export { default as DerivLightDeclinedPoaIcon } from './DerivLightDeclinedPoaIcon';
+export { default as DerivLightWaitingPoaIcon } from './DerivLightWaitingPoaIcon';
+export { default as DerivLightIcPoaLockIcon } from './DerivLightIcPoaLockIcon';
export { default as DerivLightIcCashierBlockedIcon } from './DerivLightIcCashierBlockedIcon';
export { default as DerivLightIcCashierUserIcon } from './DerivLightIcCashierUserIcon';
export { default as DerivLightDmt5PasswordIcon } from './DerivLightDmt5PasswordIcon';
-export { default as DerivLightDeclinedPoaIcon } from './DerivLightDeclinedPoaIcon';
-export { default as DerivLightExclamationPoiIcon } from './DerivLightExclamationPoiIcon';
-export { default as DerivLightUploadPoiIcon } from './DerivLightUploadPoiIcon';
+export { default as DerivLightIcCashierLockedIcon } from './DerivLightIcCashierLockedIcon';
+export { default as DerivLightWalletTopUpIcon } from './DerivLightWalletTopUpIcon';
+export { default as DerivLightIcEmailSentPasskeyIcon } from './DerivLightIcEmailSentPasskeyIcon';
export { default as DerivLightIcCashierSendEmailIcon } from './DerivLightIcCashierSendEmailIcon';
export { default as DerivLightIcEmailSentExpiredIcon } from './DerivLightIcEmailSentExpiredIcon';
export { default as DerivLightIcEmailSentIcon } from './DerivLightIcEmailSentIcon';
export { default as DerivLightIcEmailVerificationLinkInvalidIcon } from './DerivLightIcEmailVerificationLinkInvalidIcon';
export { default as DerivLightIcEmailVerificationLinkValidIcon } from './DerivLightIcEmailVerificationLinkValidIcon';
export { default as DerivLightIcEmailVerificationLinkBlockedIcon } from './DerivLightIcEmailVerificationLinkBlockedIcon';
-export { default as DerivLightWaitingPoaIcon } from './DerivLightWaitingPoaIcon';
-export { default as DerivLightWaitingPoiIcon } from './DerivLightWaitingPoiIcon';
export { default as DerivLightMobileNotVerifiedIcon } from './DerivLightMobileNotVerifiedIcon';
export { default as DerivLightMobileVerifiedIcon } from './DerivLightMobileVerifiedIcon';
+export { default as DerivLightIcPoaLockDemoIcon } from './DerivLightIcPoaLockDemoIcon';
+export { default as DerivLightMt5SuccessPasswordResetIcon } from './DerivLightMt5SuccessPasswordResetIcon';
export { default as DerivLightOrderIcon } from './DerivLightOrderIcon';
export { default as DerivLightSearchIcon } from './DerivLightSearchIcon';
export { default as DerivLightIcBlockIcon } from './DerivLightIcBlockIcon';
+export { default as DerivLightIcMt5PasswordUpdatedIcon } from './DerivLightIcMt5PasswordUpdatedIcon';
+export { default as DerivLightIcDxtradePasswordIcon } from './DerivLightIcDxtradePasswordIcon';
+export { default as DerivLightIcEmptyBlockedAdvertisersIcon } from './DerivLightIcEmptyBlockedAdvertisersIcon';
+export { default as DerivLightIcNoDataIcon } from './DerivLightIcNoDataIcon';
+export { default as DerivLightIcCashierNoAdsIcon } from './DerivLightIcCashierNoAdsIcon';
+export { default as DerivLightIcBlockedAdvertisersBarredIcon } from './DerivLightIcBlockedAdvertisersBarredIcon';
+export { default as DerivLightCashierNoBalanceIcon } from './DerivLightCashierNoBalanceIcon';
+export { default as DerivLightIcPaymentMethodsWalletIcon } from './DerivLightIcPaymentMethodsWalletIcon';
+export { default as DerivLightIcEnvelopeIcon } from './DerivLightIcEnvelopeIcon';
+export { default as DerivLightIcOldIssuedDocumentIcon } from './DerivLightIcOldIssuedDocumentIcon';
+export { default as DerivLightIcDocumentNameMismatchIcon } from './DerivLightIcDocumentNameMismatchIcon';
+export { default as DerivLightIcDocumentAddressMismatchIcon } from './DerivLightIcDocumentAddressMismatchIcon';
+export { default as DerivLightIcCroppedDocumentIcon } from './DerivLightIcCroppedDocumentIcon';
+export { default as DerivLightIcBlurryDocumentIcon } from './DerivLightIcBlurryDocumentIcon';
+export { default as DerivLightErrorIconIcon } from './DerivLightErrorIconIcon';
+export { default as DerivLightEmailVerificationIcon } from './DerivLightEmailVerificationIcon';
+export { default as DerivLightNamePoiIcon } from './DerivLightNamePoiIcon';
+export { default as DerivLightDobPoiIcon } from './DerivLightDobPoiIcon';
+export { default as DerivLightNameDobPoiIcon } from './DerivLightNameDobPoiIcon';
+export { default as DerivLightWalletIcon } from './DerivLightWalletIcon';
+export { default as DerivLightDepositIcon } from './DerivLightDepositIcon';
+export { default as DerivLightWithdrawalIcon } from './DerivLightWithdrawalIcon';
+export { default as DerivLightPaymentAgentIcon } from './DerivLightPaymentAgentIcon';
+export { default as DerivLightTransferIcon } from './DerivLightTransferIcon';
+export { default as DerivLightIcSpamEmailPasskeyIcon } from './DerivLightIcSpamEmailPasskeyIcon';
+export { default as DerivLightIcWrongEmailPasskeyIcon } from './DerivLightIcWrongEmailPasskeyIcon';
+export { default as DerivLightIcTypoEmailPasskeyIcon } from './DerivLightIcTypoEmailPasskeyIcon';
+export { default as DerivLightIcFirewallEmailPasskeyIcon } from './DerivLightIcFirewallEmailPasskeyIcon';
+export { default as DerivLightIcCashierUnderMaintenanceIcon } from './DerivLightIcCashierUnderMaintenanceIcon';
+export { default as DerivLightIcWarningIcon } from './DerivLightIcWarningIcon';
+export { default as DerivLightIcCloudUploadIcon } from './DerivLightIcCloudUploadIcon';
+export { default as DerivDarkFavoritesIcon } from './DerivDarkFavoritesIcon';
+export { default as DerivDarkSearchAssetsIcon } from './DerivDarkSearchAssetsIcon';
+export { default as DerivDarkOpenPositionIcon } from './DerivDarkOpenPositionIcon';
+export { default as DerivDarkPositionsHistoryIcon } from './DerivDarkPositionsHistoryIcon';
export { default as DerivDark2faIcon } from './DerivDark2faIcon';
export { default as DerivDarkChooseCountryIcon } from './DerivDarkChooseCountryIcon';
export { default as DerivDarkCountryNotAvailableIcon } from './DerivDarkCountryNotAvailableIcon';
export { default as DerivDarkEmailVerifiedIcon } from './DerivDarkEmailVerifiedIcon';
+export { default as DerivDarkUnreadEmailIcon } from './DerivDarkUnreadEmailIcon';
export { default as DerivDarkReadEmailIcon } from './DerivDarkReadEmailIcon';
-export { default as DerivDarkFirewallIcon } from './DerivDarkFirewallIcon';
export { default as DerivDarkPasswordResetIcon } from './DerivDarkPasswordResetIcon';
export { default as DerivDarkPasswordIcon } from './DerivDarkPasswordIcon';
export { default as DerivDarkSpamFolderIcon } from './DerivDarkSpamFolderIcon';
export { default as DerivDarkTypoEmailIcon } from './DerivDarkTypoEmailIcon';
export { default as DerivDarkWrongEmailIcon } from './DerivDarkWrongEmailIcon';
-export { default as DerivDarkUnreadEmailIcon } from './DerivDarkUnreadEmailIcon';
+export { default as DerivDarkFirewallIcon } from './DerivDarkFirewallIcon';
export { default as DerivDarkResetIcon } from './DerivDarkResetIcon';
-export { default as DerivLightTeamworkIcon } from './DerivLightTeamworkIcon';
-export { default as DerivLightCompetenceIcon } from './DerivLightCompetenceIcon';
-export { default as DerivLightCustomerFocusIcon } from './DerivLightCustomerFocusIcon';
-export { default as DerivLightIntegrityIcon } from './DerivLightIntegrityIcon';
-export { default as DerivLightIcDxtradePasswordIcon } from './DerivLightIcDxtradePasswordIcon';
-export { default as DerivLightIcMt5PasswordUpdatedIcon } from './DerivLightIcMt5PasswordUpdatedIcon';
-export { default as DerivLightMt5SuccessPasswordResetIcon } from './DerivLightMt5SuccessPasswordResetIcon';
-export { default as DerivLightUnderstandTheRiskIcon } from './DerivLightUnderstandTheRiskIcon';
-export { default as DerivLightSetLimitIcon } from './DerivLightSetLimitIcon';
-export { default as DerivLightDemoAccountIcon } from './DerivLightDemoAccountIcon';
-export { default as DerivLightTradeWiselyIcon } from './DerivLightTradeWiselyIcon';
-export { default as DerivLightProvenTrackRecordIcon } from './DerivLightProvenTrackRecordIcon';
-export { default as DerivLightClientMoneyProtectionIcon } from './DerivLightClientMoneyProtectionIcon';
-export { default as DerivLightBeFairIcon } from './DerivLightBeFairIcon';
-export { default as DerivLightBeTransparentIcon } from './DerivLightBeTransparentIcon';
-export { default as DerivLightIntuitivePlatformsIcon } from './DerivLightIntuitivePlatformsIcon';
-export { default as DerivLightEasyAccessIcon } from './DerivLightEasyAccessIcon';
-export { default as DerivLightIcAddPasskeyIcon } from './DerivLightIcAddPasskeyIcon';
-export { default as DerivLightIcEditPasskeyIcon } from './DerivLightIcEditPasskeyIcon';
-export { default as DerivLightIcInfoPasskeyIcon } from './DerivLightIcInfoPasskeyIcon';
-export { default as DerivLightIcSuccessPasskeyIcon } from './DerivLightIcSuccessPasskeyIcon';
-export { default as DerivLightIcVerifyPasskeyIcon } from './DerivLightIcVerifyPasskeyIcon';
-export { default as DerivLightIcEmailSentPasskeyIcon } from './DerivLightIcEmailSentPasskeyIcon';
-export { default as DerivLightIcSpamEmailPasskeyIcon } from './DerivLightIcSpamEmailPasskeyIcon';
-export { default as DerivLightIcWrongEmailPasskeyIcon } from './DerivLightIcWrongEmailPasskeyIcon';
-export { default as DerivLightIcTypoEmailPasskeyIcon } from './DerivLightIcTypoEmailPasskeyIcon';
-export { default as DerivLightIcFirewallEmailPasskeyIcon } from './DerivLightIcFirewallEmailPasskeyIcon';
-export { default as DerivLightEmailVerificationIcon } from './DerivLightEmailVerificationIcon';
-export { default as DerivLightErrorIconIcon } from './DerivLightErrorIconIcon';
-export { default as DerivLightIcBlurryDocumentIcon } from './DerivLightIcBlurryDocumentIcon';
-export { default as DerivLightIcCroppedDocumentIcon } from './DerivLightIcCroppedDocumentIcon';
-export { default as DerivLightIcDocumentAddressMismatchIcon } from './DerivLightIcDocumentAddressMismatchIcon';
-export { default as DerivLightIcDocumentNameMismatchIcon } from './DerivLightIcDocumentNameMismatchIcon';
-export { default as DerivLightIcEnvelopeIcon } from './DerivLightIcEnvelopeIcon';
-export { default as DerivLightIcOldIssuedDocumentIcon } from './DerivLightIcOldIssuedDocumentIcon';
-export { default as DerivLightIcPoaLockDemoIcon } from './DerivLightIcPoaLockDemoIcon';
-export { default as DerivLightIcPoaLockIcon } from './DerivLightIcPoaLockIcon';
-export { default as DerivLightNameDobPoiIcon } from './DerivLightNameDobPoiIcon';
-export { default as DerivLightDobPoiIcon } from './DerivLightDobPoiIcon';
-export { default as DerivLightNamePoiIcon } from './DerivLightNamePoiIcon';
-export { default as DerivLightTradeInAnyDirectionIcon } from './DerivLightTradeInAnyDirectionIcon';
-export { default as DerivLightSpreadRiskIcon } from './DerivLightSpreadRiskIcon';
-export { default as DerivLightDiversifiedPortfolioIcon } from './DerivLightDiversifiedPortfolioIcon';
-export { default as DerivLightInflationHedgeIcon } from './DerivLightInflationHedgeIcon';
-export { default as DerivLightPromotionalToolsIcon } from './DerivLightPromotionalToolsIcon';
-export { default as DerivLightCashierNoBalanceIcon } from './DerivLightCashierNoBalanceIcon';
-export { default as DerivLightAccountIcon } from './DerivLightAccountIcon';
-export { default as DerivLightDiverseInstrumentsIcon } from './DerivLightDiverseInstrumentsIcon';
-export { default as DerivLightTrustedPartnershipIcon } from './DerivLightTrustedPartnershipIcon';
-export { default as DerivLightConsistentIcon } from './DerivLightConsistentIcon';
-export { default as DerivLightEffortlessIcon } from './DerivLightEffortlessIcon';
-export { default as DerivLightCommissionsIcon } from './DerivLightCommissionsIcon';
-export { default as DerivLightResponsibleIcon } from './DerivLightResponsibleIcon';
diff --git a/src/react/LabelPaired/LabelPairedAndroidCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedAndroidCaptionIcon.tsx
index 2e963f5d36..abeb2c293d 100644
--- a/src/react/LabelPaired/LabelPairedAndroidCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAndroidCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAndroidCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAndroidLgIcon.tsx b/src/react/LabelPaired/LabelPairedAndroidLgIcon.tsx
index 2e963d051b..f229b0e5f5 100644
--- a/src/react/LabelPaired/LabelPairedAndroidLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAndroidLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAndroidLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAndroidMdIcon.tsx b/src/react/LabelPaired/LabelPairedAndroidMdIcon.tsx
index b9f83ff309..7595f4dd59 100644
--- a/src/react/LabelPaired/LabelPairedAndroidMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAndroidMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAndroidMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAndroidSmIcon.tsx b/src/react/LabelPaired/LabelPairedAndroidSmIcon.tsx
index 4c2f8a3c0b..58d21dcd4c 100644
--- a/src/react/LabelPaired/LabelPairedAndroidSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAndroidSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAndroidSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAndroidXlIcon.tsx b/src/react/LabelPaired/LabelPairedAndroidXlIcon.tsx
index ce70cac487..069127562e 100644
--- a/src/react/LabelPaired/LabelPairedAndroidXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAndroidXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAndroidXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAppStoreCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedAppStoreCaptionIcon.tsx
index 6a5cda96d2..7cd45944a1 100644
--- a/src/react/LabelPaired/LabelPairedAppStoreCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAppStoreCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAppStoreCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAppStoreIosCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedAppStoreIosCaptionIcon.tsx
index 8915476d5b..07cef35aca 100644
--- a/src/react/LabelPaired/LabelPairedAppStoreIosCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAppStoreIosCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAppStoreIosCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAppStoreIosLgIcon.tsx b/src/react/LabelPaired/LabelPairedAppStoreIosLgIcon.tsx
index e0d748780f..6d2b497cd6 100644
--- a/src/react/LabelPaired/LabelPairedAppStoreIosLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAppStoreIosLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAppStoreIosLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAppStoreIosMdIcon.tsx b/src/react/LabelPaired/LabelPairedAppStoreIosMdIcon.tsx
index 2c85431060..775900202c 100644
--- a/src/react/LabelPaired/LabelPairedAppStoreIosMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAppStoreIosMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAppStoreIosMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAppStoreIosSmIcon.tsx b/src/react/LabelPaired/LabelPairedAppStoreIosSmIcon.tsx
index f830b7f4f3..0d7c8636cb 100644
--- a/src/react/LabelPaired/LabelPairedAppStoreIosSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAppStoreIosSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAppStoreIosSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAppStoreIosXlIcon.tsx b/src/react/LabelPaired/LabelPairedAppStoreIosXlIcon.tsx
index ecd521086c..92919b64cd 100644
--- a/src/react/LabelPaired/LabelPairedAppStoreIosXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAppStoreIosXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAppStoreIosXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAppStoreLgIcon.tsx b/src/react/LabelPaired/LabelPairedAppStoreLgIcon.tsx
index 4694493518..caf1c27105 100644
--- a/src/react/LabelPaired/LabelPairedAppStoreLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAppStoreLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAppStoreLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAppStoreMdIcon.tsx b/src/react/LabelPaired/LabelPairedAppStoreMdIcon.tsx
index eb8a93a659..19e8851d00 100644
--- a/src/react/LabelPaired/LabelPairedAppStoreMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAppStoreMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAppStoreMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAppStoreSmIcon.tsx b/src/react/LabelPaired/LabelPairedAppStoreSmIcon.tsx
index 9c8e68a546..7fad173173 100644
--- a/src/react/LabelPaired/LabelPairedAppStoreSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAppStoreSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAppStoreSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAppStoreXlIcon.tsx b/src/react/LabelPaired/LabelPairedAppStoreXlIcon.tsx
index b606b694b6..76ac32aba7 100644
--- a/src/react/LabelPaired/LabelPairedAppStoreXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAppStoreXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAppStoreXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAppleCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedAppleCaptionIcon.tsx
index 1f7d4663df..964ceee12d 100644
--- a/src/react/LabelPaired/LabelPairedAppleCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAppleCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAppleCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAppleLgIcon.tsx b/src/react/LabelPaired/LabelPairedAppleLgIcon.tsx
index 5e2efadd56..e6182ca73c 100644
--- a/src/react/LabelPaired/LabelPairedAppleLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAppleLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAppleLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAppleMdIcon.tsx b/src/react/LabelPaired/LabelPairedAppleMdIcon.tsx
index 8b0ed5e6b3..a0dd12a2b0 100644
--- a/src/react/LabelPaired/LabelPairedAppleMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAppleMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAppleMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedApplePayCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedApplePayCaptionIcon.tsx
index 13af9e3b10..8fbb1d9df3 100644
--- a/src/react/LabelPaired/LabelPairedApplePayCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedApplePayCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedApplePayCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedApplePayLgIcon.tsx b/src/react/LabelPaired/LabelPairedApplePayLgIcon.tsx
index 2af9355f5e..109014d0e0 100644
--- a/src/react/LabelPaired/LabelPairedApplePayLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedApplePayLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedApplePayLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedApplePayMdIcon.tsx b/src/react/LabelPaired/LabelPairedApplePayMdIcon.tsx
index 900e2b6792..ec6fde84d6 100644
--- a/src/react/LabelPaired/LabelPairedApplePayMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedApplePayMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedApplePayMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedApplePaySmIcon.tsx b/src/react/LabelPaired/LabelPairedApplePaySmIcon.tsx
index 3f8553e805..3ac74c2a89 100644
--- a/src/react/LabelPaired/LabelPairedApplePaySmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedApplePaySmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedApplePaySmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedApplePayXlIcon.tsx b/src/react/LabelPaired/LabelPairedApplePayXlIcon.tsx
index 70f9f5d524..90128f09c7 100644
--- a/src/react/LabelPaired/LabelPairedApplePayXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedApplePayXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedApplePayXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAppleSmIcon.tsx b/src/react/LabelPaired/LabelPairedAppleSmIcon.tsx
index 37a6f42e98..2bac6db40c 100644
--- a/src/react/LabelPaired/LabelPairedAppleSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAppleSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAppleSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAppleXlIcon.tsx b/src/react/LabelPaired/LabelPairedAppleXlIcon.tsx
index f8dab83cc3..06e42e2249 100644
--- a/src/react/LabelPaired/LabelPairedAppleXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAppleXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAppleXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownAZCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownAZCaptionBoldIcon.tsx
index 699abd2cb9..f567b5645c 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownAZCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownAZCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownAZCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownAZCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownAZCaptionFillIcon.tsx
index c7c1ecf4aa..47f29d04a2 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownAZCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownAZCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownAZCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownAZCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownAZCaptionRegularIcon.tsx
index c670fdd07c..ab4efaf173 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownAZCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownAZCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownAZCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownAZLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownAZLgBoldIcon.tsx
index 1cb15f8f1e..ea828d8769 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownAZLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownAZLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownAZLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownAZLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownAZLgFillIcon.tsx
index 152a9b6d18..402f336438 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownAZLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownAZLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownAZLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownAZLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownAZLgRegularIcon.tsx
index 7ebb55957a..dcb632d0d9 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownAZLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownAZLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownAZLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownAZMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownAZMdBoldIcon.tsx
index c6144cdd8c..6162783860 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownAZMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownAZMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownAZMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownAZMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownAZMdFillIcon.tsx
index 708454202e..13d592b87d 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownAZMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownAZMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownAZMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownAZMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownAZMdRegularIcon.tsx
index e1c328824b..bc73508154 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownAZMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownAZMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownAZMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownAZSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownAZSmBoldIcon.tsx
index 3830c49857..761afa27ca 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownAZSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownAZSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownAZSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownAZSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownAZSmFillIcon.tsx
index 22e38267a6..b589a81333 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownAZSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownAZSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownAZSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownAZSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownAZSmRegularIcon.tsx
index 73cfe8b7f0..21a544f651 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownAZSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownAZSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownAZSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownAZXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownAZXlBoldIcon.tsx
index 653df3d2ec..161078f30a 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownAZXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownAZXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownAZXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownAZXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownAZXlFillIcon.tsx
index 051cd7da43..5250412753 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownAZXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownAZXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownAZXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownAZXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownAZXlRegularIcon.tsx
index 47446da092..bd379f0147 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownAZXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownAZXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownAZXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownCaptionBoldIcon.tsx
index cd86b1bcc8..5477119b8f 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownCaptionFillIcon.tsx
index 7f6cde2a64..833dec0cb1 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownCaptionRegularIcon.tsx
index 6e5ef11bf5..48a1d7fe4a 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownLeftCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownLeftCaptionBoldIcon.tsx
index 96bf885f21..58b560eda1 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownLeftCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownLeftCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownLeftCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownLeftCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownLeftCaptionFillIcon.tsx
index aeab9a9842..230d0c4d0b 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownLeftCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownLeftCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownLeftCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownLeftCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownLeftCaptionRegularIcon.tsx
index 57c91cd35d..23cc47d392 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownLeftCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownLeftCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownLeftCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownLeftLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownLeftLgBoldIcon.tsx
index 5ffcd6f3cd..9a01a25ff8 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownLeftLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownLeftLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownLeftLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownLeftLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownLeftLgFillIcon.tsx
index 55199a0029..bc06599f01 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownLeftLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownLeftLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownLeftLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownLeftLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownLeftLgRegularIcon.tsx
index d09797546e..492ea9d0c7 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownLeftLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownLeftLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownLeftLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownLeftMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownLeftMdBoldIcon.tsx
index 6ea29c9370..4ae97030ea 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownLeftMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownLeftMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownLeftMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownLeftMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownLeftMdFillIcon.tsx
index b3d76367bd..03ca55085a 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownLeftMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownLeftMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownLeftMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownLeftMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownLeftMdRegularIcon.tsx
index 4f72212efa..2394748a83 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownLeftMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownLeftMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownLeftMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownLeftSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownLeftSmBoldIcon.tsx
index f905fd526f..ebad475095 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownLeftSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownLeftSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownLeftSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownLeftSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownLeftSmFillIcon.tsx
index 71ad19a5f3..fae50c24d6 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownLeftSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownLeftSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownLeftSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownLeftSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownLeftSmRegularIcon.tsx
index 982b376a81..d4996058d8 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownLeftSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownLeftSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownLeftSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownLeftXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownLeftXlBoldIcon.tsx
index ded3bdbe31..270791ed56 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownLeftXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownLeftXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownLeftXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownLeftXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownLeftXlFillIcon.tsx
index f04d8c6341..0fb792ce91 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownLeftXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownLeftXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownLeftXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownLeftXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownLeftXlRegularIcon.tsx
index eaab8f575a..90cfa4ef59 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownLeftXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownLeftXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownLeftXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownLgBoldIcon.tsx
index fabea65eb4..6f62b002f2 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownLgFillIcon.tsx
index b301dfb4d6..f08f0764ed 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownLgRegularIcon.tsx
index ed7fbf75ce..a7174ec956 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownMdBoldIcon.tsx
index 44dd925c94..91a93b785b 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownMdFillIcon.tsx
index c7c17c4f84..1e04d495ab 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownMdRegularIcon.tsx
index c086b1920b..cb4f8522b0 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownOneNineCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownOneNineCaptionBoldIcon.tsx
index 9a9a625644..ac8674e470 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownOneNineCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownOneNineCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownOneNineCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownOneNineCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownOneNineCaptionFillIcon.tsx
index 5f9a35d2ca..e0a8218a47 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownOneNineCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownOneNineCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownOneNineCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownOneNineCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownOneNineCaptionRegularIcon.tsx
index cd43173758..e3f90bfd26 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownOneNineCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownOneNineCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownOneNineCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownOneNineLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownOneNineLgBoldIcon.tsx
index 0f0ddcfc86..eb982cb205 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownOneNineLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownOneNineLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownOneNineLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownOneNineLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownOneNineLgFillIcon.tsx
index d8fdc83ca3..432bc2b425 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownOneNineLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownOneNineLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownOneNineLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownOneNineLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownOneNineLgRegularIcon.tsx
index d9d2fdfff8..28f5c4d436 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownOneNineLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownOneNineLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownOneNineLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownOneNineMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownOneNineMdBoldIcon.tsx
index 83c759f5a7..f27c07c1d8 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownOneNineMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownOneNineMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownOneNineMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownOneNineMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownOneNineMdFillIcon.tsx
index b6a85b9630..7cd0f465c6 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownOneNineMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownOneNineMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownOneNineMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownOneNineMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownOneNineMdRegularIcon.tsx
index 1718de79e6..30aadf79ec 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownOneNineMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownOneNineMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownOneNineMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownOneNineSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownOneNineSmBoldIcon.tsx
index 905499443f..591f0cc5c9 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownOneNineSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownOneNineSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownOneNineSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownOneNineSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownOneNineSmFillIcon.tsx
index c8e7133278..2d06a3729d 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownOneNineSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownOneNineSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownOneNineSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownOneNineSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownOneNineSmRegularIcon.tsx
index 6fbdc2e061..d70c89238e 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownOneNineSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownOneNineSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownOneNineSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownOneNineXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownOneNineXlBoldIcon.tsx
index 241adddc59..7d7a9b9f5b 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownOneNineXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownOneNineXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownOneNineXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownOneNineXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownOneNineXlFillIcon.tsx
index fc8b3fcf7f..e156b4eedf 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownOneNineXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownOneNineXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownOneNineXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownOneNineXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownOneNineXlRegularIcon.tsx
index bf5ca73e37..0f988f1ef7 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownOneNineXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownOneNineXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownOneNineXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownRightCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownRightCaptionBoldIcon.tsx
index 771cb67c38..059948d1c2 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownRightCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownRightCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownRightCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownRightCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownRightCaptionFillIcon.tsx
index 2ba3130d50..a17db0c496 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownRightCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownRightCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownRightCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownRightCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownRightCaptionRegularIcon.tsx
index f3302b13f9..9e42adb22f 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownRightCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownRightCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownRightCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownRightLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownRightLgBoldIcon.tsx
index 53eebfe66a..731f3ff11c 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownRightLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownRightLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownRightLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownRightLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownRightLgFillIcon.tsx
index c04fb47cb4..3a321936d6 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownRightLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownRightLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownRightLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownRightLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownRightLgRegularIcon.tsx
index 21f24cbda5..60f2a080a8 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownRightLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownRightLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownRightLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownRightMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownRightMdBoldIcon.tsx
index be3eb4dce7..4449ac5af2 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownRightMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownRightMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownRightMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownRightMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownRightMdFillIcon.tsx
index 2acfb2fe7a..2b57916c2b 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownRightMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownRightMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownRightMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownRightMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownRightMdRegularIcon.tsx
index bd2655b14c..27e7f35b82 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownRightMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownRightMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownRightMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownRightSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownRightSmBoldIcon.tsx
index 4bc7b87064..0d8c0d0b25 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownRightSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownRightSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownRightSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownRightSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownRightSmFillIcon.tsx
index 0713b23862..dae608c3e0 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownRightSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownRightSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownRightSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownRightSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownRightSmRegularIcon.tsx
index 3e7094931e..2b06be5fe8 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownRightSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownRightSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownRightSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownRightXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownRightXlBoldIcon.tsx
index 662992f2ea..23bd9f728e 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownRightXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownRightXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownRightXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownRightXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownRightXlFillIcon.tsx
index 248acd96e7..38189dba71 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownRightXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownRightXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownRightXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownRightXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownRightXlRegularIcon.tsx
index 2e49824134..7bec72210e 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownRightXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownRightXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownRightXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownSmBoldIcon.tsx
index d98707cdee..202263fa38 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownSmFillIcon.tsx
index fa3be5dcb1..2d652830e9 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownSmRegularIcon.tsx
index 7ba943ab00..f093e630d4 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToBracketCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToBracketCaptionBoldIcon.tsx
index 41ee8ebea8..2236c4833a 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToBracketCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToBracketCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToBracketCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToBracketCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToBracketCaptionFillIcon.tsx
index 3b900d264b..bc8c02a37d 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToBracketCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToBracketCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToBracketCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToBracketCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToBracketCaptionRegularIcon.tsx
index 542a5fe97e..c31b465d3b 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToBracketCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToBracketCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToBracketCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToBracketLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToBracketLgBoldIcon.tsx
index 9faefd7f15..b1a6650cbe 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToBracketLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToBracketLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToBracketLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToBracketLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToBracketLgFillIcon.tsx
index 7cbbfc5ec2..1aa89bb0b0 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToBracketLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToBracketLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToBracketLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToBracketLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToBracketLgRegularIcon.tsx
index 3feaa8d49b..50fadc2218 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToBracketLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToBracketLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToBracketLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToBracketMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToBracketMdBoldIcon.tsx
index da4d1b98f5..9d587e6a76 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToBracketMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToBracketMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToBracketMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToBracketMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToBracketMdFillIcon.tsx
index 4946810015..7b918ed430 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToBracketMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToBracketMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToBracketMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToBracketMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToBracketMdRegularIcon.tsx
index 66b07f3d23..2e5d42f26d 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToBracketMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToBracketMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToBracketMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToBracketSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToBracketSmBoldIcon.tsx
index 29388b5d70..1d82ab5d3b 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToBracketSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToBracketSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToBracketSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToBracketSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToBracketSmFillIcon.tsx
index 7d099afdbe..35214edc73 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToBracketSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToBracketSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToBracketSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToBracketSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToBracketSmRegularIcon.tsx
index be74ee7715..14944960ac 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToBracketSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToBracketSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToBracketSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToBracketXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToBracketXlBoldIcon.tsx
index 3d21c7f33d..617b45cf4c 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToBracketXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToBracketXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToBracketXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToBracketXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToBracketXlFillIcon.tsx
index c880759a87..ae9495bfaa 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToBracketXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToBracketXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToBracketXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToBracketXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToBracketXlRegularIcon.tsx
index 1480c88dc2..54939cc619 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToBracketXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToBracketXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToBracketXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToLineCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToLineCaptionBoldIcon.tsx
index ce46ab2ddd..6b364f343b 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToLineCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToLineCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToLineCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToLineCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToLineCaptionFillIcon.tsx
index 9fa702c118..808c20e73d 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToLineCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToLineCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToLineCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToLineCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToLineCaptionRegularIcon.tsx
index 6d5dff0226..7f0babf37a 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToLineCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToLineCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToLineCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToLineLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToLineLgBoldIcon.tsx
index 80b2b31a00..638e24ade0 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToLineLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToLineLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToLineLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToLineLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToLineLgFillIcon.tsx
index ed5fb1fb44..e337ce3f77 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToLineLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToLineLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToLineLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToLineLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToLineLgRegularIcon.tsx
index 18300624dd..12edd3577a 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToLineLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToLineLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToLineLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToLineMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToLineMdBoldIcon.tsx
index cd5fca153b..e8cd55e79d 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToLineMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToLineMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToLineMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToLineMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToLineMdFillIcon.tsx
index 7645cf8482..a8e25c2745 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToLineMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToLineMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToLineMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToLineMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToLineMdRegularIcon.tsx
index cca55f3888..ffaee8e52a 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToLineMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToLineMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToLineMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToLineSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToLineSmBoldIcon.tsx
index ecfd7580d1..c55d060d3f 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToLineSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToLineSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToLineSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToLineSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToLineSmFillIcon.tsx
index 760248b8fc..a21808e23b 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToLineSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToLineSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToLineSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToLineSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToLineSmRegularIcon.tsx
index b5f0a1add0..e12a95f0ef 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToLineSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToLineSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToLineSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToLineXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToLineXlBoldIcon.tsx
index 9babd51358..c538d79482 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToLineXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToLineXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToLineXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToLineXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToLineXlFillIcon.tsx
index 9159acea3e..f7376a37df 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToLineXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToLineXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToLineXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownToLineXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownToLineXlRegularIcon.tsx
index a12d151b03..d367088de0 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownToLineXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownToLineXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownToLineXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownXlBoldIcon.tsx
index 3d0d3c3b07..4346e32ab3 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownXlFillIcon.tsx
index 5c3245af18..0ac1b0fea7 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowDownXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowDownXlRegularIcon.tsx
index 2599c71aeb..62adc3070d 100644
--- a/src/react/LabelPaired/LabelPairedArrowDownXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowDownXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowDownXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftCaptionBoldIcon.tsx
index 36dfa31fc2..941ae0cc39 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftCaptionFillIcon.tsx
index 232eb4ef9f..f943425c2f 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftCaptionRegularIcon.tsx
index ebb6e35e02..21826535f6 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftLgBoldIcon.tsx
index 19cac990ae..06840afb2b 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftLgFillIcon.tsx
index 8221283476..ee5251d38a 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftLgRegularIcon.tsx
index e469e1911c..4b78e55bb5 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftMdBoldIcon.tsx
index 2486ea6ca9..e6bcd2e209 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftMdFillIcon.tsx
index 2c7e4698ba..3418f91bd1 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftMdRegularIcon.tsx
index 504ab651ec..05ea6ccd1e 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftSmBoldIcon.tsx
index 6321c98dab..d95dd52835 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftSmFillIcon.tsx
index 57835ffa70..ee010da9d4 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftSmRegularIcon.tsx
index a720e1ec91..0500a7425d 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftToLineCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftToLineCaptionBoldIcon.tsx
index 4a5ee44750..d422a478ef 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftToLineCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftToLineCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftToLineCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftToLineCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftToLineCaptionFillIcon.tsx
index d6c9dc3319..f7ca13c034 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftToLineCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftToLineCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftToLineCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftToLineCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftToLineCaptionRegularIcon.tsx
index c184dcf860..8660b2aed9 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftToLineCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftToLineCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftToLineCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftToLineLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftToLineLgBoldIcon.tsx
index 349ad8f36f..22b6bf8334 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftToLineLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftToLineLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftToLineLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftToLineLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftToLineLgFillIcon.tsx
index 2b09b36371..9f95f5fddf 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftToLineLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftToLineLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftToLineLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftToLineLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftToLineLgRegularIcon.tsx
index 418532621c..df1e777cac 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftToLineLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftToLineLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftToLineLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftToLineMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftToLineMdBoldIcon.tsx
index 572e1761ab..926366f109 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftToLineMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftToLineMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftToLineMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftToLineMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftToLineMdFillIcon.tsx
index 22c266afcd..c533683920 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftToLineMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftToLineMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftToLineMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftToLineMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftToLineMdRegularIcon.tsx
index 0eb3cc2be7..a90d1df167 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftToLineMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftToLineMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftToLineMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftToLineSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftToLineSmBoldIcon.tsx
index 980c4627f4..baff5c8117 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftToLineSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftToLineSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftToLineSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftToLineSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftToLineSmFillIcon.tsx
index e40255a6d7..873f04a007 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftToLineSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftToLineSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftToLineSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftToLineSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftToLineSmRegularIcon.tsx
index f935d855eb..8e9d7de53e 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftToLineSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftToLineSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftToLineSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftToLineXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftToLineXlBoldIcon.tsx
index b30d7f767b..de281ed9f5 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftToLineXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftToLineXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftToLineXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftToLineXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftToLineXlFillIcon.tsx
index 2e4dfe2fdc..d66682c320 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftToLineXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftToLineXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftToLineXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftToLineXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftToLineXlRegularIcon.tsx
index 7fadcafa28..649d414e5b 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftToLineXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftToLineXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftToLineXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftXlBoldIcon.tsx
index 06fc7ebee9..283b2ded0e 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftXlFillIcon.tsx
index f8a3822f4a..76f727c52d 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowLeftXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowLeftXlRegularIcon.tsx
index 2dde4b43b5..9813c57269 100644
--- a/src/react/LabelPaired/LabelPairedArrowLeftXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowLeftXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowLeftXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftCaptionBoldIcon.tsx
index dd82369925..a97c4750a4 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightArrowLeftCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftCaptionFillIcon.tsx
index 18d3dd8119..ea774e215d 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightArrowLeftCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftCaptionRegularIcon.tsx
index e241470958..a56d60716f 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightArrowLeftCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftLgBoldIcon.tsx
index 8f7175ce32..c0ba0dea9b 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightArrowLeftLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftLgFillIcon.tsx
index f21ea34417..dd1b574ccc 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightArrowLeftLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftLgRegularIcon.tsx
index 04865d37c9..05640aa8b3 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightArrowLeftLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftMdBoldIcon.tsx
index 9d3e2a0d31..91eb584ec4 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightArrowLeftMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftMdFillIcon.tsx
index ecd1b78540..5f4daf8663 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightArrowLeftMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftMdRegularIcon.tsx
index a48ff04980..8163b2bafb 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightArrowLeftMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftSmBoldIcon.tsx
index 8ba39658f2..5a5017f07f 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightArrowLeftSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftSmFillIcon.tsx
index 6adb182c52..dae8b4a09a 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightArrowLeftSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftSmRegularIcon.tsx
index 0c4938bb1f..3eb153be4e 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightArrowLeftSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftXlBoldIcon.tsx
index 7d4181437e..541b98b0d0 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightArrowLeftXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftXlFillIcon.tsx
index 13e0b99905..d43489c9d5 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightArrowLeftXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftXlRegularIcon.tsx
index 37354e0e2c..bdf8e6d014 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightArrowLeftXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightArrowLeftXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightArrowLeftXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightCaptionBoldIcon.tsx
index 53b7866f49..d316c92b7c 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightCaptionFillIcon.tsx
index 0d3ad70036..4af1392eff 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightCaptionRegularIcon.tsx
index 38db4d7082..e846a699c7 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightLgBoldIcon.tsx
index cd691e055d..077410db24 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightLgFillIcon.tsx
index 3e4477497f..5ff1a20a0a 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightLgRegularIcon.tsx
index c31d2bca07..2ceb89d934 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightMdBoldIcon.tsx
index a8b3ce565a..4f0eadfa0f 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightMdFillIcon.tsx
index 7f451307c9..329f9c1ead 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightMdRegularIcon.tsx
index 6d19759dbb..01de1c6378 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightSmBoldIcon.tsx
index 49432bc9e2..b722262bab 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightSmFillIcon.tsx
index 6f85360090..faab5fca2a 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightSmRegularIcon.tsx
index c5ace4433c..94ea9f5c55 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightToLineCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightToLineCaptionBoldIcon.tsx
index fc0d5e91e7..81258ac7f3 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightToLineCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightToLineCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightToLineCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightToLineCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightToLineCaptionFillIcon.tsx
index 42cca654bb..a84baec9d3 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightToLineCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightToLineCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightToLineCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightToLineCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightToLineCaptionRegularIcon.tsx
index 9ed059de3c..7a040b3b35 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightToLineCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightToLineCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightToLineCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightToLineLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightToLineLgBoldIcon.tsx
index 7a5af80770..081b5f5158 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightToLineLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightToLineLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightToLineLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightToLineLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightToLineLgFillIcon.tsx
index 30ee193b3f..e30a1b3183 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightToLineLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightToLineLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightToLineLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightToLineLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightToLineLgRegularIcon.tsx
index 85f5fb862c..aa264af5de 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightToLineLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightToLineLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightToLineLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightToLineMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightToLineMdBoldIcon.tsx
index edd68a6d7f..9125ded6d8 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightToLineMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightToLineMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightToLineMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightToLineMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightToLineMdFillIcon.tsx
index 6f8e804cf5..bc2902386d 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightToLineMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightToLineMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightToLineMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightToLineMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightToLineMdRegularIcon.tsx
index 47adcef707..ae554b12da 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightToLineMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightToLineMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightToLineMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightToLineSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightToLineSmBoldIcon.tsx
index b5ccf17b63..3cbf2e1607 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightToLineSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightToLineSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightToLineSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightToLineSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightToLineSmFillIcon.tsx
index 6b012393a0..434312d546 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightToLineSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightToLineSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightToLineSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightToLineSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightToLineSmRegularIcon.tsx
index 0a53e9d7a8..8476ca86b4 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightToLineSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightToLineSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightToLineSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightToLineXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightToLineXlBoldIcon.tsx
index 8191028b65..a7a2812a84 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightToLineXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightToLineXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightToLineXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightToLineXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightToLineXlFillIcon.tsx
index 6a85ba96a1..549f53816d 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightToLineXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightToLineXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightToLineXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightToLineXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightToLineXlRegularIcon.tsx
index 313c0e01b5..3e5fe8c73b 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightToLineXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightToLineXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightToLineXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightXlBoldIcon.tsx
index 3a1d74db61..11bc8b2cac 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightXlFillIcon.tsx
index 1ecef944cc..73fd039075 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowRightXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowRightXlRegularIcon.tsx
index 232c9c804c..d6ad0d3bd5 100644
--- a/src/react/LabelPaired/LabelPairedArrowRightXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowRightXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowRightXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpAZCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpAZCaptionBoldIcon.tsx
index 9fe4fcd753..22f2117395 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpAZCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpAZCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpAZCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpAZCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpAZCaptionFillIcon.tsx
index 7f8d7b31cd..a1ccbcc73f 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpAZCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpAZCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpAZCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpAZCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpAZCaptionRegularIcon.tsx
index d94093ed84..4f2b39f7ba 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpAZCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpAZCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpAZCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpAZLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpAZLgBoldIcon.tsx
index dfd7c639c2..ba4a9b5a4f 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpAZLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpAZLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpAZLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpAZLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpAZLgFillIcon.tsx
index 251745e964..247f990324 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpAZLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpAZLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpAZLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpAZLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpAZLgRegularIcon.tsx
index db392e2804..c4d196d24d 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpAZLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpAZLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpAZLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpAZMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpAZMdBoldIcon.tsx
index 8649167cf3..689c459578 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpAZMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpAZMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpAZMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpAZMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpAZMdFillIcon.tsx
index c65df9916e..f404377675 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpAZMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpAZMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpAZMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpAZMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpAZMdRegularIcon.tsx
index 3f40e0bfed..33620f683c 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpAZMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpAZMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpAZMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpAZSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpAZSmBoldIcon.tsx
index cdb8459dce..86d3233113 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpAZSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpAZSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpAZSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpAZSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpAZSmFillIcon.tsx
index 25120e91c4..85c6d7a923 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpAZSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpAZSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpAZSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpAZSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpAZSmRegularIcon.tsx
index 2c48b0d1c7..67b4ee69a4 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpAZSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpAZSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpAZSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpAZXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpAZXlBoldIcon.tsx
index 9754db954b..b743f7643f 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpAZXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpAZXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpAZXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpAZXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpAZXlFillIcon.tsx
index 1773bb728c..bdf97fb895 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpAZXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpAZXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpAZXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpAZXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpAZXlRegularIcon.tsx
index ffa55397df..d3576c9407 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpAZXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpAZXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpAZXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpArrowDownCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpArrowDownCaptionBoldIcon.tsx
index 2979e8a0b0..ee07e58f2c 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpArrowDownCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpArrowDownCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpArrowDownCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpArrowDownCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpArrowDownCaptionFillIcon.tsx
index f2b7a0f06b..91da55eaad 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpArrowDownCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpArrowDownCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpArrowDownCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpArrowDownCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpArrowDownCaptionRegularIcon.tsx
index 089a6f378b..f8fedae460 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpArrowDownCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpArrowDownCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpArrowDownCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpArrowDownLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpArrowDownLgBoldIcon.tsx
index 3a878abc84..ba5005a772 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpArrowDownLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpArrowDownLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpArrowDownLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpArrowDownLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpArrowDownLgFillIcon.tsx
index 799a9d2908..a83d611a42 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpArrowDownLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpArrowDownLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpArrowDownLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpArrowDownLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpArrowDownLgRegularIcon.tsx
index 12fc4a07bc..9d634a359a 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpArrowDownLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpArrowDownLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpArrowDownLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpArrowDownMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpArrowDownMdBoldIcon.tsx
index 115eff89be..09324ba820 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpArrowDownMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpArrowDownMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpArrowDownMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpArrowDownMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpArrowDownMdFillIcon.tsx
index 3250a8fb0a..6f781d6e3f 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpArrowDownMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpArrowDownMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpArrowDownMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpArrowDownMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpArrowDownMdRegularIcon.tsx
index 87c1445d1f..ab21ba717d 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpArrowDownMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpArrowDownMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpArrowDownMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpArrowDownSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpArrowDownSmBoldIcon.tsx
index e6f8fc53e0..d758eefa18 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpArrowDownSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpArrowDownSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpArrowDownSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpArrowDownSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpArrowDownSmFillIcon.tsx
index 4e730a6e75..837e365620 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpArrowDownSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpArrowDownSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpArrowDownSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpArrowDownSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpArrowDownSmRegularIcon.tsx
index 95902d816f..d4854108a8 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpArrowDownSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpArrowDownSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpArrowDownSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpArrowDownXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpArrowDownXlBoldIcon.tsx
index 056f55644f..2ec8b864b6 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpArrowDownXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpArrowDownXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpArrowDownXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpArrowDownXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpArrowDownXlFillIcon.tsx
index 9fe9ef890c..d3de189e1e 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpArrowDownXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpArrowDownXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpArrowDownXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpArrowDownXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpArrowDownXlRegularIcon.tsx
index 7dbe11b573..01c76a5864 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpArrowDownXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpArrowDownXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpArrowDownXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpCaptionBoldIcon.tsx
index df6c43523c..caab3526f3 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpCaptionFillIcon.tsx
index 5b2dfe9851..8c178795d3 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpCaptionRegularIcon.tsx
index 6c58778ff7..756a61ef97 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromBracketCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromBracketCaptionBoldIcon.tsx
index af77683812..a889447c4b 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromBracketCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromBracketCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromBracketCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromBracketCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromBracketCaptionFillIcon.tsx
index 23faa71acd..e9303aa519 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromBracketCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromBracketCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromBracketCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromBracketCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromBracketCaptionRegularIcon.tsx
index 1cf25f07d9..32d00cc14c 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromBracketCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromBracketCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromBracketCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromBracketLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromBracketLgBoldIcon.tsx
index 9d78d9e415..3299f5b6ba 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromBracketLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromBracketLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromBracketLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromBracketLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromBracketLgFillIcon.tsx
index b5f2675581..5a6b88acfe 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromBracketLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromBracketLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromBracketLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromBracketLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromBracketLgRegularIcon.tsx
index ecb94612b2..28898c85dd 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromBracketLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromBracketLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromBracketLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromBracketMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromBracketMdBoldIcon.tsx
index 1ef55ae7ce..5b0abdc24a 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromBracketMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromBracketMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromBracketMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromBracketMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromBracketMdFillIcon.tsx
index c6d79fa17e..98ca7bb70a 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromBracketMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromBracketMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromBracketMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromBracketMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromBracketMdRegularIcon.tsx
index c0aabf63ba..c492490905 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromBracketMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromBracketMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromBracketMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromBracketSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromBracketSmBoldIcon.tsx
index e7950781bb..d1cc898610 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromBracketSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromBracketSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromBracketSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromBracketSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromBracketSmFillIcon.tsx
index a148d08bca..15721e113f 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromBracketSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromBracketSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromBracketSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromBracketSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromBracketSmRegularIcon.tsx
index 491e1ecec8..42cd707225 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromBracketSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromBracketSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromBracketSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromBracketXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromBracketXlBoldIcon.tsx
index 6b9c309f20..76c8d0b34d 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromBracketXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromBracketXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromBracketXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromBracketXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromBracketXlFillIcon.tsx
index f3193bfd6d..887a5e830b 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromBracketXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromBracketXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromBracketXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromBracketXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromBracketXlRegularIcon.tsx
index f2791af172..ac5cf40ad3 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromBracketXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromBracketXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromBracketXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromSquareCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromSquareCaptionBoldIcon.tsx
index 613ebfcedc..89932c4503 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromSquareCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromSquareCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromSquareCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromSquareCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromSquareCaptionFillIcon.tsx
index 983878f10a..c28b1d3872 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromSquareCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromSquareCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromSquareCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromSquareCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromSquareCaptionRegularIcon.tsx
index 5a3a3cb4f7..234534719f 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromSquareCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromSquareCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromSquareCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromSquareLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromSquareLgBoldIcon.tsx
index 1bb7919f83..0e08328531 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromSquareLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromSquareLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromSquareLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromSquareLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromSquareLgFillIcon.tsx
index 7c28d7d0da..9c3ece8866 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromSquareLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromSquareLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromSquareLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromSquareLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromSquareLgRegularIcon.tsx
index db81a92e69..7591f0ebcf 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromSquareLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromSquareLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromSquareLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromSquareMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromSquareMdBoldIcon.tsx
index f660445f85..a7d3fa8deb 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromSquareMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromSquareMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromSquareMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromSquareMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromSquareMdFillIcon.tsx
index b9d0e0c45c..9ad7c54255 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromSquareMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromSquareMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromSquareMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromSquareMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromSquareMdRegularIcon.tsx
index 83d4a0546d..6091c4979d 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromSquareMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromSquareMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromSquareMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromSquareSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromSquareSmBoldIcon.tsx
index 495b844e18..1575dd9dfb 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromSquareSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromSquareSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromSquareSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromSquareSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromSquareSmFillIcon.tsx
index 858588a40f..2c3813d422 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromSquareSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromSquareSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromSquareSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromSquareSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromSquareSmRegularIcon.tsx
index fc847d34ac..d46bd10f58 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromSquareSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromSquareSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromSquareSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromSquareXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromSquareXlBoldIcon.tsx
index 8a850d3055..79c1921aac 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromSquareXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromSquareXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromSquareXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromSquareXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromSquareXlFillIcon.tsx
index ae5e3c6fbf..e66bc76f2e 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromSquareXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromSquareXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromSquareXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpFromSquareXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpFromSquareXlRegularIcon.tsx
index f4ed80bc82..3e6a354ed9 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpFromSquareXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpFromSquareXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpFromSquareXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpLeftCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpLeftCaptionBoldIcon.tsx
index bfa7b613f1..12e631ae0d 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpLeftCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpLeftCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpLeftCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpLeftCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpLeftCaptionFillIcon.tsx
index 770383b43b..87c52dd625 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpLeftCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpLeftCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpLeftCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpLeftCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpLeftCaptionRegularIcon.tsx
index c2bf6f856e..dd531db1f5 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpLeftCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpLeftCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpLeftCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpLeftLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpLeftLgBoldIcon.tsx
index dc9295a6f6..9161cbe27c 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpLeftLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpLeftLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpLeftLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpLeftLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpLeftLgFillIcon.tsx
index f1d4a41fc3..710750da3b 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpLeftLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpLeftLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpLeftLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpLeftLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpLeftLgRegularIcon.tsx
index acf4e4d058..ed3401d720 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpLeftLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpLeftLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpLeftLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpLeftMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpLeftMdBoldIcon.tsx
index fd0699be51..6e46a4e965 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpLeftMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpLeftMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpLeftMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpLeftMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpLeftMdFillIcon.tsx
index b21c8f630a..e5f56f516d 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpLeftMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpLeftMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpLeftMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpLeftMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpLeftMdRegularIcon.tsx
index 2995bcaba7..338c8a8abd 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpLeftMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpLeftMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpLeftMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpLeftSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpLeftSmBoldIcon.tsx
index a04f4a1110..9f96d5647d 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpLeftSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpLeftSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpLeftSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpLeftSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpLeftSmFillIcon.tsx
index 368cd60b65..d77335372c 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpLeftSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpLeftSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpLeftSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpLeftSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpLeftSmRegularIcon.tsx
index ac08c796fb..16d97012b2 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpLeftSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpLeftSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpLeftSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpLeftXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpLeftXlBoldIcon.tsx
index 6456873aae..ab0091b153 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpLeftXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpLeftXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpLeftXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpLeftXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpLeftXlFillIcon.tsx
index a4c93c480b..b654886385 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpLeftXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpLeftXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpLeftXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpLeftXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpLeftXlRegularIcon.tsx
index a8b21dd722..b9c8069727 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpLeftXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpLeftXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpLeftXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpLgBoldIcon.tsx
index e63bded626..6bb249dda9 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpLgFillIcon.tsx
index 1c99bc424b..b8a0087100 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpLgRegularIcon.tsx
index 314c934cf0..4f732836f3 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpMdBoldIcon.tsx
index 0a26ef31b3..9b45f841b1 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpMdFillIcon.tsx
index b0a141a2f6..b95fbfd03d 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpMdRegularIcon.tsx
index 76e8cae913..ca26a2fbb0 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpOneNineCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpOneNineCaptionBoldIcon.tsx
index ff909fd4a7..39f52c2864 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpOneNineCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpOneNineCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpOneNineCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpOneNineCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpOneNineCaptionFillIcon.tsx
index df7acc4591..3f115253f2 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpOneNineCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpOneNineCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpOneNineCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpOneNineCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpOneNineCaptionRegularIcon.tsx
index def537cff1..119c2e6bfb 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpOneNineCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpOneNineCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpOneNineCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpOneNineLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpOneNineLgBoldIcon.tsx
index 6daa356928..682da84756 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpOneNineLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpOneNineLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpOneNineLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpOneNineLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpOneNineLgFillIcon.tsx
index bb5c916a60..e5c28daa68 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpOneNineLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpOneNineLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpOneNineLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpOneNineLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpOneNineLgRegularIcon.tsx
index 384e30f81d..e2fb828d6c 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpOneNineLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpOneNineLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpOneNineLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpOneNineMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpOneNineMdBoldIcon.tsx
index 019e050dfb..384af3cbbf 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpOneNineMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpOneNineMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpOneNineMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpOneNineMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpOneNineMdFillIcon.tsx
index 0d59ee4bda..4a6c617ffa 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpOneNineMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpOneNineMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpOneNineMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpOneNineMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpOneNineMdRegularIcon.tsx
index 71d7366122..723406c25b 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpOneNineMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpOneNineMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpOneNineMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpOneNineSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpOneNineSmBoldIcon.tsx
index 04e7ba0023..7f99549d5e 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpOneNineSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpOneNineSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpOneNineSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpOneNineSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpOneNineSmFillIcon.tsx
index 31e25a2c5a..da80f2b2b3 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpOneNineSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpOneNineSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpOneNineSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpOneNineSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpOneNineSmRegularIcon.tsx
index e584ffca19..655af6379b 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpOneNineSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpOneNineSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpOneNineSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpOneNineXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpOneNineXlBoldIcon.tsx
index 29a7c06515..d4c5d9b757 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpOneNineXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpOneNineXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpOneNineXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpOneNineXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpOneNineXlFillIcon.tsx
index 664b7b7edd..d976855624 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpOneNineXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpOneNineXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpOneNineXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpOneNineXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpOneNineXlRegularIcon.tsx
index ffae6f1512..bea0e5d4e2 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpOneNineXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpOneNineXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpOneNineXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightCaptionBoldIcon.tsx
index a0a5bd1c57..2cdee98332 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightCaptionFillIcon.tsx
index df14be68fc..7d3131f830 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightCaptionRegularIcon.tsx
index fc415301dc..1fc4f1bbf8 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareCaptionBoldIcon.tsx
index 60157edb2d..ed520851a3 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightFromSquareCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareCaptionFillIcon.tsx
index ef6388542d..b774b8cd45 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightFromSquareCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareCaptionRegularIcon.tsx
index 4833c48319..0e458aa9ea 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightFromSquareCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareLgBoldIcon.tsx
index 6d084130c0..4796c77242 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightFromSquareLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareLgFillIcon.tsx
index 028376baec..561b80456c 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightFromSquareLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareLgRegularIcon.tsx
index 8bab42a5c9..fb1135d289 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightFromSquareLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareMdBoldIcon.tsx
index 86cb894960..b5a16aa443 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightFromSquareMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareMdFillIcon.tsx
index 1f1ce72d4a..705fec60a7 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightFromSquareMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareMdRegularIcon.tsx
index d539869b98..5409d69d19 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightFromSquareMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareSmBoldIcon.tsx
index 9f3eac0cfe..8fdbc7e933 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightFromSquareSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareSmFillIcon.tsx
index 0e239a0517..2590f8668e 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightFromSquareSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareSmRegularIcon.tsx
index 3cfe711bd8..351a76e8fd 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightFromSquareSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareXlBoldIcon.tsx
index 1a3b978305..7a443c245e 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightFromSquareXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareXlFillIcon.tsx
index 29a63e6dfd..484bd4cb40 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightFromSquareXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareXlRegularIcon.tsx
index 7a7a1662d2..00370c2697 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightFromSquareXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightFromSquareXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightLgBoldIcon.tsx
index c22505669f..d736a50ee3 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightLgFillIcon.tsx
index 69a5b19ff2..d170913985 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightLgRegularIcon.tsx
index d5fea9a525..1fbd8fa9c5 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightMdBoldIcon.tsx
index 712fdc58be..7d900cd8b0 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightMdFillIcon.tsx
index a173fe2aa9..e5d902d4ca 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightMdRegularIcon.tsx
index 298298841e..e4fbe6385b 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightSmBoldIcon.tsx
index fec5d83950..18dab63efa 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightSmFillIcon.tsx
index 598a3cea8d..ed42ff1c4b 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightSmRegularIcon.tsx
index 4cec1e74ec..da50b945a2 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightXlBoldIcon.tsx
index cd2d503657..c08b7e733c 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightXlFillIcon.tsx
index 1ae7255a7b..34974e138b 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpRightXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpRightXlRegularIcon.tsx
index 17609fe917..de23bdd544 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpRightXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpRightXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpRightXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpSmBoldIcon.tsx
index d0b630d4ea..f3911b8573 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpSmFillIcon.tsx
index 5a0aa1fc1e..6b4ba446f3 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpSmRegularIcon.tsx
index 76cbfdc582..24bdbe370f 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpToLineCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpToLineCaptionBoldIcon.tsx
index 404207352c..15b60dee31 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpToLineCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpToLineCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpToLineCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpToLineCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpToLineCaptionFillIcon.tsx
index fc6f253b15..d640159f9e 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpToLineCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpToLineCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpToLineCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpToLineCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpToLineCaptionRegularIcon.tsx
index f9e38b5865..a44370a867 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpToLineCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpToLineCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpToLineCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpToLineLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpToLineLgBoldIcon.tsx
index c78d1ad6ce..9f70fcbdb3 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpToLineLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpToLineLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpToLineLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpToLineLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpToLineLgFillIcon.tsx
index 079153cc8b..f4ca399233 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpToLineLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpToLineLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpToLineLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpToLineLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpToLineLgRegularIcon.tsx
index b3ce66ebaa..0f056190ba 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpToLineLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpToLineLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpToLineLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpToLineMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpToLineMdBoldIcon.tsx
index edb4e78651..a427eb358f 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpToLineMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpToLineMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpToLineMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpToLineMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpToLineMdFillIcon.tsx
index 88035a0927..87c385f75f 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpToLineMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpToLineMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpToLineMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpToLineMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpToLineMdRegularIcon.tsx
index e83d9e386d..f42bc24746 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpToLineMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpToLineMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpToLineMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpToLineSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpToLineSmBoldIcon.tsx
index a986be03bf..85ebe5de4c 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpToLineSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpToLineSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpToLineSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpToLineSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpToLineSmFillIcon.tsx
index 8f3e490f65..9f0963ea55 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpToLineSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpToLineSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpToLineSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpToLineSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpToLineSmRegularIcon.tsx
index 3a6d88650c..1bf9861125 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpToLineSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpToLineSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpToLineSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpToLineXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpToLineXlBoldIcon.tsx
index 59e1621df7..6ce5f47ea4 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpToLineXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpToLineXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpToLineXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpToLineXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpToLineXlFillIcon.tsx
index f3da48be20..6c51a35a32 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpToLineXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpToLineXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpToLineXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpToLineXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpToLineXlRegularIcon.tsx
index f334fd72a8..000c314c3a 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpToLineXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpToLineXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpToLineXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpXlBoldIcon.tsx
index dba911be09..d2d7ff720b 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpXlFillIcon.tsx
index abd6a596ba..bec524f6e3 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowUpXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowUpXlRegularIcon.tsx
index 91213894bc..70ddfe1b69 100644
--- a/src/react/LabelPaired/LabelPairedArrowUpXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowUpXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowUpXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowsRotateCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowsRotateCaptionBoldIcon.tsx
index fb621bf714..53e0fafdde 100644
--- a/src/react/LabelPaired/LabelPairedArrowsRotateCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowsRotateCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowsRotateCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowsRotateCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowsRotateCaptionFillIcon.tsx
index c7f02f548e..bd6e4ca0b7 100644
--- a/src/react/LabelPaired/LabelPairedArrowsRotateCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowsRotateCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowsRotateCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowsRotateCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowsRotateCaptionRegularIcon.tsx
index 9928205f9c..92021d3b47 100644
--- a/src/react/LabelPaired/LabelPairedArrowsRotateCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowsRotateCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowsRotateCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowsRotateLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowsRotateLgBoldIcon.tsx
index b03007b343..0ff8e0c76d 100644
--- a/src/react/LabelPaired/LabelPairedArrowsRotateLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowsRotateLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowsRotateLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowsRotateLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowsRotateLgFillIcon.tsx
index 5ca1bd30b5..a440737166 100644
--- a/src/react/LabelPaired/LabelPairedArrowsRotateLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowsRotateLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowsRotateLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowsRotateLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowsRotateLgRegularIcon.tsx
index 53a09732bf..a167dce920 100644
--- a/src/react/LabelPaired/LabelPairedArrowsRotateLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowsRotateLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowsRotateLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowsRotateMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowsRotateMdBoldIcon.tsx
index 33dfa8e207..6c21647c00 100644
--- a/src/react/LabelPaired/LabelPairedArrowsRotateMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowsRotateMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowsRotateMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowsRotateMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowsRotateMdFillIcon.tsx
index 9d7260f8c7..f63ba66656 100644
--- a/src/react/LabelPaired/LabelPairedArrowsRotateMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowsRotateMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowsRotateMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowsRotateMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowsRotateMdRegularIcon.tsx
index b50532c251..4855e51bfb 100644
--- a/src/react/LabelPaired/LabelPairedArrowsRotateMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowsRotateMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowsRotateMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowsRotateSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowsRotateSmBoldIcon.tsx
index 0081bb12b2..b0ad89da20 100644
--- a/src/react/LabelPaired/LabelPairedArrowsRotateSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowsRotateSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowsRotateSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowsRotateSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowsRotateSmFillIcon.tsx
index 56c49ca1e1..4066faaa50 100644
--- a/src/react/LabelPaired/LabelPairedArrowsRotateSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowsRotateSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowsRotateSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowsRotateSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowsRotateSmRegularIcon.tsx
index 7892bed750..f863b2bfeb 100644
--- a/src/react/LabelPaired/LabelPairedArrowsRotateSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowsRotateSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowsRotateSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowsRotateXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedArrowsRotateXlBoldIcon.tsx
index b34b2b4ebc..97e613317a 100644
--- a/src/react/LabelPaired/LabelPairedArrowsRotateXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowsRotateXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowsRotateXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowsRotateXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedArrowsRotateXlFillIcon.tsx
index 78116ac69f..ad0e0441bf 100644
--- a/src/react/LabelPaired/LabelPairedArrowsRotateXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowsRotateXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowsRotateXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedArrowsRotateXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedArrowsRotateXlRegularIcon.tsx
index a6dc7345da..f463aabff9 100644
--- a/src/react/LabelPaired/LabelPairedArrowsRotateXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedArrowsRotateXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedArrowsRotateXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAtCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedAtCaptionBoldIcon.tsx
index c1bc07832d..1de70fbe74 100644
--- a/src/react/LabelPaired/LabelPairedAtCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAtCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAtCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAtCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedAtCaptionFillIcon.tsx
index d085d3c6c5..32965d3929 100644
--- a/src/react/LabelPaired/LabelPairedAtCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAtCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAtCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAtCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedAtCaptionRegularIcon.tsx
index 6a98a061b7..f6d4f430e2 100644
--- a/src/react/LabelPaired/LabelPairedAtCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAtCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAtCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAtLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedAtLgBoldIcon.tsx
index 639e2107aa..ff3a2ce14a 100644
--- a/src/react/LabelPaired/LabelPairedAtLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAtLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAtLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAtLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedAtLgFillIcon.tsx
index 86b7915812..010541dd8f 100644
--- a/src/react/LabelPaired/LabelPairedAtLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAtLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAtLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAtLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedAtLgRegularIcon.tsx
index bf550d7a3f..c586c1bb86 100644
--- a/src/react/LabelPaired/LabelPairedAtLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAtLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAtLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAtMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedAtMdBoldIcon.tsx
index 7766123620..700d03d6a1 100644
--- a/src/react/LabelPaired/LabelPairedAtMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAtMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAtMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAtMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedAtMdFillIcon.tsx
index ba13b21ba0..2986c92a90 100644
--- a/src/react/LabelPaired/LabelPairedAtMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAtMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAtMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAtMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedAtMdRegularIcon.tsx
index f55cfa6a04..ea234c20df 100644
--- a/src/react/LabelPaired/LabelPairedAtMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAtMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAtMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAtSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedAtSmBoldIcon.tsx
index cc9ac5e6e0..7c606b269e 100644
--- a/src/react/LabelPaired/LabelPairedAtSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAtSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAtSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAtSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedAtSmFillIcon.tsx
index 6d1e7e5b2d..a704efd24d 100644
--- a/src/react/LabelPaired/LabelPairedAtSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAtSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAtSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAtSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedAtSmRegularIcon.tsx
index 49d1be18a9..fb8e600536 100644
--- a/src/react/LabelPaired/LabelPairedAtSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAtSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAtSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAtXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedAtXlBoldIcon.tsx
index dc5ea94811..799d70c2d8 100644
--- a/src/react/LabelPaired/LabelPairedAtXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAtXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAtXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAtXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedAtXlFillIcon.tsx
index 2abc4c38cd..8b30e4b8fe 100644
--- a/src/react/LabelPaired/LabelPairedAtXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAtXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAtXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedAtXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedAtXlRegularIcon.tsx
index 1a4f07d987..cea033932b 100644
--- a/src/react/LabelPaired/LabelPairedAtXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedAtXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedAtXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardCaptionBoldIcon.tsx
index 873f8f0dd4..e2077a86c8 100644
--- a/src/react/LabelPaired/LabelPairedBackwardCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardCaptionFillIcon.tsx
index 7744f0bcae..4353d5abe6 100644
--- a/src/react/LabelPaired/LabelPairedBackwardCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardCaptionRegularIcon.tsx
index 30a81e1a1f..01c9ef7331 100644
--- a/src/react/LabelPaired/LabelPairedBackwardCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardLgBoldIcon.tsx
index 7eda09ad94..b8b8d12ead 100644
--- a/src/react/LabelPaired/LabelPairedBackwardLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardLgFillIcon.tsx
index 0879415279..fff049f423 100644
--- a/src/react/LabelPaired/LabelPairedBackwardLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardLgRegularIcon.tsx
index 4a023039e8..d3b776623f 100644
--- a/src/react/LabelPaired/LabelPairedBackwardLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardMdBoldIcon.tsx
index 2acef7120f..1ac8ebf0cb 100644
--- a/src/react/LabelPaired/LabelPairedBackwardMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardMdFillIcon.tsx
index f770d99214..ed18730600 100644
--- a/src/react/LabelPaired/LabelPairedBackwardMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardMdRegularIcon.tsx
index 46471f171a..4917efe0eb 100644
--- a/src/react/LabelPaired/LabelPairedBackwardMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardSmBoldIcon.tsx
index c946e21d3d..99983bc2f7 100644
--- a/src/react/LabelPaired/LabelPairedBackwardSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardSmFillIcon.tsx
index 5710abc797..d071d39d67 100644
--- a/src/react/LabelPaired/LabelPairedBackwardSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardSmRegularIcon.tsx
index 1a572bd8bf..6e0f9d7b1d 100644
--- a/src/react/LabelPaired/LabelPairedBackwardSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardStepCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardStepCaptionBoldIcon.tsx
index 37e172115b..8236495c43 100644
--- a/src/react/LabelPaired/LabelPairedBackwardStepCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardStepCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardStepCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardStepCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardStepCaptionFillIcon.tsx
index 3e4fd66da9..e5406cd6d3 100644
--- a/src/react/LabelPaired/LabelPairedBackwardStepCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardStepCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardStepCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardStepCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardStepCaptionRegularIcon.tsx
index 1eef1e9d4e..fdffab2a83 100644
--- a/src/react/LabelPaired/LabelPairedBackwardStepCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardStepCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardStepCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardStepLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardStepLgBoldIcon.tsx
index 2a9a6aea0a..0b6655abae 100644
--- a/src/react/LabelPaired/LabelPairedBackwardStepLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardStepLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardStepLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardStepLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardStepLgFillIcon.tsx
index f5d37f133f..3a4fa016c0 100644
--- a/src/react/LabelPaired/LabelPairedBackwardStepLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardStepLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardStepLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardStepLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardStepLgRegularIcon.tsx
index 9338896776..b44f890a33 100644
--- a/src/react/LabelPaired/LabelPairedBackwardStepLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardStepLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardStepLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardStepMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardStepMdBoldIcon.tsx
index a8e7d03bb9..8dc7d78458 100644
--- a/src/react/LabelPaired/LabelPairedBackwardStepMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardStepMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardStepMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardStepMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardStepMdFillIcon.tsx
index 5fd4beaa16..c7d71d15f5 100644
--- a/src/react/LabelPaired/LabelPairedBackwardStepMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardStepMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardStepMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardStepMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardStepMdRegularIcon.tsx
index 7ad3c7081f..c9a72b94c4 100644
--- a/src/react/LabelPaired/LabelPairedBackwardStepMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardStepMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardStepMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardStepSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardStepSmBoldIcon.tsx
index b43fe5cfeb..c685aa11ba 100644
--- a/src/react/LabelPaired/LabelPairedBackwardStepSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardStepSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardStepSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardStepSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardStepSmFillIcon.tsx
index fc63b9d397..d8613402db 100644
--- a/src/react/LabelPaired/LabelPairedBackwardStepSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardStepSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardStepSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardStepSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardStepSmRegularIcon.tsx
index 576d169ef1..3f61ee7b25 100644
--- a/src/react/LabelPaired/LabelPairedBackwardStepSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardStepSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardStepSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardStepXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardStepXlBoldIcon.tsx
index 10fe20012d..445581ce38 100644
--- a/src/react/LabelPaired/LabelPairedBackwardStepXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardStepXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardStepXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardStepXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardStepXlFillIcon.tsx
index 254db8cb15..902733517a 100644
--- a/src/react/LabelPaired/LabelPairedBackwardStepXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardStepXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardStepXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardStepXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardStepXlRegularIcon.tsx
index d541b12637..30ac3721c0 100644
--- a/src/react/LabelPaired/LabelPairedBackwardStepXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardStepXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardStepXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardXlBoldIcon.tsx
index 3b8517db77..5830bd0840 100644
--- a/src/react/LabelPaired/LabelPairedBackwardXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardXlFillIcon.tsx
index e498621edf..bb9016d609 100644
--- a/src/react/LabelPaired/LabelPairedBackwardXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBackwardXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBackwardXlRegularIcon.tsx
index dc300647ef..840d821b12 100644
--- a/src/react/LabelPaired/LabelPairedBackwardXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBackwardXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBackwardXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBadgeCheckCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBadgeCheckCaptionBoldIcon.tsx
index b3c986baeb..7b0048aa14 100644
--- a/src/react/LabelPaired/LabelPairedBadgeCheckCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBadgeCheckCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBadgeCheckCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBadgeCheckCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedBadgeCheckCaptionFillIcon.tsx
index 97480f40e4..fb1d818575 100644
--- a/src/react/LabelPaired/LabelPairedBadgeCheckCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBadgeCheckCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBadgeCheckCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBadgeCheckCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBadgeCheckCaptionRegularIcon.tsx
index c2551967a7..c54998b188 100644
--- a/src/react/LabelPaired/LabelPairedBadgeCheckCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBadgeCheckCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBadgeCheckCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBadgeCheckLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBadgeCheckLgBoldIcon.tsx
index 273048a097..7cc9ed91a0 100644
--- a/src/react/LabelPaired/LabelPairedBadgeCheckLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBadgeCheckLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBadgeCheckLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBadgeCheckLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedBadgeCheckLgFillIcon.tsx
index ab5df32fe3..66a907b867 100644
--- a/src/react/LabelPaired/LabelPairedBadgeCheckLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBadgeCheckLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBadgeCheckLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBadgeCheckLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBadgeCheckLgRegularIcon.tsx
index 69a84d579f..d37cf0c2b0 100644
--- a/src/react/LabelPaired/LabelPairedBadgeCheckLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBadgeCheckLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBadgeCheckLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBadgeCheckMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBadgeCheckMdBoldIcon.tsx
index a7e095af2c..2b1544cc7b 100644
--- a/src/react/LabelPaired/LabelPairedBadgeCheckMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBadgeCheckMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBadgeCheckMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBadgeCheckMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedBadgeCheckMdFillIcon.tsx
index 6396940357..a1e397a82f 100644
--- a/src/react/LabelPaired/LabelPairedBadgeCheckMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBadgeCheckMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBadgeCheckMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBadgeCheckMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBadgeCheckMdRegularIcon.tsx
index 53314b88e1..2a2251b349 100644
--- a/src/react/LabelPaired/LabelPairedBadgeCheckMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBadgeCheckMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBadgeCheckMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBadgeCheckSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBadgeCheckSmBoldIcon.tsx
index ec6fefe9ab..b43faf5f0c 100644
--- a/src/react/LabelPaired/LabelPairedBadgeCheckSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBadgeCheckSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBadgeCheckSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBadgeCheckSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedBadgeCheckSmFillIcon.tsx
index e5cd51b141..07dc4040d1 100644
--- a/src/react/LabelPaired/LabelPairedBadgeCheckSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBadgeCheckSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBadgeCheckSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBadgeCheckSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBadgeCheckSmRegularIcon.tsx
index 0ab1c4c71b..e5b2ab4278 100644
--- a/src/react/LabelPaired/LabelPairedBadgeCheckSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBadgeCheckSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBadgeCheckSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBadgeCheckXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBadgeCheckXlBoldIcon.tsx
index 3da6b18404..d60fed2b93 100644
--- a/src/react/LabelPaired/LabelPairedBadgeCheckXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBadgeCheckXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBadgeCheckXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBadgeCheckXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedBadgeCheckXlFillIcon.tsx
index 5602ec6ac5..dc9edcf3ce 100644
--- a/src/react/LabelPaired/LabelPairedBadgeCheckXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBadgeCheckXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBadgeCheckXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBadgeCheckXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBadgeCheckXlRegularIcon.tsx
index ac08050523..19155ec9e3 100644
--- a/src/react/LabelPaired/LabelPairedBadgeCheckXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBadgeCheckXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBadgeCheckXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBankCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBankCaptionBoldIcon.tsx
index 399df5e03b..dfb60611ab 100644
--- a/src/react/LabelPaired/LabelPairedBankCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBankCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBankCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBankCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedBankCaptionFillIcon.tsx
index 5bb57ec015..b2e29ac6fe 100644
--- a/src/react/LabelPaired/LabelPairedBankCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBankCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBankCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBankCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBankCaptionRegularIcon.tsx
index 76d49164a2..f6559f8bf4 100644
--- a/src/react/LabelPaired/LabelPairedBankCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBankCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBankCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBankLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBankLgBoldIcon.tsx
index 91996b6408..832c3387b3 100644
--- a/src/react/LabelPaired/LabelPairedBankLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBankLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBankLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBankLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedBankLgFillIcon.tsx
index 5dbc557770..c38bc60a44 100644
--- a/src/react/LabelPaired/LabelPairedBankLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBankLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBankLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBankLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBankLgRegularIcon.tsx
index b27806f4ec..9b587cad69 100644
--- a/src/react/LabelPaired/LabelPairedBankLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBankLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBankLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBankMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBankMdBoldIcon.tsx
index 7a6b5b8c94..ef539a6058 100644
--- a/src/react/LabelPaired/LabelPairedBankMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBankMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBankMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBankMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedBankMdFillIcon.tsx
index e331c44420..e70212cf1f 100644
--- a/src/react/LabelPaired/LabelPairedBankMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBankMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBankMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBankMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBankMdRegularIcon.tsx
index cecb84ca0c..16d6f93f1c 100644
--- a/src/react/LabelPaired/LabelPairedBankMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBankMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBankMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBankSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBankSmBoldIcon.tsx
index 89b27c12bf..915c0cb6f5 100644
--- a/src/react/LabelPaired/LabelPairedBankSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBankSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBankSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBankSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedBankSmFillIcon.tsx
index 1d66808485..8693ec4328 100644
--- a/src/react/LabelPaired/LabelPairedBankSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBankSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBankSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBankSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBankSmRegularIcon.tsx
index 817bb76b79..e5892aa0ab 100644
--- a/src/react/LabelPaired/LabelPairedBankSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBankSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBankSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBankXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBankXlBoldIcon.tsx
index abf14828b9..faa56a9123 100644
--- a/src/react/LabelPaired/LabelPairedBankXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBankXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBankXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBankXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedBankXlFillIcon.tsx
index 30e4d3087f..6af2edae65 100644
--- a/src/react/LabelPaired/LabelPairedBankXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBankXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBankXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBankXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBankXlRegularIcon.tsx
index dac58896be..42cff5b4d9 100644
--- a/src/react/LabelPaired/LabelPairedBankXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBankXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBankXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarcodeCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBarcodeCaptionBoldIcon.tsx
index f916382688..079f134ddb 100644
--- a/src/react/LabelPaired/LabelPairedBarcodeCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarcodeCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarcodeCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarcodeCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedBarcodeCaptionFillIcon.tsx
index 800f5f585e..87eff8ed5d 100644
--- a/src/react/LabelPaired/LabelPairedBarcodeCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarcodeCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarcodeCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarcodeCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBarcodeCaptionRegularIcon.tsx
index 3b47283b3d..2aa7e38ead 100644
--- a/src/react/LabelPaired/LabelPairedBarcodeCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarcodeCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarcodeCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarcodeLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBarcodeLgBoldIcon.tsx
index 3b4df43fd9..8ca30ed7db 100644
--- a/src/react/LabelPaired/LabelPairedBarcodeLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarcodeLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarcodeLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarcodeLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedBarcodeLgFillIcon.tsx
index b94c8d086f..d1f508ca55 100644
--- a/src/react/LabelPaired/LabelPairedBarcodeLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarcodeLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarcodeLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarcodeLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBarcodeLgRegularIcon.tsx
index 6c4abdb0dd..d57851eeb9 100644
--- a/src/react/LabelPaired/LabelPairedBarcodeLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarcodeLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarcodeLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarcodeMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBarcodeMdBoldIcon.tsx
index bb445430b1..34b012fe10 100644
--- a/src/react/LabelPaired/LabelPairedBarcodeMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarcodeMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarcodeMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarcodeMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedBarcodeMdFillIcon.tsx
index 320ff9d396..f42b19c837 100644
--- a/src/react/LabelPaired/LabelPairedBarcodeMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarcodeMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarcodeMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarcodeMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBarcodeMdRegularIcon.tsx
index ca59de9551..688812388b 100644
--- a/src/react/LabelPaired/LabelPairedBarcodeMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarcodeMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarcodeMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarcodeSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBarcodeSmBoldIcon.tsx
index 7ee168af4b..a6e18646ae 100644
--- a/src/react/LabelPaired/LabelPairedBarcodeSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarcodeSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarcodeSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarcodeSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedBarcodeSmFillIcon.tsx
index 2ec36f61b4..880ce3e4f4 100644
--- a/src/react/LabelPaired/LabelPairedBarcodeSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarcodeSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarcodeSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarcodeSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBarcodeSmRegularIcon.tsx
index 982a44da60..e78a536bf8 100644
--- a/src/react/LabelPaired/LabelPairedBarcodeSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarcodeSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarcodeSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarcodeXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBarcodeXlBoldIcon.tsx
index cfa9762dcb..3ece41c8de 100644
--- a/src/react/LabelPaired/LabelPairedBarcodeXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarcodeXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarcodeXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarcodeXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedBarcodeXlFillIcon.tsx
index bbd9eca35b..9a08e4e694 100644
--- a/src/react/LabelPaired/LabelPairedBarcodeXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarcodeXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarcodeXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarcodeXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBarcodeXlRegularIcon.tsx
index 9667e9134c..f3e81ef436 100644
--- a/src/react/LabelPaired/LabelPairedBarcodeXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarcodeXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarcodeXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBarsCaptionBoldIcon.tsx
index 0789bf2eeb..a1e18eae2c 100644
--- a/src/react/LabelPaired/LabelPairedBarsCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedBarsCaptionFillIcon.tsx
index d83627f409..9612e34193 100644
--- a/src/react/LabelPaired/LabelPairedBarsCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBarsCaptionRegularIcon.tsx
index 4a6bfff5a9..98c0d07247 100644
--- a/src/react/LabelPaired/LabelPairedBarsCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsFilterCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBarsFilterCaptionBoldIcon.tsx
index 2767b87e36..5de3f6332b 100644
--- a/src/react/LabelPaired/LabelPairedBarsFilterCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsFilterCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsFilterCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsFilterCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedBarsFilterCaptionFillIcon.tsx
index 02ee0fc796..0a2285e1ce 100644
--- a/src/react/LabelPaired/LabelPairedBarsFilterCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsFilterCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsFilterCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsFilterCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBarsFilterCaptionRegularIcon.tsx
index 5af309d699..388c33e6bb 100644
--- a/src/react/LabelPaired/LabelPairedBarsFilterCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsFilterCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsFilterCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsFilterLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBarsFilterLgBoldIcon.tsx
index fcc9c3112e..9b171c33de 100644
--- a/src/react/LabelPaired/LabelPairedBarsFilterLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsFilterLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsFilterLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsFilterLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedBarsFilterLgFillIcon.tsx
index c9c0586246..17c25196e9 100644
--- a/src/react/LabelPaired/LabelPairedBarsFilterLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsFilterLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsFilterLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsFilterLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBarsFilterLgRegularIcon.tsx
index 39b812bc19..0a9f6dbf6a 100644
--- a/src/react/LabelPaired/LabelPairedBarsFilterLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsFilterLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsFilterLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsFilterMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBarsFilterMdBoldIcon.tsx
index 4f13f5f1fa..a344b1481a 100644
--- a/src/react/LabelPaired/LabelPairedBarsFilterMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsFilterMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsFilterMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsFilterMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedBarsFilterMdFillIcon.tsx
index cd69d3bb06..ce4daf0886 100644
--- a/src/react/LabelPaired/LabelPairedBarsFilterMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsFilterMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsFilterMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsFilterMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBarsFilterMdRegularIcon.tsx
index d73281aeab..4a7fbda2b8 100644
--- a/src/react/LabelPaired/LabelPairedBarsFilterMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsFilterMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsFilterMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsFilterSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBarsFilterSmBoldIcon.tsx
index 3f567e39f9..9b081d2142 100644
--- a/src/react/LabelPaired/LabelPairedBarsFilterSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsFilterSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsFilterSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsFilterSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedBarsFilterSmFillIcon.tsx
index 02ec54a7ac..d7826f4f00 100644
--- a/src/react/LabelPaired/LabelPairedBarsFilterSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsFilterSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsFilterSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsFilterSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBarsFilterSmRegularIcon.tsx
index 93ffa01529..5041fa7bb6 100644
--- a/src/react/LabelPaired/LabelPairedBarsFilterSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsFilterSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsFilterSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsFilterXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBarsFilterXlBoldIcon.tsx
index 01763d9eab..bf3525ae67 100644
--- a/src/react/LabelPaired/LabelPairedBarsFilterXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsFilterXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsFilterXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsFilterXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedBarsFilterXlFillIcon.tsx
index fd8bb04a75..fc7ebbdca2 100644
--- a/src/react/LabelPaired/LabelPairedBarsFilterXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsFilterXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsFilterXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsFilterXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBarsFilterXlRegularIcon.tsx
index 55d5821ea8..aa07853429 100644
--- a/src/react/LabelPaired/LabelPairedBarsFilterXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsFilterXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsFilterXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBarsLgBoldIcon.tsx
index e3753d5d2c..df5eb7c630 100644
--- a/src/react/LabelPaired/LabelPairedBarsLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedBarsLgFillIcon.tsx
index e59506969f..ee4919a8a3 100644
--- a/src/react/LabelPaired/LabelPairedBarsLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBarsLgRegularIcon.tsx
index 5413b78dae..cc45f3d393 100644
--- a/src/react/LabelPaired/LabelPairedBarsLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBarsMdBoldIcon.tsx
index d0d951e8ac..015749867c 100644
--- a/src/react/LabelPaired/LabelPairedBarsMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedBarsMdFillIcon.tsx
index 8956e005b9..d5d207525a 100644
--- a/src/react/LabelPaired/LabelPairedBarsMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBarsMdRegularIcon.tsx
index cc63e04a3c..554d03a80b 100644
--- a/src/react/LabelPaired/LabelPairedBarsMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBarsSmBoldIcon.tsx
index 19162bd007..88e4ec5b0a 100644
--- a/src/react/LabelPaired/LabelPairedBarsSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedBarsSmFillIcon.tsx
index 071d5a0bdb..1e7e42f892 100644
--- a/src/react/LabelPaired/LabelPairedBarsSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBarsSmRegularIcon.tsx
index 87f49cbbbd..843c3d6791 100644
--- a/src/react/LabelPaired/LabelPairedBarsSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBarsXlBoldIcon.tsx
index 0374ea9cc2..45cdf9f1c2 100644
--- a/src/react/LabelPaired/LabelPairedBarsXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedBarsXlFillIcon.tsx
index 7017845c2c..08ae69db6e 100644
--- a/src/react/LabelPaired/LabelPairedBarsXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBarsXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBarsXlRegularIcon.tsx
index 88eb34f95f..24e176ae8d 100644
--- a/src/react/LabelPaired/LabelPairedBarsXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBarsXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBarsXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBellCaptionBoldIcon.tsx
index 5083d34d7a..c229a898da 100644
--- a/src/react/LabelPaired/LabelPairedBellCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedBellCaptionFillIcon.tsx
index 1b341f8213..652c70c5af 100644
--- a/src/react/LabelPaired/LabelPairedBellCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBellCaptionRegularIcon.tsx
index df6767bdd9..fe78146e1f 100644
--- a/src/react/LabelPaired/LabelPairedBellCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBellLgBoldIcon.tsx
index 9888c4314f..03eb88e918 100644
--- a/src/react/LabelPaired/LabelPairedBellLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedBellLgFillIcon.tsx
index 307b290919..b4d171cf61 100644
--- a/src/react/LabelPaired/LabelPairedBellLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBellLgRegularIcon.tsx
index 3c21173733..08c5807932 100644
--- a/src/react/LabelPaired/LabelPairedBellLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBellMdBoldIcon.tsx
index e665c523d1..546b8a5ab4 100644
--- a/src/react/LabelPaired/LabelPairedBellMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedBellMdFillIcon.tsx
index 033f08d7f5..bef31d423c 100644
--- a/src/react/LabelPaired/LabelPairedBellMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBellMdRegularIcon.tsx
index cbaa306226..4001b02608 100644
--- a/src/react/LabelPaired/LabelPairedBellMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellOnCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBellOnCaptionBoldIcon.tsx
index c621745793..b093b2fafa 100644
--- a/src/react/LabelPaired/LabelPairedBellOnCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellOnCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellOnCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellOnCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedBellOnCaptionFillIcon.tsx
index 353502c2c0..ea528bad38 100644
--- a/src/react/LabelPaired/LabelPairedBellOnCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellOnCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellOnCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellOnCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBellOnCaptionRegularIcon.tsx
index ebc6224366..b22c985433 100644
--- a/src/react/LabelPaired/LabelPairedBellOnCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellOnCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellOnCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellOnLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBellOnLgBoldIcon.tsx
index 470b8312e8..669e508949 100644
--- a/src/react/LabelPaired/LabelPairedBellOnLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellOnLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellOnLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellOnLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedBellOnLgFillIcon.tsx
index 4ba198ca63..fe9064bf6d 100644
--- a/src/react/LabelPaired/LabelPairedBellOnLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellOnLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellOnLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellOnLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBellOnLgRegularIcon.tsx
index 9d797d5465..58cb4184a7 100644
--- a/src/react/LabelPaired/LabelPairedBellOnLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellOnLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellOnLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellOnMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBellOnMdBoldIcon.tsx
index c5da33f165..73f26237c1 100644
--- a/src/react/LabelPaired/LabelPairedBellOnMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellOnMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellOnMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellOnMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedBellOnMdFillIcon.tsx
index 820441ef4f..b0aeec4aa3 100644
--- a/src/react/LabelPaired/LabelPairedBellOnMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellOnMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellOnMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellOnMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBellOnMdRegularIcon.tsx
index 26c9f0a78f..5fa60fe524 100644
--- a/src/react/LabelPaired/LabelPairedBellOnMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellOnMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellOnMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellOnSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBellOnSmBoldIcon.tsx
index 4aa3946fda..7ea7ba7a01 100644
--- a/src/react/LabelPaired/LabelPairedBellOnSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellOnSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellOnSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellOnSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedBellOnSmFillIcon.tsx
index 6fb9febdac..0d91fc820a 100644
--- a/src/react/LabelPaired/LabelPairedBellOnSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellOnSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellOnSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellOnSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBellOnSmRegularIcon.tsx
index 8660c3b3bb..78a22a8313 100644
--- a/src/react/LabelPaired/LabelPairedBellOnSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellOnSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellOnSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellOnXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBellOnXlBoldIcon.tsx
index cfdd40fc1b..f98322b030 100644
--- a/src/react/LabelPaired/LabelPairedBellOnXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellOnXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellOnXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellOnXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedBellOnXlFillIcon.tsx
index 7a80958aab..364eb3e757 100644
--- a/src/react/LabelPaired/LabelPairedBellOnXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellOnXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellOnXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellOnXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBellOnXlRegularIcon.tsx
index f070d619a3..e90f6393a5 100644
--- a/src/react/LabelPaired/LabelPairedBellOnXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellOnXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellOnXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellSlashCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBellSlashCaptionBoldIcon.tsx
index d679a97905..2c51417a38 100644
--- a/src/react/LabelPaired/LabelPairedBellSlashCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellSlashCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellSlashCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellSlashCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedBellSlashCaptionFillIcon.tsx
index e6fb0570c1..1a6cc588ec 100644
--- a/src/react/LabelPaired/LabelPairedBellSlashCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellSlashCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellSlashCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellSlashCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBellSlashCaptionRegularIcon.tsx
index 96249ed7f6..1da658a6cd 100644
--- a/src/react/LabelPaired/LabelPairedBellSlashCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellSlashCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellSlashCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellSlashLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBellSlashLgBoldIcon.tsx
index 5643041fab..b1e2b49832 100644
--- a/src/react/LabelPaired/LabelPairedBellSlashLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellSlashLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellSlashLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellSlashLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedBellSlashLgFillIcon.tsx
index e66a343d7d..27514ac185 100644
--- a/src/react/LabelPaired/LabelPairedBellSlashLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellSlashLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellSlashLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellSlashLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBellSlashLgRegularIcon.tsx
index 0928454f32..0d246163ca 100644
--- a/src/react/LabelPaired/LabelPairedBellSlashLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellSlashLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellSlashLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellSlashMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBellSlashMdBoldIcon.tsx
index 208695c992..4bcb086de6 100644
--- a/src/react/LabelPaired/LabelPairedBellSlashMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellSlashMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellSlashMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellSlashMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedBellSlashMdFillIcon.tsx
index c3a12ee223..21d9126035 100644
--- a/src/react/LabelPaired/LabelPairedBellSlashMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellSlashMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellSlashMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellSlashMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBellSlashMdRegularIcon.tsx
index 2cc912b603..c4b7509b7b 100644
--- a/src/react/LabelPaired/LabelPairedBellSlashMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellSlashMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellSlashMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellSlashSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBellSlashSmBoldIcon.tsx
index 56497b9326..7aa62db1bb 100644
--- a/src/react/LabelPaired/LabelPairedBellSlashSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellSlashSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellSlashSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellSlashSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedBellSlashSmFillIcon.tsx
index 59e8f3801f..9b7060258a 100644
--- a/src/react/LabelPaired/LabelPairedBellSlashSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellSlashSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellSlashSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellSlashSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBellSlashSmRegularIcon.tsx
index da6dd5efc5..765408a854 100644
--- a/src/react/LabelPaired/LabelPairedBellSlashSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellSlashSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellSlashSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellSlashXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBellSlashXlBoldIcon.tsx
index 467df62807..56f00fa7b9 100644
--- a/src/react/LabelPaired/LabelPairedBellSlashXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellSlashXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellSlashXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellSlashXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedBellSlashXlFillIcon.tsx
index eb68d3df5b..9bd098cc7c 100644
--- a/src/react/LabelPaired/LabelPairedBellSlashXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellSlashXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellSlashXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellSlashXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBellSlashXlRegularIcon.tsx
index ee8bb7a8d4..ceb3bd2ad0 100644
--- a/src/react/LabelPaired/LabelPairedBellSlashXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellSlashXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellSlashXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBellSmBoldIcon.tsx
index d1838480db..6efa8dcee3 100644
--- a/src/react/LabelPaired/LabelPairedBellSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedBellSmFillIcon.tsx
index c17c926622..090c768c44 100644
--- a/src/react/LabelPaired/LabelPairedBellSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBellSmRegularIcon.tsx
index a8f21ffa1d..7e8cbe874a 100644
--- a/src/react/LabelPaired/LabelPairedBellSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBellXlBoldIcon.tsx
index 9b49d6a5d7..c41f5f2cf9 100644
--- a/src/react/LabelPaired/LabelPairedBellXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedBellXlFillIcon.tsx
index 362767a876..0afd6b7dd1 100644
--- a/src/react/LabelPaired/LabelPairedBellXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBellXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBellXlRegularIcon.tsx
index 866e2dd2ef..4a851e26b8 100644
--- a/src/react/LabelPaired/LabelPairedBellXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBellXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBellXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBookmarkCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBookmarkCaptionBoldIcon.tsx
index c8394e6e01..474f87ac23 100644
--- a/src/react/LabelPaired/LabelPairedBookmarkCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBookmarkCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBookmarkCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBookmarkCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedBookmarkCaptionFillIcon.tsx
index 6a5ea27b30..c53cdba83d 100644
--- a/src/react/LabelPaired/LabelPairedBookmarkCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBookmarkCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBookmarkCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBookmarkCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBookmarkCaptionRegularIcon.tsx
index bfec4f83c5..09242c20d0 100644
--- a/src/react/LabelPaired/LabelPairedBookmarkCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBookmarkCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBookmarkCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBookmarkLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBookmarkLgBoldIcon.tsx
index 750f5f4fac..ca7dae8898 100644
--- a/src/react/LabelPaired/LabelPairedBookmarkLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBookmarkLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBookmarkLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBookmarkLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedBookmarkLgFillIcon.tsx
index c78904fcfa..3c426f1461 100644
--- a/src/react/LabelPaired/LabelPairedBookmarkLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBookmarkLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBookmarkLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBookmarkLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBookmarkLgRegularIcon.tsx
index 159c222213..3b42a33628 100644
--- a/src/react/LabelPaired/LabelPairedBookmarkLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBookmarkLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBookmarkLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBookmarkMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBookmarkMdBoldIcon.tsx
index 9e722b6d7c..2e2c1014ef 100644
--- a/src/react/LabelPaired/LabelPairedBookmarkMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBookmarkMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBookmarkMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBookmarkMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedBookmarkMdFillIcon.tsx
index 354030324e..f5821ce83d 100644
--- a/src/react/LabelPaired/LabelPairedBookmarkMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBookmarkMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBookmarkMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBookmarkMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBookmarkMdRegularIcon.tsx
index 0c570239eb..20298f9297 100644
--- a/src/react/LabelPaired/LabelPairedBookmarkMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBookmarkMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBookmarkMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBookmarkSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBookmarkSmBoldIcon.tsx
index 8dfc5720b5..e2f9ba1b1d 100644
--- a/src/react/LabelPaired/LabelPairedBookmarkSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBookmarkSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBookmarkSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBookmarkSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedBookmarkSmFillIcon.tsx
index 640d67d6ab..88961d5f05 100644
--- a/src/react/LabelPaired/LabelPairedBookmarkSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBookmarkSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBookmarkSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBookmarkSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBookmarkSmRegularIcon.tsx
index f7415ce71e..1765dfaa40 100644
--- a/src/react/LabelPaired/LabelPairedBookmarkSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBookmarkSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBookmarkSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBookmarkXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBookmarkXlBoldIcon.tsx
index 065ea94ccb..52c40b782a 100644
--- a/src/react/LabelPaired/LabelPairedBookmarkXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBookmarkXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBookmarkXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBookmarkXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedBookmarkXlFillIcon.tsx
index 6f2aeb6463..eac81b96da 100644
--- a/src/react/LabelPaired/LabelPairedBookmarkXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBookmarkXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBookmarkXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBookmarkXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBookmarkXlRegularIcon.tsx
index ec7eed5bde..2513f1b0e2 100644
--- a/src/react/LabelPaired/LabelPairedBookmarkXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBookmarkXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBookmarkXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownCaptionBoldIcon.tsx
index 961a0cf7c9..456d2d299f 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowDownCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownCaptionFillIcon.tsx
index d6626a4a56..677ec91be6 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowDownCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownCaptionRegularIcon.tsx
index 6cb49a7e67..3ffd962af7 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowDownCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownLgBoldIcon.tsx
index 5b3d8609cb..7fb9d3a55c 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowDownLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownLgFillIcon.tsx
index db2a6fe71d..f90090a5b7 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowDownLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownLgRegularIcon.tsx
index e3f0695829..3ccbf94b1c 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowDownLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownMdBoldIcon.tsx
index 36aa2105c2..08da851f7c 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowDownMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownMdFillIcon.tsx
index 30fe4af1af..b6c57fd09b 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowDownMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownMdRegularIcon.tsx
index 4d067f9b3b..f64f0e60e2 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowDownMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownSmBoldIcon.tsx
index 0374c307bf..029b97c4c6 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowDownSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownSmFillIcon.tsx
index 8519ce75ed..cd4f526a8c 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowDownSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownSmRegularIcon.tsx
index 31784cab49..99911e1e23 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowDownSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownXlBoldIcon.tsx
index 32b9a0ecf9..7cef9c6176 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowDownXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownXlFillIcon.tsx
index 28fabe2929..d2303298ef 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowDownXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownXlRegularIcon.tsx
index e9900e1b58..d4ee116bc2 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowDownXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowDownXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpCaptionBoldIcon.tsx
index 1b8ff6961d..888db70e5e 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowUpCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpCaptionFillIcon.tsx
index 712ccb2841..34e1c217fb 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowUpCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpCaptionRegularIcon.tsx
index 0533243d5f..6111fd1f87 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowUpCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpLgBoldIcon.tsx
index c7ee96f047..a2da2f093d 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowUpLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpLgFillIcon.tsx
index 83e92d7091..93be4a3080 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowUpLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpLgRegularIcon.tsx
index ce77a4cfae..c5f5907b07 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowUpLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpMdBoldIcon.tsx
index e8ed82979c..2ca74c9258 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowUpMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpMdFillIcon.tsx
index 163f6b8b31..47829f12a5 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowUpMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpMdRegularIcon.tsx
index 527d01899b..aacb436bf7 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowUpMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpSmBoldIcon.tsx
index 2a85965cd7..3f81a39899 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowUpSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpSmFillIcon.tsx
index 65a0f26e90..583e20159f 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowUpSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpSmRegularIcon.tsx
index f0a7703342..8438df1c02 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowUpSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpXlBoldIcon.tsx
index 8db40b976e..daadc444ce 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowUpXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpXlFillIcon.tsx
index f216e6d08a..fad0f8052e 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowUpXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpXlRegularIcon.tsx
index b685f6129b..d16aa7f148 100644
--- a/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBoxArchiveCircleArrowUpXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBoxArchiveCircleArrowUpXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBriefcaseCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBriefcaseCaptionBoldIcon.tsx
index 47d342622c..e38023eb57 100644
--- a/src/react/LabelPaired/LabelPairedBriefcaseCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBriefcaseCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBriefcaseCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBriefcaseCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedBriefcaseCaptionFillIcon.tsx
index d73c10fc5d..86aa0e45ef 100644
--- a/src/react/LabelPaired/LabelPairedBriefcaseCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBriefcaseCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBriefcaseCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBriefcaseCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBriefcaseCaptionRegularIcon.tsx
index c1d86804e2..51381a446f 100644
--- a/src/react/LabelPaired/LabelPairedBriefcaseCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBriefcaseCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBriefcaseCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBriefcaseLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBriefcaseLgBoldIcon.tsx
index eef9150193..fb9fd591d0 100644
--- a/src/react/LabelPaired/LabelPairedBriefcaseLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBriefcaseLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBriefcaseLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBriefcaseLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedBriefcaseLgFillIcon.tsx
index 7a15960321..fffefaeebb 100644
--- a/src/react/LabelPaired/LabelPairedBriefcaseLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBriefcaseLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBriefcaseLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBriefcaseLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBriefcaseLgRegularIcon.tsx
index 29844ed80a..1e8907b4ad 100644
--- a/src/react/LabelPaired/LabelPairedBriefcaseLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBriefcaseLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBriefcaseLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBriefcaseMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBriefcaseMdBoldIcon.tsx
index 5717929f68..acc11f6282 100644
--- a/src/react/LabelPaired/LabelPairedBriefcaseMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBriefcaseMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBriefcaseMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBriefcaseMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedBriefcaseMdFillIcon.tsx
index ab9db9772c..dcf0daff7f 100644
--- a/src/react/LabelPaired/LabelPairedBriefcaseMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBriefcaseMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBriefcaseMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBriefcaseMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBriefcaseMdRegularIcon.tsx
index bf853659b1..00be721859 100644
--- a/src/react/LabelPaired/LabelPairedBriefcaseMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBriefcaseMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBriefcaseMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBriefcaseSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBriefcaseSmBoldIcon.tsx
index e6e512e9ab..fdca395b1d 100644
--- a/src/react/LabelPaired/LabelPairedBriefcaseSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBriefcaseSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBriefcaseSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBriefcaseSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedBriefcaseSmFillIcon.tsx
index 87dc3a53ef..b1811ed2c6 100644
--- a/src/react/LabelPaired/LabelPairedBriefcaseSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBriefcaseSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBriefcaseSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBriefcaseSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBriefcaseSmRegularIcon.tsx
index e87a728fc5..8fda9f020a 100644
--- a/src/react/LabelPaired/LabelPairedBriefcaseSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBriefcaseSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBriefcaseSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBriefcaseXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBriefcaseXlBoldIcon.tsx
index 10dc112be4..2346682f94 100644
--- a/src/react/LabelPaired/LabelPairedBriefcaseXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBriefcaseXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBriefcaseXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBriefcaseXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedBriefcaseXlFillIcon.tsx
index de9fc0effb..4fd8a20dad 100644
--- a/src/react/LabelPaired/LabelPairedBriefcaseXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBriefcaseXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBriefcaseXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBriefcaseXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBriefcaseXlRegularIcon.tsx
index 0e45c921a2..fbeca3ef42 100644
--- a/src/react/LabelPaired/LabelPairedBriefcaseXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBriefcaseXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBriefcaseXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBullhornCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBullhornCaptionBoldIcon.tsx
index cb9e3d16af..52f742584d 100644
--- a/src/react/LabelPaired/LabelPairedBullhornCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBullhornCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBullhornCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBullhornCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedBullhornCaptionFillIcon.tsx
index 09d3c8ab0e..8ef08ef443 100644
--- a/src/react/LabelPaired/LabelPairedBullhornCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBullhornCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBullhornCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBullhornCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBullhornCaptionRegularIcon.tsx
index 0a0a7fd23a..208679be0d 100644
--- a/src/react/LabelPaired/LabelPairedBullhornCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBullhornCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBullhornCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBullhornLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBullhornLgBoldIcon.tsx
index 37ca79fdeb..7aa15558ec 100644
--- a/src/react/LabelPaired/LabelPairedBullhornLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBullhornLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBullhornLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBullhornLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedBullhornLgFillIcon.tsx
index 4f85663cf9..58f8e4eace 100644
--- a/src/react/LabelPaired/LabelPairedBullhornLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBullhornLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBullhornLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBullhornLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBullhornLgRegularIcon.tsx
index 522e2c07a1..441d108ad2 100644
--- a/src/react/LabelPaired/LabelPairedBullhornLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBullhornLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBullhornLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBullhornMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBullhornMdBoldIcon.tsx
index e560dcb321..3c12180bd6 100644
--- a/src/react/LabelPaired/LabelPairedBullhornMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBullhornMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBullhornMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBullhornMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedBullhornMdFillIcon.tsx
index 6fc6b0ce79..8564d79151 100644
--- a/src/react/LabelPaired/LabelPairedBullhornMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBullhornMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBullhornMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBullhornMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBullhornMdRegularIcon.tsx
index 4488d12cdd..f8da697742 100644
--- a/src/react/LabelPaired/LabelPairedBullhornMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBullhornMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBullhornMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBullhornSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBullhornSmBoldIcon.tsx
index b47c44fc09..6d6032c458 100644
--- a/src/react/LabelPaired/LabelPairedBullhornSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBullhornSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBullhornSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBullhornSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedBullhornSmFillIcon.tsx
index 47ccdec52e..a92c4c5dc3 100644
--- a/src/react/LabelPaired/LabelPairedBullhornSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBullhornSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBullhornSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBullhornSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBullhornSmRegularIcon.tsx
index b73b357072..470a4046a4 100644
--- a/src/react/LabelPaired/LabelPairedBullhornSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBullhornSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBullhornSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBullhornXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedBullhornXlBoldIcon.tsx
index 5667a89ccb..9b25984213 100644
--- a/src/react/LabelPaired/LabelPairedBullhornXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBullhornXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBullhornXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBullhornXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedBullhornXlFillIcon.tsx
index cc3e64820d..87c999b194 100644
--- a/src/react/LabelPaired/LabelPairedBullhornXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBullhornXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBullhornXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedBullhornXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedBullhornXlRegularIcon.tsx
index 57a8f59f3f..a2dee70aeb 100644
--- a/src/react/LabelPaired/LabelPairedBullhornXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedBullhornXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedBullhornXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarCaptionBoldIcon.tsx
index 02e6e40679..0281263f54 100644
--- a/src/react/LabelPaired/LabelPairedCalendarCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarCaptionFillIcon.tsx
index c073266278..9cceae25c5 100644
--- a/src/react/LabelPaired/LabelPairedCalendarCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarCaptionRegularIcon.tsx
index 82215a9fc4..6d19128b48 100644
--- a/src/react/LabelPaired/LabelPairedCalendarCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarLgBoldIcon.tsx
index 46d36fd9b0..cf8b302ca3 100644
--- a/src/react/LabelPaired/LabelPairedCalendarLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarLgFillIcon.tsx
index e2973c7e48..f51a96a667 100644
--- a/src/react/LabelPaired/LabelPairedCalendarLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarLgRegularIcon.tsx
index 1a1e6e059a..cbc5c5df51 100644
--- a/src/react/LabelPaired/LabelPairedCalendarLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarMdBoldIcon.tsx
index f703ed1aa5..471f42b827 100644
--- a/src/react/LabelPaired/LabelPairedCalendarMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarMdFillIcon.tsx
index 677faddfc8..92d89a9f73 100644
--- a/src/react/LabelPaired/LabelPairedCalendarMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarMdRegularIcon.tsx
index e9db2c5454..d834c4e546 100644
--- a/src/react/LabelPaired/LabelPairedCalendarMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarRangeCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarRangeCaptionBoldIcon.tsx
index 4d8998e539..a4151e1ee6 100644
--- a/src/react/LabelPaired/LabelPairedCalendarRangeCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarRangeCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarRangeCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarRangeCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarRangeCaptionFillIcon.tsx
index 52e79aae51..62bb4bc662 100644
--- a/src/react/LabelPaired/LabelPairedCalendarRangeCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarRangeCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarRangeCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarRangeCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarRangeCaptionRegularIcon.tsx
index 3ab28f292a..a985d0af75 100644
--- a/src/react/LabelPaired/LabelPairedCalendarRangeCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarRangeCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarRangeCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarRangeLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarRangeLgBoldIcon.tsx
index e1104d27c1..82e68ee8d6 100644
--- a/src/react/LabelPaired/LabelPairedCalendarRangeLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarRangeLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarRangeLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarRangeLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarRangeLgFillIcon.tsx
index ec5ee01080..8cf1653c02 100644
--- a/src/react/LabelPaired/LabelPairedCalendarRangeLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarRangeLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarRangeLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarRangeLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarRangeLgRegularIcon.tsx
index 764001cb2a..b9b1fa2b21 100644
--- a/src/react/LabelPaired/LabelPairedCalendarRangeLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarRangeLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarRangeLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarRangeMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarRangeMdBoldIcon.tsx
index 30e6c5c77a..1e22edf93c 100644
--- a/src/react/LabelPaired/LabelPairedCalendarRangeMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarRangeMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarRangeMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarRangeMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarRangeMdFillIcon.tsx
index a2b3b6bc1e..de7fc1f0e7 100644
--- a/src/react/LabelPaired/LabelPairedCalendarRangeMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarRangeMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarRangeMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarRangeMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarRangeMdRegularIcon.tsx
index 27cb254ff3..0489a4978d 100644
--- a/src/react/LabelPaired/LabelPairedCalendarRangeMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarRangeMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarRangeMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarRangeSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarRangeSmBoldIcon.tsx
index 9c8a4b51b4..28a3ad01f9 100644
--- a/src/react/LabelPaired/LabelPairedCalendarRangeSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarRangeSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarRangeSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarRangeSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarRangeSmFillIcon.tsx
index fb28c8ca55..034a9a3d38 100644
--- a/src/react/LabelPaired/LabelPairedCalendarRangeSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarRangeSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarRangeSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarRangeSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarRangeSmRegularIcon.tsx
index 9464f5d411..da9e43b025 100644
--- a/src/react/LabelPaired/LabelPairedCalendarRangeSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarRangeSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarRangeSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarRangeXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarRangeXlBoldIcon.tsx
index 32d887d358..1eced75fe1 100644
--- a/src/react/LabelPaired/LabelPairedCalendarRangeXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarRangeXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarRangeXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarRangeXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarRangeXlFillIcon.tsx
index d6e7600aa4..4efab0bef3 100644
--- a/src/react/LabelPaired/LabelPairedCalendarRangeXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarRangeXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarRangeXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarRangeXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarRangeXlRegularIcon.tsx
index 40a29ce939..5fb2340c76 100644
--- a/src/react/LabelPaired/LabelPairedCalendarRangeXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarRangeXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarRangeXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarSmBoldIcon.tsx
index e886c10f76..fe792d46e9 100644
--- a/src/react/LabelPaired/LabelPairedCalendarSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarSmFillIcon.tsx
index 39cd0aa0bd..a4bf4e2504 100644
--- a/src/react/LabelPaired/LabelPairedCalendarSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarSmRegularIcon.tsx
index f1c0b42329..4dadf8f2df 100644
--- a/src/react/LabelPaired/LabelPairedCalendarSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarXlBoldIcon.tsx
index d95dce219e..bf93a43e4e 100644
--- a/src/react/LabelPaired/LabelPairedCalendarXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarXlFillIcon.tsx
index aa5320beb6..ef5c55573e 100644
--- a/src/react/LabelPaired/LabelPairedCalendarXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCalendarXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCalendarXlRegularIcon.tsx
index 9469655c0f..05ce7dee45 100644
--- a/src/react/LabelPaired/LabelPairedCalendarXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCalendarXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCalendarXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCameraCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCameraCaptionBoldIcon.tsx
index d04bd627b5..4368be1faf 100644
--- a/src/react/LabelPaired/LabelPairedCameraCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCameraCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCameraCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCameraCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCameraCaptionFillIcon.tsx
index c177fc021b..bd87857514 100644
--- a/src/react/LabelPaired/LabelPairedCameraCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCameraCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCameraCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCameraCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCameraCaptionRegularIcon.tsx
index 50c597a7e5..fdf32172d3 100644
--- a/src/react/LabelPaired/LabelPairedCameraCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCameraCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCameraCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCameraLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCameraLgBoldIcon.tsx
index 39513d81b3..e7abec9b6d 100644
--- a/src/react/LabelPaired/LabelPairedCameraLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCameraLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCameraLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCameraLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCameraLgFillIcon.tsx
index cd0ade9886..c93ae3479a 100644
--- a/src/react/LabelPaired/LabelPairedCameraLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCameraLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCameraLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCameraLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCameraLgRegularIcon.tsx
index 6eaeb17f4c..71339c3a0e 100644
--- a/src/react/LabelPaired/LabelPairedCameraLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCameraLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCameraLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCameraMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCameraMdBoldIcon.tsx
index d1891f7302..533097d237 100644
--- a/src/react/LabelPaired/LabelPairedCameraMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCameraMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCameraMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCameraMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCameraMdFillIcon.tsx
index e5dda2ddd9..363d591b8c 100644
--- a/src/react/LabelPaired/LabelPairedCameraMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCameraMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCameraMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCameraMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCameraMdRegularIcon.tsx
index 8b642e7462..cd615acc53 100644
--- a/src/react/LabelPaired/LabelPairedCameraMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCameraMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCameraMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCameraSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCameraSmBoldIcon.tsx
index 5551d9a8a7..918ddb7343 100644
--- a/src/react/LabelPaired/LabelPairedCameraSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCameraSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCameraSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCameraSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCameraSmFillIcon.tsx
index 400d7835d4..8f193a3f40 100644
--- a/src/react/LabelPaired/LabelPairedCameraSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCameraSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCameraSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCameraSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCameraSmRegularIcon.tsx
index c993852932..a9e4d93165 100644
--- a/src/react/LabelPaired/LabelPairedCameraSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCameraSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCameraSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCameraXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCameraXlBoldIcon.tsx
index 28334f64dd..36fd6c47b0 100644
--- a/src/react/LabelPaired/LabelPairedCameraXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCameraXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCameraXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCameraXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCameraXlFillIcon.tsx
index 34163bfbfc..decb5dfa44 100644
--- a/src/react/LabelPaired/LabelPairedCameraXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCameraXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCameraXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCameraXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCameraXlRegularIcon.tsx
index 832d1ed6da..be52811ba0 100644
--- a/src/react/LabelPaired/LabelPairedCameraXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCameraXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCameraXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretDownCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCaretDownCaptionBoldIcon.tsx
index 92dbe43e7f..cdff5d99e0 100644
--- a/src/react/LabelPaired/LabelPairedCaretDownCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretDownCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretDownCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretDownCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCaretDownCaptionFillIcon.tsx
index fb0474e532..8cc86ea15f 100644
--- a/src/react/LabelPaired/LabelPairedCaretDownCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretDownCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretDownCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretDownCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCaretDownCaptionRegularIcon.tsx
index 76279f57c8..b3efd8e5d4 100644
--- a/src/react/LabelPaired/LabelPairedCaretDownCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretDownCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretDownCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretDownLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCaretDownLgBoldIcon.tsx
index 7ed7c6ccd1..d6d17f1f5f 100644
--- a/src/react/LabelPaired/LabelPairedCaretDownLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretDownLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretDownLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretDownLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCaretDownLgFillIcon.tsx
index 327cde64dc..f3743aa712 100644
--- a/src/react/LabelPaired/LabelPairedCaretDownLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretDownLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretDownLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretDownLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCaretDownLgRegularIcon.tsx
index 350f342854..fce124c566 100644
--- a/src/react/LabelPaired/LabelPairedCaretDownLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretDownLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretDownLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretDownMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCaretDownMdBoldIcon.tsx
index e60857cedb..f3c6e62278 100644
--- a/src/react/LabelPaired/LabelPairedCaretDownMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretDownMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretDownMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretDownMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCaretDownMdFillIcon.tsx
index ed84880725..1771d2f6e1 100644
--- a/src/react/LabelPaired/LabelPairedCaretDownMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretDownMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretDownMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretDownMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCaretDownMdRegularIcon.tsx
index c66ad6254c..f9934b7071 100644
--- a/src/react/LabelPaired/LabelPairedCaretDownMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretDownMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretDownMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretDownSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCaretDownSmBoldIcon.tsx
index ff136594dc..59bfbc5cd7 100644
--- a/src/react/LabelPaired/LabelPairedCaretDownSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretDownSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretDownSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretDownSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCaretDownSmFillIcon.tsx
index 925d566bfa..d5aff6856c 100644
--- a/src/react/LabelPaired/LabelPairedCaretDownSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretDownSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretDownSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretDownSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCaretDownSmRegularIcon.tsx
index b423767e78..eea9a30660 100644
--- a/src/react/LabelPaired/LabelPairedCaretDownSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretDownSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretDownSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretDownXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCaretDownXlBoldIcon.tsx
index 0d8aa10b0d..56a57c51ee 100644
--- a/src/react/LabelPaired/LabelPairedCaretDownXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretDownXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretDownXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretDownXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCaretDownXlFillIcon.tsx
index c6b611a1f7..c88d84ac73 100644
--- a/src/react/LabelPaired/LabelPairedCaretDownXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretDownXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretDownXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretDownXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCaretDownXlRegularIcon.tsx
index 7ae59dd87d..9c1a406d87 100644
--- a/src/react/LabelPaired/LabelPairedCaretDownXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretDownXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretDownXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretUpCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCaretUpCaptionBoldIcon.tsx
index 70d5d9e735..73ba4aff9d 100644
--- a/src/react/LabelPaired/LabelPairedCaretUpCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretUpCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretUpCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretUpCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCaretUpCaptionFillIcon.tsx
index 72ca20c2cb..88b2b703cd 100644
--- a/src/react/LabelPaired/LabelPairedCaretUpCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretUpCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretUpCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretUpCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCaretUpCaptionRegularIcon.tsx
index 668fdfbf72..29bcdcb999 100644
--- a/src/react/LabelPaired/LabelPairedCaretUpCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretUpCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretUpCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretUpLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCaretUpLgBoldIcon.tsx
index 18977fee67..d7859860cb 100644
--- a/src/react/LabelPaired/LabelPairedCaretUpLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretUpLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretUpLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretUpLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCaretUpLgFillIcon.tsx
index a8617adbc2..1508b8fc28 100644
--- a/src/react/LabelPaired/LabelPairedCaretUpLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretUpLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretUpLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretUpLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCaretUpLgRegularIcon.tsx
index 838e661715..d75f616992 100644
--- a/src/react/LabelPaired/LabelPairedCaretUpLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretUpLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretUpLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretUpMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCaretUpMdBoldIcon.tsx
index 1a9ff24351..4c75d89510 100644
--- a/src/react/LabelPaired/LabelPairedCaretUpMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretUpMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretUpMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretUpMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCaretUpMdFillIcon.tsx
index deb3658413..158e18d54b 100644
--- a/src/react/LabelPaired/LabelPairedCaretUpMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretUpMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretUpMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretUpMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCaretUpMdRegularIcon.tsx
index 0390d9cc10..3cb187907a 100644
--- a/src/react/LabelPaired/LabelPairedCaretUpMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretUpMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretUpMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretUpSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCaretUpSmBoldIcon.tsx
index 111d82aa11..ec6008fdc4 100644
--- a/src/react/LabelPaired/LabelPairedCaretUpSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretUpSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretUpSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretUpSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCaretUpSmFillIcon.tsx
index 4023cf81de..1a7edb1c00 100644
--- a/src/react/LabelPaired/LabelPairedCaretUpSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretUpSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretUpSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretUpSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCaretUpSmRegularIcon.tsx
index 9a2f2834f7..b24ca9e148 100644
--- a/src/react/LabelPaired/LabelPairedCaretUpSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretUpSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretUpSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretUpXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCaretUpXlBoldIcon.tsx
index b185bc3565..47a5db8a90 100644
--- a/src/react/LabelPaired/LabelPairedCaretUpXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretUpXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretUpXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretUpXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCaretUpXlFillIcon.tsx
index 402281c8aa..ca61315aa9 100644
--- a/src/react/LabelPaired/LabelPairedCaretUpXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretUpXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretUpXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCaretUpXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCaretUpXlRegularIcon.tsx
index 48d1516ba2..fd9b6d8098 100644
--- a/src/react/LabelPaired/LabelPairedCaretUpXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCaretUpXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCaretUpXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCashRegisterCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCashRegisterCaptionBoldIcon.tsx
index 9d85b0e3bc..33748f9a11 100644
--- a/src/react/LabelPaired/LabelPairedCashRegisterCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCashRegisterCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCashRegisterCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCashRegisterCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCashRegisterCaptionFillIcon.tsx
index f5dabb2e1a..417c047365 100644
--- a/src/react/LabelPaired/LabelPairedCashRegisterCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCashRegisterCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCashRegisterCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCashRegisterCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCashRegisterCaptionRegularIcon.tsx
index d521e1488f..083a9afdaf 100644
--- a/src/react/LabelPaired/LabelPairedCashRegisterCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCashRegisterCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCashRegisterCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCashRegisterLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCashRegisterLgBoldIcon.tsx
index bf8a189277..d7ad7644a0 100644
--- a/src/react/LabelPaired/LabelPairedCashRegisterLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCashRegisterLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCashRegisterLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCashRegisterLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCashRegisterLgFillIcon.tsx
index 69e171cb76..fa17e3e8e5 100644
--- a/src/react/LabelPaired/LabelPairedCashRegisterLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCashRegisterLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCashRegisterLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCashRegisterLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCashRegisterLgRegularIcon.tsx
index 4cdd451bcf..f692c11e24 100644
--- a/src/react/LabelPaired/LabelPairedCashRegisterLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCashRegisterLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCashRegisterLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCashRegisterMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCashRegisterMdBoldIcon.tsx
index 92621752e2..6815bda02d 100644
--- a/src/react/LabelPaired/LabelPairedCashRegisterMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCashRegisterMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCashRegisterMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCashRegisterMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCashRegisterMdFillIcon.tsx
index 5889a598a0..59923f0847 100644
--- a/src/react/LabelPaired/LabelPairedCashRegisterMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCashRegisterMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCashRegisterMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCashRegisterMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCashRegisterMdRegularIcon.tsx
index 325e00decb..f7e44c78be 100644
--- a/src/react/LabelPaired/LabelPairedCashRegisterMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCashRegisterMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCashRegisterMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCashRegisterSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCashRegisterSmBoldIcon.tsx
index 3689dc5595..6240c018c6 100644
--- a/src/react/LabelPaired/LabelPairedCashRegisterSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCashRegisterSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCashRegisterSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCashRegisterSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCashRegisterSmFillIcon.tsx
index 227e3154ca..2d9f4e7616 100644
--- a/src/react/LabelPaired/LabelPairedCashRegisterSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCashRegisterSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCashRegisterSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCashRegisterSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCashRegisterSmRegularIcon.tsx
index c26c025a35..6544c4aef2 100644
--- a/src/react/LabelPaired/LabelPairedCashRegisterSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCashRegisterSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCashRegisterSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCashRegisterXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCashRegisterXlBoldIcon.tsx
index 1efc768d12..6dc4aa96e2 100644
--- a/src/react/LabelPaired/LabelPairedCashRegisterXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCashRegisterXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCashRegisterXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCashRegisterXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCashRegisterXlFillIcon.tsx
index a00b4f1fb1..e34d83ea70 100644
--- a/src/react/LabelPaired/LabelPairedCashRegisterXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCashRegisterXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCashRegisterXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCashRegisterXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCashRegisterXlRegularIcon.tsx
index 97ec4099f8..b3ccba2390 100644
--- a/src/react/LabelPaired/LabelPairedCashRegisterXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCashRegisterXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCashRegisterXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartAreaCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartAreaCaptionBoldIcon.tsx
index 7e49d8aea1..b2b4eeff27 100644
--- a/src/react/LabelPaired/LabelPairedChartAreaCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartAreaCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartAreaCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartAreaCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartAreaCaptionFillIcon.tsx
index 324d6aa382..86ee973a61 100644
--- a/src/react/LabelPaired/LabelPairedChartAreaCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartAreaCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartAreaCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartAreaCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartAreaCaptionRegularIcon.tsx
index 4a14812909..b26717d5c4 100644
--- a/src/react/LabelPaired/LabelPairedChartAreaCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartAreaCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartAreaCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartAreaLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartAreaLgBoldIcon.tsx
index ec609372f2..2413861c25 100644
--- a/src/react/LabelPaired/LabelPairedChartAreaLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartAreaLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartAreaLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartAreaLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartAreaLgFillIcon.tsx
index 9a905f918c..3d21275de6 100644
--- a/src/react/LabelPaired/LabelPairedChartAreaLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartAreaLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartAreaLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartAreaLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartAreaLgRegularIcon.tsx
index 1a12712a73..ce975d0901 100644
--- a/src/react/LabelPaired/LabelPairedChartAreaLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartAreaLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartAreaLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartAreaMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartAreaMdBoldIcon.tsx
index d8e1c624c9..4aea35a533 100644
--- a/src/react/LabelPaired/LabelPairedChartAreaMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartAreaMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartAreaMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartAreaMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartAreaMdFillIcon.tsx
index 16edec4e0b..e4104c2f09 100644
--- a/src/react/LabelPaired/LabelPairedChartAreaMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartAreaMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartAreaMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartAreaMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartAreaMdRegularIcon.tsx
index ce8f40b523..cad3f3c096 100644
--- a/src/react/LabelPaired/LabelPairedChartAreaMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartAreaMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartAreaMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartAreaSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartAreaSmBoldIcon.tsx
index 38d9584ad0..d524f4a2e1 100644
--- a/src/react/LabelPaired/LabelPairedChartAreaSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartAreaSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartAreaSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartAreaSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartAreaSmFillIcon.tsx
index 74c92fcdfd..f1cb31182a 100644
--- a/src/react/LabelPaired/LabelPairedChartAreaSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartAreaSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartAreaSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartAreaSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartAreaSmRegularIcon.tsx
index 7803499f40..e3db34a16c 100644
--- a/src/react/LabelPaired/LabelPairedChartAreaSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartAreaSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartAreaSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartAreaXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartAreaXlBoldIcon.tsx
index 24e30ce02b..51418c074e 100644
--- a/src/react/LabelPaired/LabelPairedChartAreaXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartAreaXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartAreaXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartAreaXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartAreaXlFillIcon.tsx
index f59c0c02a1..981ba52954 100644
--- a/src/react/LabelPaired/LabelPairedChartAreaXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartAreaXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartAreaXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartAreaXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartAreaXlRegularIcon.tsx
index 3fce816aba..d1e70c6c68 100644
--- a/src/react/LabelPaired/LabelPairedChartAreaXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartAreaXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartAreaXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartCandlestickCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartCandlestickCaptionBoldIcon.tsx
index 568b502322..fa96ecb588 100644
--- a/src/react/LabelPaired/LabelPairedChartCandlestickCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartCandlestickCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartCandlestickCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartCandlestickCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartCandlestickCaptionFillIcon.tsx
index 352560b51a..cbb6ac31a7 100644
--- a/src/react/LabelPaired/LabelPairedChartCandlestickCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartCandlestickCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartCandlestickCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartCandlestickCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartCandlestickCaptionRegularIcon.tsx
index 0c73a077c0..acd97b7a11 100644
--- a/src/react/LabelPaired/LabelPairedChartCandlestickCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartCandlestickCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartCandlestickCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartCandlestickLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartCandlestickLgBoldIcon.tsx
index a02d5a53a0..3604a370b5 100644
--- a/src/react/LabelPaired/LabelPairedChartCandlestickLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartCandlestickLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartCandlestickLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartCandlestickLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartCandlestickLgFillIcon.tsx
index 5606217c91..03be2589f2 100644
--- a/src/react/LabelPaired/LabelPairedChartCandlestickLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartCandlestickLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartCandlestickLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartCandlestickLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartCandlestickLgRegularIcon.tsx
index bcdfadad86..83e9b12ec6 100644
--- a/src/react/LabelPaired/LabelPairedChartCandlestickLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartCandlestickLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartCandlestickLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartCandlestickMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartCandlestickMdBoldIcon.tsx
index 944bf0bed0..88506aa3b0 100644
--- a/src/react/LabelPaired/LabelPairedChartCandlestickMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartCandlestickMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartCandlestickMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartCandlestickMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartCandlestickMdFillIcon.tsx
index e4127fd750..73dcdd6476 100644
--- a/src/react/LabelPaired/LabelPairedChartCandlestickMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartCandlestickMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartCandlestickMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartCandlestickMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartCandlestickMdRegularIcon.tsx
index 27c65b0271..1da57b6c23 100644
--- a/src/react/LabelPaired/LabelPairedChartCandlestickMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartCandlestickMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartCandlestickMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartCandlestickSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartCandlestickSmBoldIcon.tsx
index 5ea9b458fb..43a8ea03dc 100644
--- a/src/react/LabelPaired/LabelPairedChartCandlestickSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartCandlestickSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartCandlestickSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartCandlestickSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartCandlestickSmFillIcon.tsx
index 29a74dac0b..75b1fb29c6 100644
--- a/src/react/LabelPaired/LabelPairedChartCandlestickSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartCandlestickSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartCandlestickSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartCandlestickSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartCandlestickSmRegularIcon.tsx
index 68cf7c8af9..a9f4e8a46f 100644
--- a/src/react/LabelPaired/LabelPairedChartCandlestickSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartCandlestickSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartCandlestickSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartCandlestickXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartCandlestickXlBoldIcon.tsx
index 4536a6dcc6..d3015a8153 100644
--- a/src/react/LabelPaired/LabelPairedChartCandlestickXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartCandlestickXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartCandlestickXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartCandlestickXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartCandlestickXlFillIcon.tsx
index cced327cf7..dd2a5eecdd 100644
--- a/src/react/LabelPaired/LabelPairedChartCandlestickXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartCandlestickXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartCandlestickXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartCandlestickXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartCandlestickXlRegularIcon.tsx
index 82283d7016..e0b2cd8532 100644
--- a/src/react/LabelPaired/LabelPairedChartCandlestickXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartCandlestickXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartCandlestickXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineCaptionBoldIcon.tsx
index 5566c2d090..ea88d6b203 100644
--- a/src/react/LabelPaired/LabelPairedChartLineCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineCaptionFillIcon.tsx
index 8e9828615a..45aa0f64ae 100644
--- a/src/react/LabelPaired/LabelPairedChartLineCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineCaptionRegularIcon.tsx
index 215d786931..fe92ae932e 100644
--- a/src/react/LabelPaired/LabelPairedChartLineCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineLgBoldIcon.tsx
index 9a9dff144e..6c0ae69e40 100644
--- a/src/react/LabelPaired/LabelPairedChartLineLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineLgFillIcon.tsx
index de481f1f70..113ae1aed6 100644
--- a/src/react/LabelPaired/LabelPairedChartLineLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineLgRegularIcon.tsx
index c6ef41d73f..c627549afc 100644
--- a/src/react/LabelPaired/LabelPairedChartLineLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineMdBoldIcon.tsx
index f3edea9204..eaabe6042b 100644
--- a/src/react/LabelPaired/LabelPairedChartLineMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineMdFillIcon.tsx
index bc5825c2c9..364624a390 100644
--- a/src/react/LabelPaired/LabelPairedChartLineMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineMdRegularIcon.tsx
index b2d75e95ee..b771f99294 100644
--- a/src/react/LabelPaired/LabelPairedChartLineMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineSmBoldIcon.tsx
index 902bb25baf..c2f07e07b1 100644
--- a/src/react/LabelPaired/LabelPairedChartLineSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineSmFillIcon.tsx
index fa74933752..6ff4e46c30 100644
--- a/src/react/LabelPaired/LabelPairedChartLineSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineSmRegularIcon.tsx
index 3b59546e09..1f07288ebe 100644
--- a/src/react/LabelPaired/LabelPairedChartLineSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineUpDownCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineUpDownCaptionBoldIcon.tsx
index 734254c09e..620fb7086a 100644
--- a/src/react/LabelPaired/LabelPairedChartLineUpDownCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineUpDownCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineUpDownCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineUpDownCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineUpDownCaptionFillIcon.tsx
index c35f3fbf3b..0782ccefa0 100644
--- a/src/react/LabelPaired/LabelPairedChartLineUpDownCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineUpDownCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineUpDownCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineUpDownCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineUpDownCaptionRegularIcon.tsx
index 3ecbcb2222..0dfbe6ac99 100644
--- a/src/react/LabelPaired/LabelPairedChartLineUpDownCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineUpDownCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineUpDownCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineUpDownLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineUpDownLgBoldIcon.tsx
index d26aea214f..4a9e1e5ec4 100644
--- a/src/react/LabelPaired/LabelPairedChartLineUpDownLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineUpDownLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineUpDownLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineUpDownLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineUpDownLgFillIcon.tsx
index 5671f13f14..0ff30629b5 100644
--- a/src/react/LabelPaired/LabelPairedChartLineUpDownLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineUpDownLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineUpDownLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineUpDownLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineUpDownLgRegularIcon.tsx
index 17e58427c1..c10c67a680 100644
--- a/src/react/LabelPaired/LabelPairedChartLineUpDownLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineUpDownLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineUpDownLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineUpDownMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineUpDownMdBoldIcon.tsx
index c766a86479..7b39c9687b 100644
--- a/src/react/LabelPaired/LabelPairedChartLineUpDownMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineUpDownMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineUpDownMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineUpDownMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineUpDownMdFillIcon.tsx
index f72db46fee..9aa2cb8f46 100644
--- a/src/react/LabelPaired/LabelPairedChartLineUpDownMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineUpDownMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineUpDownMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineUpDownMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineUpDownMdRegularIcon.tsx
index 90f6c0bc45..3d94e52c3b 100644
--- a/src/react/LabelPaired/LabelPairedChartLineUpDownMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineUpDownMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineUpDownMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineUpDownSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineUpDownSmBoldIcon.tsx
index f60deb0021..512addcd47 100644
--- a/src/react/LabelPaired/LabelPairedChartLineUpDownSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineUpDownSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineUpDownSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineUpDownSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineUpDownSmFillIcon.tsx
index 8ad5d3d265..2b2647adb0 100644
--- a/src/react/LabelPaired/LabelPairedChartLineUpDownSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineUpDownSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineUpDownSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineUpDownSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineUpDownSmRegularIcon.tsx
index 23c302e58c..44a0af2c49 100644
--- a/src/react/LabelPaired/LabelPairedChartLineUpDownSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineUpDownSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineUpDownSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineUpDownXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineUpDownXlBoldIcon.tsx
index 6ddd86ead8..dcd141c544 100644
--- a/src/react/LabelPaired/LabelPairedChartLineUpDownXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineUpDownXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineUpDownXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineUpDownXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineUpDownXlFillIcon.tsx
index a5dbcefbfd..7b5fce00b0 100644
--- a/src/react/LabelPaired/LabelPairedChartLineUpDownXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineUpDownXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineUpDownXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineUpDownXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineUpDownXlRegularIcon.tsx
index f875864820..bf05506e26 100644
--- a/src/react/LabelPaired/LabelPairedChartLineUpDownXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineUpDownXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineUpDownXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineXlBoldIcon.tsx
index f088696883..935ab638c6 100644
--- a/src/react/LabelPaired/LabelPairedChartLineXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineXlFillIcon.tsx
index fc5670ffa2..cf84d2f8cb 100644
--- a/src/react/LabelPaired/LabelPairedChartLineXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartLineXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartLineXlRegularIcon.tsx
index 1fe9f8d52d..edc66174ce 100644
--- a/src/react/LabelPaired/LabelPairedChartLineXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartLineXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartLineXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartMixedCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartMixedCaptionBoldIcon.tsx
index d288e56ba4..170ef3243b 100644
--- a/src/react/LabelPaired/LabelPairedChartMixedCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartMixedCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartMixedCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartMixedCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartMixedCaptionFillIcon.tsx
index 1d3682fbe0..71f55ac238 100644
--- a/src/react/LabelPaired/LabelPairedChartMixedCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartMixedCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartMixedCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartMixedCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartMixedCaptionRegularIcon.tsx
index 2b5eef5b26..7d236ddccd 100644
--- a/src/react/LabelPaired/LabelPairedChartMixedCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartMixedCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartMixedCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartMixedLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartMixedLgBoldIcon.tsx
index 2e72160d96..b5c596c443 100644
--- a/src/react/LabelPaired/LabelPairedChartMixedLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartMixedLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartMixedLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartMixedLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartMixedLgFillIcon.tsx
index b04d69e825..79b21df99b 100644
--- a/src/react/LabelPaired/LabelPairedChartMixedLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartMixedLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartMixedLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartMixedLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartMixedLgRegularIcon.tsx
index 6334a96784..0fbaf21963 100644
--- a/src/react/LabelPaired/LabelPairedChartMixedLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartMixedLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartMixedLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartMixedMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartMixedMdBoldIcon.tsx
index df1b028c54..0c8f0659e0 100644
--- a/src/react/LabelPaired/LabelPairedChartMixedMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartMixedMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartMixedMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartMixedMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartMixedMdFillIcon.tsx
index e739f0bfc0..b3214d0c55 100644
--- a/src/react/LabelPaired/LabelPairedChartMixedMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartMixedMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartMixedMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartMixedMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartMixedMdRegularIcon.tsx
index 25726a3b4e..1492a897d3 100644
--- a/src/react/LabelPaired/LabelPairedChartMixedMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartMixedMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartMixedMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartMixedSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartMixedSmBoldIcon.tsx
index 4b377ca983..ee7c5f7ac1 100644
--- a/src/react/LabelPaired/LabelPairedChartMixedSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartMixedSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartMixedSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartMixedSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartMixedSmFillIcon.tsx
index 2674054686..50b9ca0dee 100644
--- a/src/react/LabelPaired/LabelPairedChartMixedSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartMixedSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartMixedSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartMixedSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartMixedSmRegularIcon.tsx
index e3a4ccfd27..083999d643 100644
--- a/src/react/LabelPaired/LabelPairedChartMixedSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartMixedSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartMixedSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartMixedXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartMixedXlBoldIcon.tsx
index d5733229bb..58ba8516d5 100644
--- a/src/react/LabelPaired/LabelPairedChartMixedXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartMixedXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartMixedXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartMixedXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartMixedXlFillIcon.tsx
index fc7d129838..b5c74f914d 100644
--- a/src/react/LabelPaired/LabelPairedChartMixedXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartMixedXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartMixedXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartMixedXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartMixedXlRegularIcon.tsx
index 7c5ff9ad7c..441236780a 100644
--- a/src/react/LabelPaired/LabelPairedChartMixedXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartMixedXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartMixedXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartOhlcCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartOhlcCaptionBoldIcon.tsx
index 1e0e73966d..6efeb11d48 100644
--- a/src/react/LabelPaired/LabelPairedChartOhlcCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartOhlcCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartOhlcCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartOhlcCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartOhlcCaptionFillIcon.tsx
index b24eb290ca..32212efcef 100644
--- a/src/react/LabelPaired/LabelPairedChartOhlcCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartOhlcCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartOhlcCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartOhlcCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartOhlcCaptionRegularIcon.tsx
index a3108bbb50..ac7cad5c10 100644
--- a/src/react/LabelPaired/LabelPairedChartOhlcCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartOhlcCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartOhlcCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartOhlcLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartOhlcLgBoldIcon.tsx
index 345bf55429..768543c577 100644
--- a/src/react/LabelPaired/LabelPairedChartOhlcLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartOhlcLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartOhlcLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartOhlcLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartOhlcLgFillIcon.tsx
index 0080c3cc0d..f42aec5f1f 100644
--- a/src/react/LabelPaired/LabelPairedChartOhlcLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartOhlcLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartOhlcLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartOhlcLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartOhlcLgRegularIcon.tsx
index a8228a495e..9dc9874304 100644
--- a/src/react/LabelPaired/LabelPairedChartOhlcLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartOhlcLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartOhlcLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartOhlcMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartOhlcMdBoldIcon.tsx
index 09389d030a..f8978ec1e6 100644
--- a/src/react/LabelPaired/LabelPairedChartOhlcMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartOhlcMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartOhlcMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartOhlcMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartOhlcMdFillIcon.tsx
index ae53c073b2..ef1afc24b7 100644
--- a/src/react/LabelPaired/LabelPairedChartOhlcMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartOhlcMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartOhlcMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartOhlcMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartOhlcMdRegularIcon.tsx
index 97ff5572f4..b6b5874d9e 100644
--- a/src/react/LabelPaired/LabelPairedChartOhlcMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartOhlcMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartOhlcMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartOhlcSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartOhlcSmBoldIcon.tsx
index a48e50963d..015543b912 100644
--- a/src/react/LabelPaired/LabelPairedChartOhlcSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartOhlcSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartOhlcSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartOhlcSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartOhlcSmFillIcon.tsx
index 707ed56a2b..4ed3a638da 100644
--- a/src/react/LabelPaired/LabelPairedChartOhlcSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartOhlcSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartOhlcSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartOhlcSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartOhlcSmRegularIcon.tsx
index e36d5ceccc..bb1a95553d 100644
--- a/src/react/LabelPaired/LabelPairedChartOhlcSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartOhlcSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartOhlcSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartOhlcXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartOhlcXlBoldIcon.tsx
index 35b5817513..6c0edd9061 100644
--- a/src/react/LabelPaired/LabelPairedChartOhlcXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartOhlcXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartOhlcXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartOhlcXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartOhlcXlFillIcon.tsx
index 95b2c7e865..49b4ced284 100644
--- a/src/react/LabelPaired/LabelPairedChartOhlcXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartOhlcXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartOhlcXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartOhlcXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartOhlcXlRegularIcon.tsx
index af790b017e..641701e6d4 100644
--- a/src/react/LabelPaired/LabelPairedChartOhlcXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartOhlcXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartOhlcXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendDownCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendDownCaptionBoldIcon.tsx
index 59879b31d6..9833fb8b39 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendDownCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendDownCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendDownCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendDownCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendDownCaptionFillIcon.tsx
index 2a0bbe35a0..31a380ea71 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendDownCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendDownCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendDownCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendDownCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendDownCaptionRegularIcon.tsx
index ec8a38f12a..54fafa6fe9 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendDownCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendDownCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendDownCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendDownLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendDownLgBoldIcon.tsx
index 38bba4347f..af92eafd13 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendDownLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendDownLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendDownLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendDownLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendDownLgFillIcon.tsx
index 95e5e51994..c187ee879d 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendDownLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendDownLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendDownLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendDownLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendDownLgRegularIcon.tsx
index 8552b18318..27ac8df74d 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendDownLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendDownLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendDownLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendDownMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendDownMdBoldIcon.tsx
index 592e7ac18f..3cc6918337 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendDownMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendDownMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendDownMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendDownMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendDownMdFillIcon.tsx
index 10982ebe7d..d446e768fe 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendDownMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendDownMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendDownMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendDownMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendDownMdRegularIcon.tsx
index 8546d020c2..2c1b851113 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendDownMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendDownMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendDownMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendDownSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendDownSmBoldIcon.tsx
index 96bff7a370..545a6255f0 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendDownSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendDownSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendDownSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendDownSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendDownSmFillIcon.tsx
index b8301c5208..b18445621b 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendDownSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendDownSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendDownSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendDownSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendDownSmRegularIcon.tsx
index 375217f3b8..2720c90471 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendDownSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendDownSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendDownSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendDownXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendDownXlBoldIcon.tsx
index fb6adf9599..7e6bf56286 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendDownXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendDownXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendDownXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendDownXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendDownXlFillIcon.tsx
index f80eba611f..b51b547c14 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendDownXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendDownXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendDownXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendDownXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendDownXlRegularIcon.tsx
index 4d4658720b..66e5bd2d77 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendDownXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendDownXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendDownXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendSidewayCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendSidewayCaptionBoldIcon.tsx
index 0397ae49d9..b065afec2a 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendSidewayCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendSidewayCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendSidewayCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendSidewayCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendSidewayCaptionFillIcon.tsx
index 2770dfcf73..5c82db978a 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendSidewayCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendSidewayCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendSidewayCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendSidewayCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendSidewayCaptionRegularIcon.tsx
index 0742ac8215..36c71a01ea 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendSidewayCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendSidewayCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendSidewayCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendSidewayLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendSidewayLgBoldIcon.tsx
index bc5c8ba5ca..f5147332b4 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendSidewayLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendSidewayLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendSidewayLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendSidewayLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendSidewayLgFillIcon.tsx
index 1256bab31d..ca2f37797f 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendSidewayLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendSidewayLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendSidewayLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendSidewayLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendSidewayLgRegularIcon.tsx
index 662ebf49f8..5a8c1a9c2e 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendSidewayLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendSidewayLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendSidewayLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendSidewayMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendSidewayMdBoldIcon.tsx
index 6d59d5023a..2516a4b14b 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendSidewayMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendSidewayMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendSidewayMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendSidewayMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendSidewayMdFillIcon.tsx
index d92031586d..5f055fa364 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendSidewayMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendSidewayMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendSidewayMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendSidewayMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendSidewayMdRegularIcon.tsx
index 7311316f4e..e3d45f47a2 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendSidewayMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendSidewayMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendSidewayMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendSidewaySmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendSidewaySmBoldIcon.tsx
index 62752913e4..5d854e7b95 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendSidewaySmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendSidewaySmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendSidewaySmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendSidewaySmFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendSidewaySmFillIcon.tsx
index f90955dc18..e0d33f79f5 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendSidewaySmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendSidewaySmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendSidewaySmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendSidewaySmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendSidewaySmRegularIcon.tsx
index d1e8c803e6..915b5b9950 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendSidewaySmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendSidewaySmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendSidewaySmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendSidewayXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendSidewayXlBoldIcon.tsx
index 8f8bb0319f..cb41a0ca96 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendSidewayXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendSidewayXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendSidewayXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendSidewayXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendSidewayXlFillIcon.tsx
index d503f6169f..d023ddaeb3 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendSidewayXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendSidewayXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendSidewayXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendSidewayXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendSidewayXlRegularIcon.tsx
index cfb2ef825b..2184ecaa13 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendSidewayXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendSidewayXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendSidewayXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendUpCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendUpCaptionBoldIcon.tsx
index b97367a498..d9c740fe2a 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendUpCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendUpCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendUpCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendUpCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendUpCaptionFillIcon.tsx
index 301028943a..7071ff8626 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendUpCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendUpCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendUpCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendUpCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendUpCaptionRegularIcon.tsx
index 5b8f831a66..b6920fde49 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendUpCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendUpCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendUpCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendUpLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendUpLgBoldIcon.tsx
index 6e7782f8d9..93051e2fc0 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendUpLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendUpLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendUpLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendUpLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendUpLgFillIcon.tsx
index d1567c6c44..e9c4d73755 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendUpLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendUpLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendUpLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendUpLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendUpLgRegularIcon.tsx
index 9373b8383a..c7c4a42a1f 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendUpLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendUpLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendUpLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendUpMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendUpMdBoldIcon.tsx
index 34fd7ba819..935a3baac6 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendUpMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendUpMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendUpMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendUpMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendUpMdFillIcon.tsx
index 2eb2957c16..7c645a1656 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendUpMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendUpMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendUpMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendUpMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendUpMdRegularIcon.tsx
index d2b6112b17..16cf29f563 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendUpMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendUpMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendUpMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendUpSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendUpSmBoldIcon.tsx
index 92f0450b68..7869153881 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendUpSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendUpSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendUpSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendUpSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendUpSmFillIcon.tsx
index 317c7a4f08..add5c85312 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendUpSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendUpSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendUpSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendUpSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendUpSmRegularIcon.tsx
index 9870f81f7b..2a2816e04f 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendUpSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendUpSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendUpSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendUpXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendUpXlBoldIcon.tsx
index 8ac81ffc21..2047f3d099 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendUpXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendUpXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendUpXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendUpXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendUpXlFillIcon.tsx
index 53476a5c64..7243e3ddff 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendUpXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendUpXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendUpXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChartTrendUpXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChartTrendUpXlRegularIcon.tsx
index 2c034d609e..9a51a663db 100644
--- a/src/react/LabelPaired/LabelPairedChartTrendUpXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChartTrendUpXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChartTrendUpXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCheckCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCheckCaptionBoldIcon.tsx
index f78f355a95..6cd82e4c6e 100644
--- a/src/react/LabelPaired/LabelPairedCheckCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCheckCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCheckCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCheckCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCheckCaptionFillIcon.tsx
index a21a6ad4dc..a169fce585 100644
--- a/src/react/LabelPaired/LabelPairedCheckCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCheckCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCheckCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCheckCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCheckCaptionRegularIcon.tsx
index 6a8534b256..df8a905119 100644
--- a/src/react/LabelPaired/LabelPairedCheckCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCheckCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCheckCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCheckLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCheckLgBoldIcon.tsx
index 4e9b2a7781..37eeae167e 100644
--- a/src/react/LabelPaired/LabelPairedCheckLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCheckLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCheckLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCheckLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCheckLgFillIcon.tsx
index f3ce280125..47f9f77156 100644
--- a/src/react/LabelPaired/LabelPairedCheckLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCheckLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCheckLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCheckLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCheckLgRegularIcon.tsx
index 8a174ad80f..c88a5b6071 100644
--- a/src/react/LabelPaired/LabelPairedCheckLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCheckLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCheckLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCheckMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCheckMdBoldIcon.tsx
index 0baf93f6ce..7be42cd157 100644
--- a/src/react/LabelPaired/LabelPairedCheckMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCheckMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCheckMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCheckMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCheckMdFillIcon.tsx
index b1c63a419e..4f15104d31 100644
--- a/src/react/LabelPaired/LabelPairedCheckMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCheckMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCheckMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCheckMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCheckMdRegularIcon.tsx
index 5984f7801e..4ffff3a02e 100644
--- a/src/react/LabelPaired/LabelPairedCheckMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCheckMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCheckMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCheckSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCheckSmBoldIcon.tsx
index c70ae35562..04e53fd547 100644
--- a/src/react/LabelPaired/LabelPairedCheckSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCheckSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCheckSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCheckSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCheckSmFillIcon.tsx
index cd6f1342b6..f53efae0f4 100644
--- a/src/react/LabelPaired/LabelPairedCheckSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCheckSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCheckSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCheckSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCheckSmRegularIcon.tsx
index 1f014f2035..7348e82eb7 100644
--- a/src/react/LabelPaired/LabelPairedCheckSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCheckSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCheckSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCheckXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCheckXlBoldIcon.tsx
index 9e83f91ef6..56f6687cb1 100644
--- a/src/react/LabelPaired/LabelPairedCheckXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCheckXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCheckXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCheckXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCheckXlFillIcon.tsx
index fc14a9fd26..f3b833fb15 100644
--- a/src/react/LabelPaired/LabelPairedCheckXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCheckXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCheckXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCheckXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCheckXlRegularIcon.tsx
index 76fa139daf..52c4a399e2 100644
--- a/src/react/LabelPaired/LabelPairedCheckXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCheckXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCheckXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronDownCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronDownCaptionBoldIcon.tsx
index 28ce3250d4..b22960d291 100644
--- a/src/react/LabelPaired/LabelPairedChevronDownCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronDownCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronDownCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronDownCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronDownCaptionFillIcon.tsx
index 6a332212d6..b4817ba480 100644
--- a/src/react/LabelPaired/LabelPairedChevronDownCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronDownCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronDownCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronDownCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronDownCaptionRegularIcon.tsx
index 4304a889e5..8a84062209 100644
--- a/src/react/LabelPaired/LabelPairedChevronDownCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronDownCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronDownCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronDownLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronDownLgBoldIcon.tsx
index 39c7d0901d..82b4e3ac27 100644
--- a/src/react/LabelPaired/LabelPairedChevronDownLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronDownLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronDownLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronDownLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronDownLgFillIcon.tsx
index b07c1639ba..e09b6a2d7d 100644
--- a/src/react/LabelPaired/LabelPairedChevronDownLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronDownLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronDownLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronDownLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronDownLgRegularIcon.tsx
index 8cf4db5c91..2edcf2e2e0 100644
--- a/src/react/LabelPaired/LabelPairedChevronDownLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronDownLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronDownLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronDownMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronDownMdBoldIcon.tsx
index 7c5180f4b7..2278cf9ce4 100644
--- a/src/react/LabelPaired/LabelPairedChevronDownMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronDownMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronDownMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronDownMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronDownMdFillIcon.tsx
index cff0e15a80..8b86293c3a 100644
--- a/src/react/LabelPaired/LabelPairedChevronDownMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronDownMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronDownMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronDownMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronDownMdRegularIcon.tsx
index 08d1115cdb..8d8cbf424e 100644
--- a/src/react/LabelPaired/LabelPairedChevronDownMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronDownMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronDownMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronDownSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronDownSmBoldIcon.tsx
index a68af515ab..7050260857 100644
--- a/src/react/LabelPaired/LabelPairedChevronDownSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronDownSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronDownSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronDownSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronDownSmFillIcon.tsx
index c4089c0fb0..f426172f7e 100644
--- a/src/react/LabelPaired/LabelPairedChevronDownSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronDownSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronDownSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronDownSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronDownSmRegularIcon.tsx
index b07532e45d..3f606514bd 100644
--- a/src/react/LabelPaired/LabelPairedChevronDownSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronDownSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronDownSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronDownXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronDownXlBoldIcon.tsx
index d5411ece01..e817aee02a 100644
--- a/src/react/LabelPaired/LabelPairedChevronDownXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronDownXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronDownXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronDownXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronDownXlFillIcon.tsx
index 17d164e162..56de3eccdf 100644
--- a/src/react/LabelPaired/LabelPairedChevronDownXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronDownXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronDownXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronDownXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronDownXlRegularIcon.tsx
index 464590ef23..0281b3b449 100644
--- a/src/react/LabelPaired/LabelPairedChevronDownXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronDownXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronDownXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronLeftCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronLeftCaptionBoldIcon.tsx
index 5d60f2615e..a5a4342945 100644
--- a/src/react/LabelPaired/LabelPairedChevronLeftCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronLeftCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronLeftCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronLeftCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronLeftCaptionFillIcon.tsx
index eb44bf74dd..ccbbc64ba0 100644
--- a/src/react/LabelPaired/LabelPairedChevronLeftCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronLeftCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronLeftCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronLeftCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronLeftCaptionRegularIcon.tsx
index 54d21771f0..35cf546e60 100644
--- a/src/react/LabelPaired/LabelPairedChevronLeftCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronLeftCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronLeftCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronLeftLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronLeftLgBoldIcon.tsx
index 81088c8992..ed1746a5d6 100644
--- a/src/react/LabelPaired/LabelPairedChevronLeftLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronLeftLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronLeftLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronLeftLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronLeftLgFillIcon.tsx
index 0a6f529a11..7eb2fca8ec 100644
--- a/src/react/LabelPaired/LabelPairedChevronLeftLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronLeftLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronLeftLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronLeftLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronLeftLgRegularIcon.tsx
index f72195215a..c161c4c25f 100644
--- a/src/react/LabelPaired/LabelPairedChevronLeftLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronLeftLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronLeftLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronLeftMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronLeftMdBoldIcon.tsx
index 24a30d8ddc..66a6fd2ff6 100644
--- a/src/react/LabelPaired/LabelPairedChevronLeftMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronLeftMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronLeftMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronLeftMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronLeftMdFillIcon.tsx
index b913535115..abfc162a5f 100644
--- a/src/react/LabelPaired/LabelPairedChevronLeftMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronLeftMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronLeftMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronLeftMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronLeftMdRegularIcon.tsx
index 5bf7749a01..a1d6d732ea 100644
--- a/src/react/LabelPaired/LabelPairedChevronLeftMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronLeftMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronLeftMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronLeftSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronLeftSmBoldIcon.tsx
index 7606cacb97..ad383d7b33 100644
--- a/src/react/LabelPaired/LabelPairedChevronLeftSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronLeftSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronLeftSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronLeftSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronLeftSmFillIcon.tsx
index 93818a9756..3cf41bd166 100644
--- a/src/react/LabelPaired/LabelPairedChevronLeftSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronLeftSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronLeftSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronLeftSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronLeftSmRegularIcon.tsx
index 9c678a6af4..32b61621ca 100644
--- a/src/react/LabelPaired/LabelPairedChevronLeftSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronLeftSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronLeftSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronLeftXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronLeftXlBoldIcon.tsx
index 90188e4c2b..338caeadaa 100644
--- a/src/react/LabelPaired/LabelPairedChevronLeftXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronLeftXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronLeftXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronLeftXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronLeftXlFillIcon.tsx
index 7e5310651c..30b68acdf3 100644
--- a/src/react/LabelPaired/LabelPairedChevronLeftXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronLeftXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronLeftXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronLeftXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronLeftXlRegularIcon.tsx
index 50df1cff34..3068aa3bad 100644
--- a/src/react/LabelPaired/LabelPairedChevronLeftXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronLeftXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronLeftXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronRightCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronRightCaptionBoldIcon.tsx
index 997013a0f1..efed0731b5 100644
--- a/src/react/LabelPaired/LabelPairedChevronRightCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronRightCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronRightCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronRightCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronRightCaptionFillIcon.tsx
index 2ab6231f18..e97bc45a27 100644
--- a/src/react/LabelPaired/LabelPairedChevronRightCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronRightCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronRightCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronRightCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronRightCaptionRegularIcon.tsx
index d53c70952f..91e2290a27 100644
--- a/src/react/LabelPaired/LabelPairedChevronRightCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronRightCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronRightCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronRightLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronRightLgBoldIcon.tsx
index 89de1d31a1..819ffae8e2 100644
--- a/src/react/LabelPaired/LabelPairedChevronRightLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronRightLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronRightLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronRightLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronRightLgFillIcon.tsx
index ac0d93be1d..a01ca7e94d 100644
--- a/src/react/LabelPaired/LabelPairedChevronRightLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronRightLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronRightLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronRightLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronRightLgRegularIcon.tsx
index 2c1dbe4542..8e3889bfaf 100644
--- a/src/react/LabelPaired/LabelPairedChevronRightLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronRightLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronRightLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronRightMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronRightMdBoldIcon.tsx
index d0ae51bd64..8aef7f2a16 100644
--- a/src/react/LabelPaired/LabelPairedChevronRightMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronRightMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronRightMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronRightMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronRightMdFillIcon.tsx
index 78c33294fe..e9b57e0278 100644
--- a/src/react/LabelPaired/LabelPairedChevronRightMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronRightMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronRightMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronRightMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronRightMdRegularIcon.tsx
index f407db797e..f47f32d38f 100644
--- a/src/react/LabelPaired/LabelPairedChevronRightMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronRightMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronRightMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronRightSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronRightSmBoldIcon.tsx
index 3f3d0b2f68..d688fbb7ee 100644
--- a/src/react/LabelPaired/LabelPairedChevronRightSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronRightSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronRightSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronRightSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronRightSmFillIcon.tsx
index 754fae508f..ba7f1c257a 100644
--- a/src/react/LabelPaired/LabelPairedChevronRightSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronRightSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronRightSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronRightSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronRightSmRegularIcon.tsx
index 9848e63921..b1e1303e35 100644
--- a/src/react/LabelPaired/LabelPairedChevronRightSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronRightSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronRightSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronRightXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronRightXlBoldIcon.tsx
index b4adfc2e86..5b10892274 100644
--- a/src/react/LabelPaired/LabelPairedChevronRightXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronRightXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronRightXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronRightXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronRightXlFillIcon.tsx
index 5ed5e85ea6..08afd8275f 100644
--- a/src/react/LabelPaired/LabelPairedChevronRightXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronRightXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronRightXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronRightXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronRightXlRegularIcon.tsx
index d1939cb872..880e4969f3 100644
--- a/src/react/LabelPaired/LabelPairedChevronRightXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronRightXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronRightXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronUpCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronUpCaptionBoldIcon.tsx
index e0c7a007c5..4684f3d51d 100644
--- a/src/react/LabelPaired/LabelPairedChevronUpCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronUpCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronUpCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronUpCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronUpCaptionFillIcon.tsx
index c42534f9a1..8fee3cf395 100644
--- a/src/react/LabelPaired/LabelPairedChevronUpCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronUpCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronUpCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronUpCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronUpCaptionRegularIcon.tsx
index bf9d972734..c986de9de1 100644
--- a/src/react/LabelPaired/LabelPairedChevronUpCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronUpCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronUpCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronUpLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronUpLgBoldIcon.tsx
index 2ca56246a2..b969437d9e 100644
--- a/src/react/LabelPaired/LabelPairedChevronUpLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronUpLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronUpLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronUpLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronUpLgFillIcon.tsx
index 706250f5e9..ef5fd4bd49 100644
--- a/src/react/LabelPaired/LabelPairedChevronUpLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronUpLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronUpLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronUpLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronUpLgRegularIcon.tsx
index 9f90f3b822..12a7518d8d 100644
--- a/src/react/LabelPaired/LabelPairedChevronUpLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronUpLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronUpLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronUpMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronUpMdBoldIcon.tsx
index 8ac59b8763..1280190a62 100644
--- a/src/react/LabelPaired/LabelPairedChevronUpMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronUpMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronUpMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronUpMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronUpMdFillIcon.tsx
index d34678c16f..724d14ffa3 100644
--- a/src/react/LabelPaired/LabelPairedChevronUpMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronUpMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronUpMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronUpMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronUpMdRegularIcon.tsx
index a0df377a5f..bd608e1cf4 100644
--- a/src/react/LabelPaired/LabelPairedChevronUpMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronUpMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronUpMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronUpSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronUpSmBoldIcon.tsx
index 35a64776f4..6208ea50ee 100644
--- a/src/react/LabelPaired/LabelPairedChevronUpSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronUpSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronUpSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronUpSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronUpSmFillIcon.tsx
index 120ff7e504..5b511689a1 100644
--- a/src/react/LabelPaired/LabelPairedChevronUpSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronUpSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronUpSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronUpSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronUpSmRegularIcon.tsx
index ca82501da8..b51c2d455d 100644
--- a/src/react/LabelPaired/LabelPairedChevronUpSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronUpSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronUpSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronUpXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronUpXlBoldIcon.tsx
index dc91d42155..0d99e43ea6 100644
--- a/src/react/LabelPaired/LabelPairedChevronUpXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronUpXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronUpXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronUpXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronUpXlFillIcon.tsx
index 35f7d882da..1bc07a5497 100644
--- a/src/react/LabelPaired/LabelPairedChevronUpXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronUpXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronUpXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronUpXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronUpXlRegularIcon.tsx
index 76878674a8..01bb9fce89 100644
--- a/src/react/LabelPaired/LabelPairedChevronUpXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronUpXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronUpXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsDownCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsDownCaptionBoldIcon.tsx
index ae85306e7f..1f3ee197e4 100644
--- a/src/react/LabelPaired/LabelPairedChevronsDownCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsDownCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsDownCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsDownCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsDownCaptionFillIcon.tsx
index ca7a25723c..847c5bff14 100644
--- a/src/react/LabelPaired/LabelPairedChevronsDownCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsDownCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsDownCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsDownCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsDownCaptionRegularIcon.tsx
index 6e088ebd76..23c3920d27 100644
--- a/src/react/LabelPaired/LabelPairedChevronsDownCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsDownCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsDownCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsDownLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsDownLgBoldIcon.tsx
index 268343e16f..3f6ac91ca1 100644
--- a/src/react/LabelPaired/LabelPairedChevronsDownLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsDownLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsDownLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsDownLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsDownLgFillIcon.tsx
index c041316d69..f26c72ac3e 100644
--- a/src/react/LabelPaired/LabelPairedChevronsDownLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsDownLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsDownLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsDownLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsDownLgRegularIcon.tsx
index be2e147b64..f73afe6191 100644
--- a/src/react/LabelPaired/LabelPairedChevronsDownLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsDownLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsDownLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsDownMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsDownMdBoldIcon.tsx
index db03ca5387..9d9bc26ed9 100644
--- a/src/react/LabelPaired/LabelPairedChevronsDownMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsDownMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsDownMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsDownMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsDownMdFillIcon.tsx
index 0cc3ce3df7..56d7d08811 100644
--- a/src/react/LabelPaired/LabelPairedChevronsDownMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsDownMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsDownMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsDownMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsDownMdRegularIcon.tsx
index b0655bd913..19afca272f 100644
--- a/src/react/LabelPaired/LabelPairedChevronsDownMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsDownMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsDownMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsDownSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsDownSmBoldIcon.tsx
index e1ab994ed6..b8449bb5f7 100644
--- a/src/react/LabelPaired/LabelPairedChevronsDownSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsDownSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsDownSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsDownSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsDownSmFillIcon.tsx
index 0109f391b8..9840c8a437 100644
--- a/src/react/LabelPaired/LabelPairedChevronsDownSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsDownSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsDownSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsDownSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsDownSmRegularIcon.tsx
index dd7a9f083d..ece63c855f 100644
--- a/src/react/LabelPaired/LabelPairedChevronsDownSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsDownSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsDownSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsDownXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsDownXlBoldIcon.tsx
index 3a72b44996..d0fc33bc0c 100644
--- a/src/react/LabelPaired/LabelPairedChevronsDownXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsDownXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsDownXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsDownXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsDownXlFillIcon.tsx
index 5f47c91588..a4d7c8cd09 100644
--- a/src/react/LabelPaired/LabelPairedChevronsDownXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsDownXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsDownXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsDownXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsDownXlRegularIcon.tsx
index cbdfb24231..a2e8892e2c 100644
--- a/src/react/LabelPaired/LabelPairedChevronsDownXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsDownXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsDownXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsLeftCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsLeftCaptionBoldIcon.tsx
index 790f1307c1..4a90ea5786 100644
--- a/src/react/LabelPaired/LabelPairedChevronsLeftCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsLeftCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsLeftCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsLeftCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsLeftCaptionFillIcon.tsx
index c709dc0399..83aa6a1bb0 100644
--- a/src/react/LabelPaired/LabelPairedChevronsLeftCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsLeftCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsLeftCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsLeftCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsLeftCaptionRegularIcon.tsx
index 53e85204be..a4a96aa364 100644
--- a/src/react/LabelPaired/LabelPairedChevronsLeftCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsLeftCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsLeftCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsLeftLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsLeftLgBoldIcon.tsx
index e7004bf6dc..661f054ab1 100644
--- a/src/react/LabelPaired/LabelPairedChevronsLeftLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsLeftLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsLeftLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsLeftLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsLeftLgFillIcon.tsx
index 6db57e0bb3..ffe88313b5 100644
--- a/src/react/LabelPaired/LabelPairedChevronsLeftLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsLeftLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsLeftLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsLeftLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsLeftLgRegularIcon.tsx
index 87491f115b..b66b059b12 100644
--- a/src/react/LabelPaired/LabelPairedChevronsLeftLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsLeftLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsLeftLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsLeftMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsLeftMdBoldIcon.tsx
index aed74cc72c..9639e39786 100644
--- a/src/react/LabelPaired/LabelPairedChevronsLeftMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsLeftMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsLeftMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsLeftMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsLeftMdFillIcon.tsx
index 8c27f5193d..147cd54c3f 100644
--- a/src/react/LabelPaired/LabelPairedChevronsLeftMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsLeftMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsLeftMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsLeftMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsLeftMdRegularIcon.tsx
index e4cf335cfb..45dd8deb7b 100644
--- a/src/react/LabelPaired/LabelPairedChevronsLeftMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsLeftMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsLeftMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsLeftSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsLeftSmBoldIcon.tsx
index 59421845f8..02f8204166 100644
--- a/src/react/LabelPaired/LabelPairedChevronsLeftSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsLeftSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsLeftSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsLeftSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsLeftSmFillIcon.tsx
index ac446ae06b..1a8d2dc1c4 100644
--- a/src/react/LabelPaired/LabelPairedChevronsLeftSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsLeftSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsLeftSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsLeftSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsLeftSmRegularIcon.tsx
index 0c734eeb8f..5f0fd04372 100644
--- a/src/react/LabelPaired/LabelPairedChevronsLeftSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsLeftSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsLeftSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsLeftXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsLeftXlBoldIcon.tsx
index 09dee6a8d3..1677214f68 100644
--- a/src/react/LabelPaired/LabelPairedChevronsLeftXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsLeftXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsLeftXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsLeftXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsLeftXlFillIcon.tsx
index 6bbbf4e6c8..7c6812946b 100644
--- a/src/react/LabelPaired/LabelPairedChevronsLeftXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsLeftXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsLeftXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsLeftXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsLeftXlRegularIcon.tsx
index c454f96cc3..82ce7d4200 100644
--- a/src/react/LabelPaired/LabelPairedChevronsLeftXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsLeftXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsLeftXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsRightCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsRightCaptionBoldIcon.tsx
index a272d1104d..6f587aa77d 100644
--- a/src/react/LabelPaired/LabelPairedChevronsRightCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsRightCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsRightCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsRightCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsRightCaptionFillIcon.tsx
index eaf4e2e572..d214efc3c1 100644
--- a/src/react/LabelPaired/LabelPairedChevronsRightCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsRightCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsRightCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsRightCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsRightCaptionRegularIcon.tsx
index a0cd363727..f07614345e 100644
--- a/src/react/LabelPaired/LabelPairedChevronsRightCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsRightCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsRightCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsRightLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsRightLgBoldIcon.tsx
index ac231a27b8..b3d1f99273 100644
--- a/src/react/LabelPaired/LabelPairedChevronsRightLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsRightLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsRightLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsRightLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsRightLgFillIcon.tsx
index aa277572ca..f10c133edd 100644
--- a/src/react/LabelPaired/LabelPairedChevronsRightLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsRightLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsRightLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsRightLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsRightLgRegularIcon.tsx
index 244d72a12d..c96e4aa8f9 100644
--- a/src/react/LabelPaired/LabelPairedChevronsRightLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsRightLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsRightLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsRightMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsRightMdBoldIcon.tsx
index e1113d42ff..12700e619d 100644
--- a/src/react/LabelPaired/LabelPairedChevronsRightMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsRightMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsRightMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsRightMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsRightMdFillIcon.tsx
index e7eb773918..464f50088a 100644
--- a/src/react/LabelPaired/LabelPairedChevronsRightMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsRightMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsRightMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsRightMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsRightMdRegularIcon.tsx
index 7f812a22ca..7eabf80447 100644
--- a/src/react/LabelPaired/LabelPairedChevronsRightMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsRightMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsRightMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsRightSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsRightSmBoldIcon.tsx
index c201291632..30cfe6f9bc 100644
--- a/src/react/LabelPaired/LabelPairedChevronsRightSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsRightSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsRightSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsRightSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsRightSmFillIcon.tsx
index 8c836f71dd..fdd716b49e 100644
--- a/src/react/LabelPaired/LabelPairedChevronsRightSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsRightSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsRightSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsRightSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsRightSmRegularIcon.tsx
index 3130592108..c985b1370e 100644
--- a/src/react/LabelPaired/LabelPairedChevronsRightSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsRightSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsRightSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsRightXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsRightXlBoldIcon.tsx
index 9ad2dc4305..247e06e59b 100644
--- a/src/react/LabelPaired/LabelPairedChevronsRightXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsRightXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsRightXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsRightXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsRightXlFillIcon.tsx
index 18dd7eda7c..ee46dc7a52 100644
--- a/src/react/LabelPaired/LabelPairedChevronsRightXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsRightXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsRightXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsRightXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsRightXlRegularIcon.tsx
index 1e74f19824..7db0e49a1a 100644
--- a/src/react/LabelPaired/LabelPairedChevronsRightXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsRightXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsRightXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsUpCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsUpCaptionBoldIcon.tsx
index 06aa0af807..8f0f57c3b9 100644
--- a/src/react/LabelPaired/LabelPairedChevronsUpCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsUpCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsUpCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsUpCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsUpCaptionFillIcon.tsx
index c82c057f8e..4138674ccb 100644
--- a/src/react/LabelPaired/LabelPairedChevronsUpCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsUpCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsUpCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsUpCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsUpCaptionRegularIcon.tsx
index dafdc1ab14..a7c2a52709 100644
--- a/src/react/LabelPaired/LabelPairedChevronsUpCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsUpCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsUpCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsUpLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsUpLgBoldIcon.tsx
index 0bc8d13aeb..59aae96126 100644
--- a/src/react/LabelPaired/LabelPairedChevronsUpLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsUpLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsUpLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsUpLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsUpLgFillIcon.tsx
index 630724f1ed..48d2611039 100644
--- a/src/react/LabelPaired/LabelPairedChevronsUpLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsUpLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsUpLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsUpLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsUpLgRegularIcon.tsx
index 5122d5b802..f8e269a520 100644
--- a/src/react/LabelPaired/LabelPairedChevronsUpLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsUpLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsUpLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsUpMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsUpMdBoldIcon.tsx
index a44c663626..c7c4aec3bd 100644
--- a/src/react/LabelPaired/LabelPairedChevronsUpMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsUpMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsUpMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsUpMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsUpMdFillIcon.tsx
index e996d393a2..2e47d9753d 100644
--- a/src/react/LabelPaired/LabelPairedChevronsUpMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsUpMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsUpMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsUpMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsUpMdRegularIcon.tsx
index 507207b3a6..7dd84b07e5 100644
--- a/src/react/LabelPaired/LabelPairedChevronsUpMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsUpMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsUpMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsUpSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsUpSmBoldIcon.tsx
index f0ac6e9bb0..c12c0444ed 100644
--- a/src/react/LabelPaired/LabelPairedChevronsUpSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsUpSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsUpSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsUpSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsUpSmFillIcon.tsx
index 159a32ef76..b0c3596196 100644
--- a/src/react/LabelPaired/LabelPairedChevronsUpSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsUpSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsUpSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsUpSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsUpSmRegularIcon.tsx
index 8f0ed30283..fae0590b7b 100644
--- a/src/react/LabelPaired/LabelPairedChevronsUpSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsUpSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsUpSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsUpXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsUpXlBoldIcon.tsx
index de5c6f0e68..b2000398e4 100644
--- a/src/react/LabelPaired/LabelPairedChevronsUpXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsUpXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsUpXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsUpXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsUpXlFillIcon.tsx
index febeb76f79..45d00cfd67 100644
--- a/src/react/LabelPaired/LabelPairedChevronsUpXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsUpXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsUpXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedChevronsUpXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedChevronsUpXlRegularIcon.tsx
index 50016a7465..7b79cbeaa7 100644
--- a/src/react/LabelPaired/LabelPairedChevronsUpXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedChevronsUpXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedChevronsUpXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownCaptionBoldIcon.tsx
index b99b8ad4a5..9cc0a55ba8 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownCaptionFillIcon.tsx
index 8c9f77e77c..301ce8f355 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownCaptionRegularIcon.tsx
index e168b01175..8a5c254f36 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftCaptionBoldIcon.tsx
index 4f33291dff..3b375c51d6 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownLeftCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftCaptionFillIcon.tsx
index a134a422b7..e5b655c175 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownLeftCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftCaptionRegularIcon.tsx
index 443245cd02..9e53b15e52 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownLeftCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftLgBoldIcon.tsx
index 5873dec18e..794a1dedbc 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownLeftLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftLgFillIcon.tsx
index 72bc76a208..d0785a04f8 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownLeftLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftLgRegularIcon.tsx
index 24a2ea4354..10caa93937 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownLeftLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftMdBoldIcon.tsx
index 2b8631d41b..d1e5aa695f 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownLeftMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftMdFillIcon.tsx
index 05e03a56e7..bf45f98cc4 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownLeftMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftMdRegularIcon.tsx
index d4a41956ea..f18bfe5930 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownLeftMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftSmBoldIcon.tsx
index 9897c5a7bf..c899f88001 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownLeftSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftSmFillIcon.tsx
index b993a8a68a..2ce54c8ecb 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownLeftSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftSmRegularIcon.tsx
index e72b5604d2..66a2f576a3 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownLeftSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftXlBoldIcon.tsx
index 2a0a922a13..efb88eea99 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownLeftXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftXlFillIcon.tsx
index 615f5e71c7..b0a1fa8a2f 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownLeftXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftXlRegularIcon.tsx
index b1aac960c5..8b2f3c46ac 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownLeftXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownLeftXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownLeftXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownLgBoldIcon.tsx
index f9931bb065..7d1bde9f31 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownLgFillIcon.tsx
index 94617089a7..9341d05764 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownLgRegularIcon.tsx
index 19313df882..89e455ece5 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownMdBoldIcon.tsx
index 9ffcde0fe9..d3acbaf32f 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownMdFillIcon.tsx
index bef4de94b8..b2b3218847 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownMdRegularIcon.tsx
index e8557b4ca4..a8cac00d5c 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownRightCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownRightCaptionBoldIcon.tsx
index b4208850fc..22a8d5de4a 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownRightCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownRightCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownRightCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownRightCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownRightCaptionFillIcon.tsx
index 843a37a362..c12684df72 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownRightCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownRightCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownRightCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownRightCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownRightCaptionRegularIcon.tsx
index b17752f0ff..6f7e72c7a1 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownRightCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownRightCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownRightCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownRightLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownRightLgBoldIcon.tsx
index 50840f9f0e..1d95ac4a66 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownRightLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownRightLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownRightLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownRightLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownRightLgFillIcon.tsx
index dd9fb712a4..564293dfe2 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownRightLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownRightLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownRightLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownRightLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownRightLgRegularIcon.tsx
index e968d4af48..3e73854d81 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownRightLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownRightLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownRightLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownRightMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownRightMdBoldIcon.tsx
index 7a400bea7f..7f63e4979b 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownRightMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownRightMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownRightMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownRightMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownRightMdFillIcon.tsx
index 7e7249d259..ffbacc5703 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownRightMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownRightMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownRightMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownRightMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownRightMdRegularIcon.tsx
index 5e377df2a6..44476431a8 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownRightMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownRightMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownRightMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownRightSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownRightSmBoldIcon.tsx
index 6b27b0ef36..8522e6f75d 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownRightSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownRightSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownRightSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownRightSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownRightSmFillIcon.tsx
index 2dcd857118..c6e8ea68ae 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownRightSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownRightSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownRightSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownRightSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownRightSmRegularIcon.tsx
index 5a013bae10..ef641051ad 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownRightSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownRightSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownRightSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownRightXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownRightXlBoldIcon.tsx
index cbbf872e3c..810cea663b 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownRightXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownRightXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownRightXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownRightXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownRightXlFillIcon.tsx
index 69031df186..d0bab9c16b 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownRightXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownRightXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownRightXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownRightXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownRightXlRegularIcon.tsx
index 9fdf8a0b0f..aa3818d13f 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownRightXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownRightXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownRightXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownSmBoldIcon.tsx
index e66db766f9..cf8c0e3b5c 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownSmFillIcon.tsx
index 45604d3b27..0c246e8c4a 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownSmRegularIcon.tsx
index 0e665f3b0e..f9581d8ebe 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownXlBoldIcon.tsx
index f8f69c54af..e5dea45649 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownXlFillIcon.tsx
index db75353e18..5a1343efd0 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowDownXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowDownXlRegularIcon.tsx
index 17ee344031..ae08faf6f5 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowDownXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowDownXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowDownXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowLeftCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowLeftCaptionBoldIcon.tsx
index 0067ad9fb3..8a1829bdeb 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowLeftCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowLeftCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowLeftCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowLeftCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowLeftCaptionFillIcon.tsx
index 13929a1875..e6c0bc4cc8 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowLeftCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowLeftCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowLeftCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowLeftCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowLeftCaptionRegularIcon.tsx
index d7381dcb38..737c37a89d 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowLeftCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowLeftCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowLeftCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowLeftLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowLeftLgBoldIcon.tsx
index c5df2e62ea..a0f9890a37 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowLeftLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowLeftLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowLeftLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowLeftLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowLeftLgFillIcon.tsx
index 338a077b93..f273cf9a43 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowLeftLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowLeftLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowLeftLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowLeftLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowLeftLgRegularIcon.tsx
index 9e57125f51..9af6e8f5a5 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowLeftLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowLeftLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowLeftLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowLeftMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowLeftMdBoldIcon.tsx
index 19f6e6397c..ba99754f0e 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowLeftMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowLeftMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowLeftMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowLeftMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowLeftMdFillIcon.tsx
index 78f3535139..6a6d4245a9 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowLeftMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowLeftMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowLeftMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowLeftMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowLeftMdRegularIcon.tsx
index cd50dafdaa..e7dfa41c55 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowLeftMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowLeftMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowLeftMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowLeftSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowLeftSmBoldIcon.tsx
index bacaf462f8..e9009facd5 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowLeftSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowLeftSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowLeftSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowLeftSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowLeftSmFillIcon.tsx
index b6f1581ba3..2207e9d64c 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowLeftSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowLeftSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowLeftSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowLeftSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowLeftSmRegularIcon.tsx
index b5ab0c31ce..bc66a137c5 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowLeftSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowLeftSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowLeftSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowLeftXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowLeftXlBoldIcon.tsx
index 823c4c7473..2d399239e6 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowLeftXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowLeftXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowLeftXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowLeftXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowLeftXlFillIcon.tsx
index 61dc128fdb..60a1a58d3c 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowLeftXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowLeftXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowLeftXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowLeftXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowLeftXlRegularIcon.tsx
index b122363299..8eac7121f7 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowLeftXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowLeftXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowLeftXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowRightCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowRightCaptionBoldIcon.tsx
index ce545ab857..a4782017bf 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowRightCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowRightCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowRightCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowRightCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowRightCaptionFillIcon.tsx
index 4fdea5f918..a2a843579f 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowRightCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowRightCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowRightCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowRightCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowRightCaptionRegularIcon.tsx
index 0af40761d2..2d2afedaf3 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowRightCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowRightCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowRightCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowRightLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowRightLgBoldIcon.tsx
index e219cef723..ce015cc5b8 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowRightLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowRightLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowRightLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowRightLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowRightLgFillIcon.tsx
index 50e0d19996..d6e57f57af 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowRightLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowRightLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowRightLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowRightLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowRightLgRegularIcon.tsx
index 9130e30339..cb8f415173 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowRightLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowRightLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowRightLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowRightMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowRightMdBoldIcon.tsx
index bba2bcd631..774836287c 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowRightMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowRightMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowRightMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowRightMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowRightMdFillIcon.tsx
index c6fa2995d9..0d934d0467 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowRightMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowRightMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowRightMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowRightMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowRightMdRegularIcon.tsx
index 5dd10bf16e..215f6bc885 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowRightMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowRightMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowRightMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowRightSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowRightSmBoldIcon.tsx
index 522a573351..fff8c623f2 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowRightSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowRightSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowRightSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowRightSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowRightSmFillIcon.tsx
index 5e35e752ff..db5333866a 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowRightSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowRightSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowRightSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowRightSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowRightSmRegularIcon.tsx
index 2fc12efad8..a7cfc1f794 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowRightSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowRightSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowRightSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowRightXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowRightXlBoldIcon.tsx
index a28e2fc71f..6769f20f95 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowRightXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowRightXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowRightXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowRightXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowRightXlFillIcon.tsx
index a8c870e1b6..b8c2ab673b 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowRightXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowRightXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowRightXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowRightXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowRightXlRegularIcon.tsx
index 224181251d..ca1633307f 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowRightXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowRightXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowRightXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpCaptionBoldIcon.tsx
index 2dd930112e..2f0c1f38a1 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpCaptionFillIcon.tsx
index e4c9819733..184915cd41 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpCaptionRegularIcon.tsx
index fcea24d5cb..a51e8160ba 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftCaptionBoldIcon.tsx
index 36b2db406b..93bb1524c5 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpLeftCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftCaptionFillIcon.tsx
index 377f125977..3daafc1bdd 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpLeftCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftCaptionRegularIcon.tsx
index e11425bc8f..edcf71b1a2 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpLeftCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftLgBoldIcon.tsx
index 1b489cc12b..dfcc98739c 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpLeftLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftLgFillIcon.tsx
index 1ab33b4c86..98e2318f61 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpLeftLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftLgRegularIcon.tsx
index 283cc5b1c2..b31dc8f24d 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpLeftLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftMdBoldIcon.tsx
index f52884e37f..522a0bbfce 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpLeftMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftMdFillIcon.tsx
index 691f0c38bd..9062c77d66 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpLeftMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftMdRegularIcon.tsx
index 2510949539..611b6f5cc2 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpLeftMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftSmBoldIcon.tsx
index 7c43f84215..ea61ce23d4 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpLeftSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftSmFillIcon.tsx
index 6b559995ae..41aaab2043 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpLeftSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftSmRegularIcon.tsx
index d930db8d3e..cfe267db49 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpLeftSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftXlBoldIcon.tsx
index 0b73f16ae6..38faa6efcd 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpLeftXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftXlFillIcon.tsx
index bb80203ad5..265f927985 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpLeftXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftXlRegularIcon.tsx
index 184443aadb..e5bcf8f3a8 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpLeftXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpLeftXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpLeftXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpLgBoldIcon.tsx
index 2253be5061..c5228721a0 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpLgFillIcon.tsx
index 793609d66e..2a815e1657 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpLgRegularIcon.tsx
index 8dfee9a40c..dde8455aba 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpMdBoldIcon.tsx
index 5622b99c5e..abd8cf0314 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpMdFillIcon.tsx
index b7cf87708b..7567101c3b 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpMdRegularIcon.tsx
index 14d6ba7b55..b6ceb01c94 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpRightCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpRightCaptionBoldIcon.tsx
index 021284cc22..1cd214118f 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpRightCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpRightCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpRightCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpRightCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpRightCaptionFillIcon.tsx
index 311a5d527c..09758c5cf3 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpRightCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpRightCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpRightCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpRightCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpRightCaptionRegularIcon.tsx
index 46ed585f37..774a464b11 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpRightCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpRightCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpRightCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpRightLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpRightLgBoldIcon.tsx
index 7d311c6395..1f56230234 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpRightLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpRightLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpRightLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpRightLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpRightLgFillIcon.tsx
index 7d51fd3c9e..715bb78562 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpRightLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpRightLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpRightLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpRightLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpRightLgRegularIcon.tsx
index 69ebbb6244..abdec3d0b9 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpRightLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpRightLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpRightLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpRightMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpRightMdBoldIcon.tsx
index c0637822f5..fbc93b9412 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpRightMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpRightMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpRightMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpRightMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpRightMdFillIcon.tsx
index 5aa4d93197..8e391df53d 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpRightMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpRightMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpRightMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpRightMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpRightMdRegularIcon.tsx
index f44dd076ab..242ee5fa97 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpRightMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpRightMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpRightMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpRightSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpRightSmBoldIcon.tsx
index 824cd77e04..1ec3910bc7 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpRightSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpRightSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpRightSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpRightSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpRightSmFillIcon.tsx
index 082ae8053f..f086aaa291 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpRightSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpRightSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpRightSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpRightSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpRightSmRegularIcon.tsx
index 29444da9ad..e073b5f13d 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpRightSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpRightSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpRightSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpRightXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpRightXlBoldIcon.tsx
index cfdc3cd59b..bc4a48be44 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpRightXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpRightXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpRightXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpRightXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpRightXlFillIcon.tsx
index 1b8fcd7f2e..4341a52c9c 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpRightXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpRightXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpRightXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpRightXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpRightXlRegularIcon.tsx
index b2a284be16..af8f8ef07c 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpRightXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpRightXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpRightXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpSmBoldIcon.tsx
index 45544fdc01..9ad86807c0 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpSmFillIcon.tsx
index 793ebad398..2eb6d659a2 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpSmRegularIcon.tsx
index 6532cf93db..aea26e7f4b 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpXlBoldIcon.tsx
index f93be576c5..a1012ada9e 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpXlFillIcon.tsx
index 150ec86953..0c012cbece 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleArrowUpXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleArrowUpXlRegularIcon.tsx
index 4ed6aa22fd..ec951178d8 100644
--- a/src/react/LabelPaired/LabelPairedCircleArrowUpXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleArrowUpXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleArrowUpXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleBookmarkCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleBookmarkCaptionBoldIcon.tsx
index c7aea67a0e..dd7904de0e 100644
--- a/src/react/LabelPaired/LabelPairedCircleBookmarkCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleBookmarkCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleBookmarkCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleBookmarkCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleBookmarkCaptionFillIcon.tsx
index 3a3d6bba40..8a52f5ca02 100644
--- a/src/react/LabelPaired/LabelPairedCircleBookmarkCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleBookmarkCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleBookmarkCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleBookmarkCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleBookmarkCaptionRegularIcon.tsx
index 1b41dcdaf8..b6e1cddd46 100644
--- a/src/react/LabelPaired/LabelPairedCircleBookmarkCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleBookmarkCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleBookmarkCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleBookmarkLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleBookmarkLgBoldIcon.tsx
index 375a8b3c17..1d5bf6c230 100644
--- a/src/react/LabelPaired/LabelPairedCircleBookmarkLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleBookmarkLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleBookmarkLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleBookmarkLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleBookmarkLgFillIcon.tsx
index 979fbbb2cd..d338c8c3d7 100644
--- a/src/react/LabelPaired/LabelPairedCircleBookmarkLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleBookmarkLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleBookmarkLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleBookmarkLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleBookmarkLgRegularIcon.tsx
index 788193289e..25c542877f 100644
--- a/src/react/LabelPaired/LabelPairedCircleBookmarkLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleBookmarkLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleBookmarkLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleBookmarkMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleBookmarkMdBoldIcon.tsx
index 2422e61f2b..8aa29ac83d 100644
--- a/src/react/LabelPaired/LabelPairedCircleBookmarkMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleBookmarkMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleBookmarkMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleBookmarkMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleBookmarkMdFillIcon.tsx
index def4128887..7e953a2795 100644
--- a/src/react/LabelPaired/LabelPairedCircleBookmarkMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleBookmarkMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleBookmarkMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleBookmarkMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleBookmarkMdRegularIcon.tsx
index 3c61f74ff8..8a06548de9 100644
--- a/src/react/LabelPaired/LabelPairedCircleBookmarkMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleBookmarkMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleBookmarkMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleBookmarkSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleBookmarkSmBoldIcon.tsx
index 918fc68772..320217bdd7 100644
--- a/src/react/LabelPaired/LabelPairedCircleBookmarkSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleBookmarkSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleBookmarkSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleBookmarkSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleBookmarkSmFillIcon.tsx
index a52744bdf4..75b7c61301 100644
--- a/src/react/LabelPaired/LabelPairedCircleBookmarkSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleBookmarkSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleBookmarkSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleBookmarkSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleBookmarkSmRegularIcon.tsx
index 2257f4ea59..c9a611e80b 100644
--- a/src/react/LabelPaired/LabelPairedCircleBookmarkSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleBookmarkSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleBookmarkSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleBookmarkXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleBookmarkXlBoldIcon.tsx
index 548318e838..123790d191 100644
--- a/src/react/LabelPaired/LabelPairedCircleBookmarkXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleBookmarkXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleBookmarkXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleBookmarkXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleBookmarkXlFillIcon.tsx
index 89e6c7c113..8b885bdcd3 100644
--- a/src/react/LabelPaired/LabelPairedCircleBookmarkXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleBookmarkXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleBookmarkXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleBookmarkXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleBookmarkXlRegularIcon.tsx
index 00efca92e8..067a5803fc 100644
--- a/src/react/LabelPaired/LabelPairedCircleBookmarkXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleBookmarkXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleBookmarkXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCalendarCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCalendarCaptionBoldIcon.tsx
index e1576df6f0..8203c06765 100644
--- a/src/react/LabelPaired/LabelPairedCircleCalendarCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCalendarCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCalendarCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCalendarCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCalendarCaptionFillIcon.tsx
index 65ab008366..e0de3db681 100644
--- a/src/react/LabelPaired/LabelPairedCircleCalendarCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCalendarCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCalendarCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCalendarCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCalendarCaptionRegularIcon.tsx
index acf47ac9c3..83a0d295c4 100644
--- a/src/react/LabelPaired/LabelPairedCircleCalendarCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCalendarCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCalendarCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCalendarLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCalendarLgBoldIcon.tsx
index 2698b80ea4..970ab6dcd1 100644
--- a/src/react/LabelPaired/LabelPairedCircleCalendarLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCalendarLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCalendarLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCalendarLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCalendarLgFillIcon.tsx
index c7ad3855e4..4bde759077 100644
--- a/src/react/LabelPaired/LabelPairedCircleCalendarLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCalendarLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCalendarLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCalendarLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCalendarLgRegularIcon.tsx
index eef2f432c6..b312a36a5b 100644
--- a/src/react/LabelPaired/LabelPairedCircleCalendarLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCalendarLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCalendarLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCalendarMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCalendarMdBoldIcon.tsx
index 5d756a22b9..928e1b437f 100644
--- a/src/react/LabelPaired/LabelPairedCircleCalendarMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCalendarMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCalendarMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCalendarMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCalendarMdFillIcon.tsx
index d81e0be494..c2f854fab7 100644
--- a/src/react/LabelPaired/LabelPairedCircleCalendarMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCalendarMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCalendarMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCalendarMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCalendarMdRegularIcon.tsx
index 9b09cd767d..f1c4822311 100644
--- a/src/react/LabelPaired/LabelPairedCircleCalendarMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCalendarMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCalendarMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCalendarSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCalendarSmBoldIcon.tsx
index c1cf730f4a..390cbdbdb9 100644
--- a/src/react/LabelPaired/LabelPairedCircleCalendarSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCalendarSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCalendarSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCalendarSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCalendarSmFillIcon.tsx
index 6075c66a54..e2e5be1558 100644
--- a/src/react/LabelPaired/LabelPairedCircleCalendarSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCalendarSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCalendarSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCalendarSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCalendarSmRegularIcon.tsx
index d26c992811..3af28d1dfe 100644
--- a/src/react/LabelPaired/LabelPairedCircleCalendarSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCalendarSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCalendarSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCalendarXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCalendarXlBoldIcon.tsx
index 4f97cd1288..07c346ddb0 100644
--- a/src/react/LabelPaired/LabelPairedCircleCalendarXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCalendarXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCalendarXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCalendarXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCalendarXlFillIcon.tsx
index 2f3e1807d3..d406d4e248 100644
--- a/src/react/LabelPaired/LabelPairedCircleCalendarXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCalendarXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCalendarXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCalendarXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCalendarXlRegularIcon.tsx
index c74a723103..634dcac9e7 100644
--- a/src/react/LabelPaired/LabelPairedCircleCalendarXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCalendarXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCalendarXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaptionBoldIcon.tsx
index f968d83d10..b988ab4d7b 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaptionFillIcon.tsx
index 2ecea9553d..64a99a807d 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaptionRegularIcon.tsx
index 50c73f55d6..9308c74386 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretDownCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretDownCaptionBoldIcon.tsx
index 4645c6e81a..3ac7adbb97 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretDownCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretDownCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretDownCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretDownCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretDownCaptionFillIcon.tsx
index cee468e3d8..a607630476 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretDownCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretDownCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretDownCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretDownCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretDownCaptionRegularIcon.tsx
index 5a6286cf46..93892c1c5e 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretDownCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretDownCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretDownCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretDownLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretDownLgBoldIcon.tsx
index c96478f9ea..c5d2d7836b 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretDownLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretDownLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretDownLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretDownLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretDownLgFillIcon.tsx
index 797863f42b..aecab84611 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretDownLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretDownLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretDownLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretDownLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretDownLgRegularIcon.tsx
index 1cc7ecbe0a..1fa1d1c2ba 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretDownLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretDownLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretDownLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretDownMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretDownMdBoldIcon.tsx
index 9ff68a3d54..302e9dfc81 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretDownMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretDownMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretDownMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretDownMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretDownMdFillIcon.tsx
index e55f8860ff..a4cf7f68df 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretDownMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretDownMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretDownMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretDownMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretDownMdRegularIcon.tsx
index fdb214d989..f466965a4e 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretDownMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretDownMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretDownMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretDownSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretDownSmBoldIcon.tsx
index 7979052e39..7bea8b67d0 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretDownSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretDownSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretDownSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretDownSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretDownSmFillIcon.tsx
index e26743416a..14890719bb 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretDownSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretDownSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretDownSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretDownSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretDownSmRegularIcon.tsx
index cd1d3123d6..274b0832bf 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretDownSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretDownSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretDownSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretDownXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretDownXlBoldIcon.tsx
index 73891b6d38..9981cd15f3 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretDownXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretDownXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretDownXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretDownXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretDownXlFillIcon.tsx
index 545c565028..11ca9d285b 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretDownXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretDownXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretDownXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretDownXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretDownXlRegularIcon.tsx
index 292c5df0a4..74127a4b55 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretDownXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretDownXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretDownXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretUpCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretUpCaptionBoldIcon.tsx
index caeac79d97..829d859182 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretUpCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretUpCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretUpCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretUpCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretUpCaptionFillIcon.tsx
index 06a00e7e85..ea56c3101d 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretUpCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretUpCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretUpCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretUpCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretUpCaptionRegularIcon.tsx
index 4449c2d5a1..25ee989186 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretUpCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretUpCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretUpCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretUpLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretUpLgBoldIcon.tsx
index 2ffaac28fd..8192c21853 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretUpLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretUpLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretUpLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretUpLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretUpLgFillIcon.tsx
index c41a368b91..9c9affbcda 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretUpLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretUpLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretUpLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretUpLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretUpLgRegularIcon.tsx
index 62c99feb9c..7fba750d7e 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretUpLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretUpLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretUpLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretUpMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretUpMdBoldIcon.tsx
index 778dcf1501..5b0741ea5d 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretUpMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretUpMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretUpMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretUpMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretUpMdFillIcon.tsx
index e4ddc09e43..c573008675 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretUpMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretUpMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretUpMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretUpMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretUpMdRegularIcon.tsx
index 6bbd7e13f7..b17fbad850 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretUpMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretUpMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretUpMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretUpSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretUpSmBoldIcon.tsx
index 0d75b83bf1..7475a5484c 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretUpSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretUpSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretUpSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretUpSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretUpSmFillIcon.tsx
index 3ecea5ad8e..9e13e1f07b 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretUpSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretUpSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretUpSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretUpSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretUpSmRegularIcon.tsx
index 7b6e92ce90..62389bfb2d 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretUpSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretUpSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretUpSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretUpXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretUpXlBoldIcon.tsx
index bd92871bdb..5c3b2cb305 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretUpXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretUpXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretUpXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretUpXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretUpXlFillIcon.tsx
index bd34901c9a..6a96557924 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretUpXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretUpXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretUpXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCaretUpXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCaretUpXlRegularIcon.tsx
index 1041c8d114..5b36a87a7b 100644
--- a/src/react/LabelPaired/LabelPairedCircleCaretUpXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCaretUpXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCaretUpXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCheckCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCheckCaptionBoldIcon.tsx
index 26f02e61cf..1428b53b0c 100644
--- a/src/react/LabelPaired/LabelPairedCircleCheckCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCheckCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCheckCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCheckCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCheckCaptionFillIcon.tsx
index 499a6cb8ec..e2e8010336 100644
--- a/src/react/LabelPaired/LabelPairedCircleCheckCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCheckCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCheckCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCheckCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCheckCaptionRegularIcon.tsx
index 83f2bcb970..a2fce1b14a 100644
--- a/src/react/LabelPaired/LabelPairedCircleCheckCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCheckCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCheckCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCheckLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCheckLgBoldIcon.tsx
index 1a79334d22..dc976a1e05 100644
--- a/src/react/LabelPaired/LabelPairedCircleCheckLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCheckLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCheckLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCheckLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCheckLgFillIcon.tsx
index 57a8b4d8ad..f782450e23 100644
--- a/src/react/LabelPaired/LabelPairedCircleCheckLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCheckLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCheckLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCheckLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCheckLgRegularIcon.tsx
index 6098e27413..e79a7ce897 100644
--- a/src/react/LabelPaired/LabelPairedCircleCheckLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCheckLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCheckLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCheckMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCheckMdBoldIcon.tsx
index 0810188c45..3d12c157ad 100644
--- a/src/react/LabelPaired/LabelPairedCircleCheckMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCheckMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCheckMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCheckMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCheckMdFillIcon.tsx
index 83e9a157be..b7442c93a3 100644
--- a/src/react/LabelPaired/LabelPairedCircleCheckMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCheckMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCheckMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCheckMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCheckMdRegularIcon.tsx
index 2d8c289c10..256f8ec6be 100644
--- a/src/react/LabelPaired/LabelPairedCircleCheckMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCheckMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCheckMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCheckSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCheckSmBoldIcon.tsx
index 89ac99d595..782001d719 100644
--- a/src/react/LabelPaired/LabelPairedCircleCheckSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCheckSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCheckSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCheckSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCheckSmFillIcon.tsx
index 0e8f0466da..fd3712958a 100644
--- a/src/react/LabelPaired/LabelPairedCircleCheckSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCheckSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCheckSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCheckSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCheckSmRegularIcon.tsx
index e0d6eb119f..af58f6f914 100644
--- a/src/react/LabelPaired/LabelPairedCircleCheckSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCheckSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCheckSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCheckXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCheckXlBoldIcon.tsx
index 8ab183f3f1..2d9e5cb4cd 100644
--- a/src/react/LabelPaired/LabelPairedCircleCheckXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCheckXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCheckXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCheckXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCheckXlFillIcon.tsx
index ee0699d6a4..52aa783bfd 100644
--- a/src/react/LabelPaired/LabelPairedCircleCheckXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCheckXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCheckXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleCheckXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleCheckXlRegularIcon.tsx
index 1ce9ee1f84..772f0def00 100644
--- a/src/react/LabelPaired/LabelPairedCircleCheckXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleCheckXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleCheckXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronDownCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronDownCaptionBoldIcon.tsx
index 2c8f2a6f57..99ec799589 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronDownCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronDownCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronDownCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronDownCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronDownCaptionFillIcon.tsx
index 74cc32dc89..e757ba49fe 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronDownCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronDownCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronDownCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronDownCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronDownCaptionRegularIcon.tsx
index d757d980fc..70a57caf6b 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronDownCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronDownCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronDownCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronDownLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronDownLgBoldIcon.tsx
index 78a64eaf7d..78cba2256e 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronDownLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronDownLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronDownLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronDownLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronDownLgFillIcon.tsx
index ecb2d2fa95..1d510f89d2 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronDownLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronDownLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronDownLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronDownLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronDownLgRegularIcon.tsx
index 091ed4566c..d6148680e6 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronDownLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronDownLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronDownLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronDownMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronDownMdBoldIcon.tsx
index 926464c994..60be5e2bcb 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronDownMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronDownMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronDownMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronDownMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronDownMdFillIcon.tsx
index 22a7803a0c..45e64866eb 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronDownMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronDownMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronDownMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronDownMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronDownMdRegularIcon.tsx
index 760ed60f7d..e97f92aab6 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronDownMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronDownMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronDownMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronDownSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronDownSmBoldIcon.tsx
index aa08718094..d8d02553bb 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronDownSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronDownSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronDownSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronDownSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronDownSmFillIcon.tsx
index ca7269e2ef..6d335dbc8e 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronDownSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronDownSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronDownSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronDownSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronDownSmRegularIcon.tsx
index 7f3acab3f3..8d5e3d8036 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronDownSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronDownSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronDownSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronDownXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronDownXlBoldIcon.tsx
index c39030fa71..a407442ddd 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronDownXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronDownXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronDownXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronDownXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronDownXlFillIcon.tsx
index 1349d2a2ca..0ad7346aab 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronDownXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronDownXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronDownXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronDownXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronDownXlRegularIcon.tsx
index 7de62da75f..41d6c5e3ec 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronDownXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronDownXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronDownXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronLeftCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronLeftCaptionBoldIcon.tsx
index 4984089ebe..1fa41fc0af 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronLeftCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronLeftCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronLeftCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronLeftCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronLeftCaptionFillIcon.tsx
index 0df39c8563..35fc5f87c2 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronLeftCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronLeftCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronLeftCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronLeftCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronLeftCaptionRegularIcon.tsx
index 9aef5c7efa..52dee58da7 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronLeftCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronLeftCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronLeftCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronLeftLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronLeftLgBoldIcon.tsx
index 1eb37ae0d8..352467dc45 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronLeftLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronLeftLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronLeftLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronLeftLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronLeftLgFillIcon.tsx
index df520a0a81..78ea7c88d7 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronLeftLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronLeftLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronLeftLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronLeftLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronLeftLgRegularIcon.tsx
index 3be1af4ff7..df4bf8cfcd 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronLeftLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronLeftLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronLeftLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronLeftMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronLeftMdBoldIcon.tsx
index aaaf640a03..5192fb67f2 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronLeftMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronLeftMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronLeftMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronLeftMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronLeftMdFillIcon.tsx
index d9415e10d6..e7d71f8cce 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronLeftMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronLeftMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronLeftMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronLeftMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronLeftMdRegularIcon.tsx
index e58d43741e..96128de15c 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronLeftMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronLeftMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronLeftMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronLeftSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronLeftSmBoldIcon.tsx
index 42f0a1ea8d..6f6b212c7c 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronLeftSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronLeftSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronLeftSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronLeftSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronLeftSmFillIcon.tsx
index 15e2680f2e..cef215c8f6 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronLeftSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronLeftSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronLeftSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronLeftSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronLeftSmRegularIcon.tsx
index 0152eca359..d26df90bb9 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronLeftSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronLeftSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronLeftSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronLeftXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronLeftXlBoldIcon.tsx
index 18507d7f2a..3d524ce200 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronLeftXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronLeftXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronLeftXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronLeftXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronLeftXlFillIcon.tsx
index b870fca777..f478da8962 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronLeftXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronLeftXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronLeftXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronLeftXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronLeftXlRegularIcon.tsx
index 5fe45004f0..d8d729468f 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronLeftXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronLeftXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronLeftXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronRightCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronRightCaptionBoldIcon.tsx
index c9cb852b81..9abc4e63c1 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronRightCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronRightCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronRightCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronRightCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronRightCaptionFillIcon.tsx
index ace8b228d6..182ef339cd 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronRightCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronRightCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronRightCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronRightCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronRightCaptionRegularIcon.tsx
index 9df2761344..f4202817b6 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronRightCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronRightCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronRightCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronRightLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronRightLgBoldIcon.tsx
index c2b9a219e2..faad0f5d73 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronRightLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronRightLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronRightLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronRightLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronRightLgFillIcon.tsx
index 54e6fd4123..778c195ba8 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronRightLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronRightLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronRightLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronRightLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronRightLgRegularIcon.tsx
index 41814e6670..c8118fa97c 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronRightLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronRightLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronRightLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronRightMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronRightMdBoldIcon.tsx
index 3f06eb7428..d4f77a0bed 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronRightMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronRightMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronRightMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronRightMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronRightMdFillIcon.tsx
index dba58f39da..33b641f2a7 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronRightMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronRightMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronRightMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronRightMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronRightMdRegularIcon.tsx
index 394d398eca..a174be71b9 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronRightMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronRightMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronRightMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronRightSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronRightSmBoldIcon.tsx
index 1087579045..1d5032ae91 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronRightSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronRightSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronRightSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronRightSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronRightSmFillIcon.tsx
index 76b25a1d9d..3eaa57198c 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronRightSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronRightSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronRightSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronRightSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronRightSmRegularIcon.tsx
index a4559241e5..b66d978c90 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronRightSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronRightSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronRightSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronRightXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronRightXlBoldIcon.tsx
index ea43382578..af0572d5f6 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronRightXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronRightXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronRightXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronRightXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronRightXlFillIcon.tsx
index 7f7a568d60..823458b7c3 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronRightXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronRightXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronRightXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronRightXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronRightXlRegularIcon.tsx
index a6889ad773..3b172673b7 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronRightXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronRightXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronRightXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronUpCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronUpCaptionBoldIcon.tsx
index 4acca35bed..2e24a620f4 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronUpCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronUpCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronUpCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronUpCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronUpCaptionFillIcon.tsx
index 5bf3b924bf..ff69f81b25 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronUpCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronUpCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronUpCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronUpCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronUpCaptionRegularIcon.tsx
index e821d46d0d..505bca3c1a 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronUpCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronUpCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronUpCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronUpLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronUpLgBoldIcon.tsx
index 1df14d46f8..5c6accd5c0 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronUpLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronUpLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronUpLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronUpLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronUpLgFillIcon.tsx
index df01c7dcc8..22b5aeeafd 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronUpLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronUpLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronUpLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronUpLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronUpLgRegularIcon.tsx
index 02c2dd19f2..f5d72bb714 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronUpLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronUpLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronUpLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronUpMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronUpMdBoldIcon.tsx
index 3b532fa9dc..db20f389b5 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronUpMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronUpMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronUpMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronUpMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronUpMdFillIcon.tsx
index e1fd12140c..97effe51b0 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronUpMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronUpMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronUpMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronUpMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronUpMdRegularIcon.tsx
index b368d9d31e..bbed98b500 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronUpMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronUpMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronUpMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronUpSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronUpSmBoldIcon.tsx
index 6df8757b90..7523485133 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronUpSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronUpSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronUpSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronUpSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronUpSmFillIcon.tsx
index d2b31fc058..e776c1fd0c 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronUpSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronUpSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronUpSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronUpSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronUpSmRegularIcon.tsx
index 0abf861feb..62b645c751 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronUpSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronUpSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronUpSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronUpXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronUpXlBoldIcon.tsx
index 428d1b67ca..29bfd8a6e5 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronUpXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronUpXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronUpXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronUpXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronUpXlFillIcon.tsx
index 7a5deef25c..a75e2dfd7d 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronUpXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronUpXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronUpXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleChevronUpXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleChevronUpXlRegularIcon.tsx
index b942fb2780..a50fc99f5d 100644
--- a/src/react/LabelPaired/LabelPairedCircleChevronUpXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleChevronUpXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleChevronUpXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDollarCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDollarCaptionBoldIcon.tsx
index 2a6f1c83c9..565efb4a4d 100644
--- a/src/react/LabelPaired/LabelPairedCircleDollarCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDollarCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDollarCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDollarCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDollarCaptionFillIcon.tsx
index 245f508a84..a4231dcfa3 100644
--- a/src/react/LabelPaired/LabelPairedCircleDollarCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDollarCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDollarCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDollarCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDollarCaptionRegularIcon.tsx
index ef326b19de..712a91c961 100644
--- a/src/react/LabelPaired/LabelPairedCircleDollarCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDollarCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDollarCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDollarLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDollarLgBoldIcon.tsx
index 1805151c41..efe8fc35f0 100644
--- a/src/react/LabelPaired/LabelPairedCircleDollarLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDollarLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDollarLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDollarLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDollarLgFillIcon.tsx
index f6764fa0bb..971c495e1a 100644
--- a/src/react/LabelPaired/LabelPairedCircleDollarLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDollarLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDollarLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDollarLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDollarLgRegularIcon.tsx
index af96626372..1ea9fbc744 100644
--- a/src/react/LabelPaired/LabelPairedCircleDollarLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDollarLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDollarLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDollarMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDollarMdBoldIcon.tsx
index f17785400e..23af44a304 100644
--- a/src/react/LabelPaired/LabelPairedCircleDollarMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDollarMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDollarMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDollarMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDollarMdFillIcon.tsx
index 5df9aca9ac..1050c24532 100644
--- a/src/react/LabelPaired/LabelPairedCircleDollarMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDollarMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDollarMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDollarMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDollarMdRegularIcon.tsx
index 41c9925d90..c2615dbee2 100644
--- a/src/react/LabelPaired/LabelPairedCircleDollarMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDollarMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDollarMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDollarSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDollarSmBoldIcon.tsx
index f927380440..4cb670d1fd 100644
--- a/src/react/LabelPaired/LabelPairedCircleDollarSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDollarSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDollarSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDollarSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDollarSmFillIcon.tsx
index d6b183b039..9d59186813 100644
--- a/src/react/LabelPaired/LabelPairedCircleDollarSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDollarSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDollarSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDollarSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDollarSmRegularIcon.tsx
index a54ceb56ca..6676ce2c60 100644
--- a/src/react/LabelPaired/LabelPairedCircleDollarSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDollarSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDollarSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDollarXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDollarXlBoldIcon.tsx
index 736407015c..c3189e80fb 100644
--- a/src/react/LabelPaired/LabelPairedCircleDollarXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDollarXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDollarXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDollarXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDollarXlFillIcon.tsx
index 9a250525b7..691266ba17 100644
--- a/src/react/LabelPaired/LabelPairedCircleDollarXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDollarXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDollarXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDollarXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDollarXlRegularIcon.tsx
index c24b4279b2..a2d5a7dce7 100644
--- a/src/react/LabelPaired/LabelPairedCircleDollarXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDollarXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDollarXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDotCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDotCaptionBoldIcon.tsx
index c8a54fa34a..4021a479e2 100644
--- a/src/react/LabelPaired/LabelPairedCircleDotCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDotCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDotCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDotCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDotCaptionFillIcon.tsx
index a609bc4ec0..55eb5a06c3 100644
--- a/src/react/LabelPaired/LabelPairedCircleDotCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDotCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDotCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDotCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDotCaptionRegularIcon.tsx
index a12955fdb9..672c9abe4a 100644
--- a/src/react/LabelPaired/LabelPairedCircleDotCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDotCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDotCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDotLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDotLgBoldIcon.tsx
index a306380f68..1e7ffac405 100644
--- a/src/react/LabelPaired/LabelPairedCircleDotLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDotLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDotLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDotLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDotLgFillIcon.tsx
index 9d9665cf76..0117594933 100644
--- a/src/react/LabelPaired/LabelPairedCircleDotLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDotLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDotLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDotLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDotLgRegularIcon.tsx
index b4d30bbd95..e36aaeaac1 100644
--- a/src/react/LabelPaired/LabelPairedCircleDotLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDotLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDotLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDotMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDotMdBoldIcon.tsx
index 739a138485..330764e003 100644
--- a/src/react/LabelPaired/LabelPairedCircleDotMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDotMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDotMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDotMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDotMdFillIcon.tsx
index 44dbc3a00a..e6aafc537a 100644
--- a/src/react/LabelPaired/LabelPairedCircleDotMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDotMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDotMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDotMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDotMdRegularIcon.tsx
index 2702a23293..ce0a1fbf9f 100644
--- a/src/react/LabelPaired/LabelPairedCircleDotMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDotMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDotMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDotSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDotSmBoldIcon.tsx
index cc86895f48..ac9c672748 100644
--- a/src/react/LabelPaired/LabelPairedCircleDotSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDotSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDotSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDotSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDotSmFillIcon.tsx
index 328a0cee73..cce036c97b 100644
--- a/src/react/LabelPaired/LabelPairedCircleDotSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDotSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDotSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDotSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDotSmRegularIcon.tsx
index 31f8b8ce1c..b16498d617 100644
--- a/src/react/LabelPaired/LabelPairedCircleDotSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDotSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDotSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDotXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDotXlBoldIcon.tsx
index eac8759ffd..89e3938878 100644
--- a/src/react/LabelPaired/LabelPairedCircleDotXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDotXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDotXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDotXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDotXlFillIcon.tsx
index ebc20ea296..235294564c 100644
--- a/src/react/LabelPaired/LabelPairedCircleDotXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDotXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDotXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleDotXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleDotXlRegularIcon.tsx
index 3396d7fb1d..341e119715 100644
--- a/src/react/LabelPaired/LabelPairedCircleDotXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleDotXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleDotXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEightCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEightCaptionBoldIcon.tsx
index d07969653a..86954f864f 100644
--- a/src/react/LabelPaired/LabelPairedCircleEightCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEightCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEightCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEightCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEightCaptionFillIcon.tsx
index 4f3fb3926e..9e4f95b92e 100644
--- a/src/react/LabelPaired/LabelPairedCircleEightCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEightCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEightCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEightCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEightCaptionRegularIcon.tsx
index 7a9ced6a11..56139d2a0b 100644
--- a/src/react/LabelPaired/LabelPairedCircleEightCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEightCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEightCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEightLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEightLgBoldIcon.tsx
index dd7e13d93e..0a84c7512c 100644
--- a/src/react/LabelPaired/LabelPairedCircleEightLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEightLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEightLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEightLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEightLgFillIcon.tsx
index e4a4cef762..3f8a74dd8b 100644
--- a/src/react/LabelPaired/LabelPairedCircleEightLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEightLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEightLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEightLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEightLgRegularIcon.tsx
index b998ab82fb..35667570f7 100644
--- a/src/react/LabelPaired/LabelPairedCircleEightLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEightLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEightLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEightMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEightMdBoldIcon.tsx
index 4e3bb825f2..9c3284b5c0 100644
--- a/src/react/LabelPaired/LabelPairedCircleEightMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEightMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEightMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEightMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEightMdFillIcon.tsx
index 3cfe5c8255..ef1f7d185b 100644
--- a/src/react/LabelPaired/LabelPairedCircleEightMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEightMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEightMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEightMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEightMdRegularIcon.tsx
index b755489d59..bebaa6c7e9 100644
--- a/src/react/LabelPaired/LabelPairedCircleEightMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEightMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEightMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEightSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEightSmBoldIcon.tsx
index 63716aa0c6..cd705b7c10 100644
--- a/src/react/LabelPaired/LabelPairedCircleEightSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEightSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEightSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEightSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEightSmFillIcon.tsx
index 4502b5941c..be6a3fe3a1 100644
--- a/src/react/LabelPaired/LabelPairedCircleEightSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEightSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEightSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEightSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEightSmRegularIcon.tsx
index 1165816af6..a7df7333ba 100644
--- a/src/react/LabelPaired/LabelPairedCircleEightSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEightSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEightSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEightXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEightXlBoldIcon.tsx
index 75493872e5..a183d9a7a9 100644
--- a/src/react/LabelPaired/LabelPairedCircleEightXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEightXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEightXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEightXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEightXlFillIcon.tsx
index 62a33c5943..e957907fe4 100644
--- a/src/react/LabelPaired/LabelPairedCircleEightXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEightXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEightXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEightXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEightXlRegularIcon.tsx
index ba3086f1b5..63ca022770 100644
--- a/src/react/LabelPaired/LabelPairedCircleEightXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEightXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEightXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEllipsisCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEllipsisCaptionBoldIcon.tsx
index 0cf7cea86c..6d2f7f3beb 100644
--- a/src/react/LabelPaired/LabelPairedCircleEllipsisCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEllipsisCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEllipsisCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEllipsisCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEllipsisCaptionFillIcon.tsx
index 4db077da7b..ced74b978d 100644
--- a/src/react/LabelPaired/LabelPairedCircleEllipsisCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEllipsisCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEllipsisCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEllipsisCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEllipsisCaptionRegularIcon.tsx
index e254708471..2cfb3ab677 100644
--- a/src/react/LabelPaired/LabelPairedCircleEllipsisCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEllipsisCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEllipsisCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEllipsisLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEllipsisLgBoldIcon.tsx
index 5cd29cfa76..305b1fddf1 100644
--- a/src/react/LabelPaired/LabelPairedCircleEllipsisLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEllipsisLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEllipsisLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEllipsisLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEllipsisLgFillIcon.tsx
index 22daf7c2b3..d31e67be6b 100644
--- a/src/react/LabelPaired/LabelPairedCircleEllipsisLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEllipsisLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEllipsisLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEllipsisLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEllipsisLgRegularIcon.tsx
index 8ef188fc12..5ba426d18a 100644
--- a/src/react/LabelPaired/LabelPairedCircleEllipsisLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEllipsisLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEllipsisLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEllipsisMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEllipsisMdBoldIcon.tsx
index 7eb688a27a..8efc7713bf 100644
--- a/src/react/LabelPaired/LabelPairedCircleEllipsisMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEllipsisMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEllipsisMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEllipsisMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEllipsisMdFillIcon.tsx
index aa2e76c97f..42343c3f47 100644
--- a/src/react/LabelPaired/LabelPairedCircleEllipsisMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEllipsisMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEllipsisMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEllipsisMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEllipsisMdRegularIcon.tsx
index 69a59f2317..f3391f8f81 100644
--- a/src/react/LabelPaired/LabelPairedCircleEllipsisMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEllipsisMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEllipsisMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEllipsisSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEllipsisSmBoldIcon.tsx
index 4e2145aa36..3a68bd43a3 100644
--- a/src/react/LabelPaired/LabelPairedCircleEllipsisSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEllipsisSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEllipsisSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEllipsisSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEllipsisSmFillIcon.tsx
index fbb3f4e754..39f0320785 100644
--- a/src/react/LabelPaired/LabelPairedCircleEllipsisSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEllipsisSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEllipsisSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEllipsisSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEllipsisSmRegularIcon.tsx
index 3d4c6d7df4..b9a6ce8567 100644
--- a/src/react/LabelPaired/LabelPairedCircleEllipsisSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEllipsisSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEllipsisSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEllipsisXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEllipsisXlBoldIcon.tsx
index 510b332c37..41b7b3ea77 100644
--- a/src/react/LabelPaired/LabelPairedCircleEllipsisXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEllipsisXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEllipsisXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEllipsisXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEllipsisXlFillIcon.tsx
index 8afdb16af1..8efd9df14e 100644
--- a/src/react/LabelPaired/LabelPairedCircleEllipsisXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEllipsisXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEllipsisXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEllipsisXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEllipsisXlRegularIcon.tsx
index 5be95ae2ab..b9e2148d58 100644
--- a/src/react/LabelPaired/LabelPairedCircleEllipsisXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEllipsisXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEllipsisXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEnvelopeCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEnvelopeCaptionBoldIcon.tsx
index f4c6e860b5..d9133e3b4d 100644
--- a/src/react/LabelPaired/LabelPairedCircleEnvelopeCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEnvelopeCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEnvelopeCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEnvelopeCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEnvelopeCaptionFillIcon.tsx
index ae1f3055b3..2dab546540 100644
--- a/src/react/LabelPaired/LabelPairedCircleEnvelopeCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEnvelopeCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEnvelopeCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEnvelopeCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEnvelopeCaptionRegularIcon.tsx
index 62f19f26ad..dfbba71a58 100644
--- a/src/react/LabelPaired/LabelPairedCircleEnvelopeCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEnvelopeCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEnvelopeCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEnvelopeLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEnvelopeLgBoldIcon.tsx
index c75b4b4b0e..bba912f4f0 100644
--- a/src/react/LabelPaired/LabelPairedCircleEnvelopeLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEnvelopeLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEnvelopeLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEnvelopeLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEnvelopeLgFillIcon.tsx
index 459e6a2845..5846186d2b 100644
--- a/src/react/LabelPaired/LabelPairedCircleEnvelopeLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEnvelopeLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEnvelopeLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEnvelopeLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEnvelopeLgRegularIcon.tsx
index baf633a29a..8eb1bf85a8 100644
--- a/src/react/LabelPaired/LabelPairedCircleEnvelopeLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEnvelopeLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEnvelopeLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEnvelopeMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEnvelopeMdBoldIcon.tsx
index ad823082df..1c81cd868b 100644
--- a/src/react/LabelPaired/LabelPairedCircleEnvelopeMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEnvelopeMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEnvelopeMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEnvelopeMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEnvelopeMdFillIcon.tsx
index fafcdce0f9..2f4826863d 100644
--- a/src/react/LabelPaired/LabelPairedCircleEnvelopeMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEnvelopeMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEnvelopeMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEnvelopeMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEnvelopeMdRegularIcon.tsx
index 01bc67335f..2a014ce345 100644
--- a/src/react/LabelPaired/LabelPairedCircleEnvelopeMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEnvelopeMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEnvelopeMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEnvelopeSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEnvelopeSmBoldIcon.tsx
index 7126c774d4..4ae3ff278d 100644
--- a/src/react/LabelPaired/LabelPairedCircleEnvelopeSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEnvelopeSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEnvelopeSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEnvelopeSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEnvelopeSmFillIcon.tsx
index f5e2b1200f..48a37bb5d1 100644
--- a/src/react/LabelPaired/LabelPairedCircleEnvelopeSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEnvelopeSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEnvelopeSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEnvelopeSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEnvelopeSmRegularIcon.tsx
index 0414dcdb79..98f06cdf1e 100644
--- a/src/react/LabelPaired/LabelPairedCircleEnvelopeSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEnvelopeSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEnvelopeSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEnvelopeXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEnvelopeXlBoldIcon.tsx
index e956f69ec0..97fa7cc39d 100644
--- a/src/react/LabelPaired/LabelPairedCircleEnvelopeXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEnvelopeXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEnvelopeXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEnvelopeXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEnvelopeXlFillIcon.tsx
index e5a4bb28d0..bc77c18ad7 100644
--- a/src/react/LabelPaired/LabelPairedCircleEnvelopeXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEnvelopeXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEnvelopeXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEnvelopeXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEnvelopeXlRegularIcon.tsx
index 11dc793692..54a4221060 100644
--- a/src/react/LabelPaired/LabelPairedCircleEnvelopeXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEnvelopeXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEnvelopeXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEuroCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEuroCaptionBoldIcon.tsx
index 09a8e2b15b..262608c85e 100644
--- a/src/react/LabelPaired/LabelPairedCircleEuroCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEuroCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEuroCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEuroCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEuroCaptionFillIcon.tsx
index 51b16a66eb..7d24ce7668 100644
--- a/src/react/LabelPaired/LabelPairedCircleEuroCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEuroCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEuroCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEuroCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEuroCaptionRegularIcon.tsx
index f500788a5d..ff1292dd5d 100644
--- a/src/react/LabelPaired/LabelPairedCircleEuroCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEuroCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEuroCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEuroLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEuroLgBoldIcon.tsx
index 248838e72d..c14eb9e86a 100644
--- a/src/react/LabelPaired/LabelPairedCircleEuroLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEuroLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEuroLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEuroLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEuroLgFillIcon.tsx
index 4b0a6f4d8a..55cb7c44e5 100644
--- a/src/react/LabelPaired/LabelPairedCircleEuroLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEuroLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEuroLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEuroLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEuroLgRegularIcon.tsx
index 58fb4c3a1c..750ca6d9b3 100644
--- a/src/react/LabelPaired/LabelPairedCircleEuroLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEuroLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEuroLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEuroMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEuroMdBoldIcon.tsx
index 801e1a23a7..02588819aa 100644
--- a/src/react/LabelPaired/LabelPairedCircleEuroMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEuroMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEuroMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEuroMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEuroMdFillIcon.tsx
index 461cb232c4..75f98aea80 100644
--- a/src/react/LabelPaired/LabelPairedCircleEuroMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEuroMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEuroMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEuroMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEuroMdRegularIcon.tsx
index e005331ebc..4ea9ec1f31 100644
--- a/src/react/LabelPaired/LabelPairedCircleEuroMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEuroMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEuroMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEuroSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEuroSmBoldIcon.tsx
index 567fabe46d..744b80725a 100644
--- a/src/react/LabelPaired/LabelPairedCircleEuroSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEuroSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEuroSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEuroSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEuroSmFillIcon.tsx
index 5f21db42ce..8a216b0972 100644
--- a/src/react/LabelPaired/LabelPairedCircleEuroSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEuroSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEuroSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEuroSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEuroSmRegularIcon.tsx
index df96ed35ee..e4b40b0625 100644
--- a/src/react/LabelPaired/LabelPairedCircleEuroSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEuroSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEuroSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEuroXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEuroXlBoldIcon.tsx
index 756271adda..c7f4338368 100644
--- a/src/react/LabelPaired/LabelPairedCircleEuroXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEuroXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEuroXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEuroXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEuroXlFillIcon.tsx
index eaa19ff68b..bc9607d856 100644
--- a/src/react/LabelPaired/LabelPairedCircleEuroXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEuroXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEuroXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleEuroXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleEuroXlRegularIcon.tsx
index 83a51e3d44..6b903ea9e0 100644
--- a/src/react/LabelPaired/LabelPairedCircleEuroXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleEuroXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleEuroXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleExclamationCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleExclamationCaptionBoldIcon.tsx
index 1047edd814..92682e8e1d 100644
--- a/src/react/LabelPaired/LabelPairedCircleExclamationCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleExclamationCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleExclamationCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleExclamationCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleExclamationCaptionFillIcon.tsx
index 6da0fc79bd..933cb190bb 100644
--- a/src/react/LabelPaired/LabelPairedCircleExclamationCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleExclamationCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleExclamationCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleExclamationCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleExclamationCaptionRegularIcon.tsx
index c9649d2a95..359d16fc43 100644
--- a/src/react/LabelPaired/LabelPairedCircleExclamationCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleExclamationCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleExclamationCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleExclamationLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleExclamationLgBoldIcon.tsx
index 840c6b6427..339857dbb6 100644
--- a/src/react/LabelPaired/LabelPairedCircleExclamationLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleExclamationLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleExclamationLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleExclamationLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleExclamationLgFillIcon.tsx
index 29efc3b35f..dbef40a2fa 100644
--- a/src/react/LabelPaired/LabelPairedCircleExclamationLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleExclamationLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleExclamationLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleExclamationLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleExclamationLgRegularIcon.tsx
index 154f766016..67c6066b9b 100644
--- a/src/react/LabelPaired/LabelPairedCircleExclamationLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleExclamationLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleExclamationLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleExclamationMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleExclamationMdBoldIcon.tsx
index a4a30044dc..d98f2b6251 100644
--- a/src/react/LabelPaired/LabelPairedCircleExclamationMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleExclamationMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleExclamationMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleExclamationMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleExclamationMdFillIcon.tsx
index b1b7f26aee..b15acc1d72 100644
--- a/src/react/LabelPaired/LabelPairedCircleExclamationMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleExclamationMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleExclamationMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleExclamationMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleExclamationMdRegularIcon.tsx
index abe2f3aa98..17e31778b8 100644
--- a/src/react/LabelPaired/LabelPairedCircleExclamationMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleExclamationMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleExclamationMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleExclamationSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleExclamationSmBoldIcon.tsx
index 7d2f6fcff1..19a1736886 100644
--- a/src/react/LabelPaired/LabelPairedCircleExclamationSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleExclamationSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleExclamationSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleExclamationSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleExclamationSmFillIcon.tsx
index 8c3dd2a25f..3efa220b2d 100644
--- a/src/react/LabelPaired/LabelPairedCircleExclamationSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleExclamationSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleExclamationSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleExclamationSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleExclamationSmRegularIcon.tsx
index d3156e2c4c..e8be953f62 100644
--- a/src/react/LabelPaired/LabelPairedCircleExclamationSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleExclamationSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleExclamationSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleExclamationXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleExclamationXlBoldIcon.tsx
index d8551b9fbd..e9d28bc7ac 100644
--- a/src/react/LabelPaired/LabelPairedCircleExclamationXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleExclamationXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleExclamationXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleExclamationXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleExclamationXlFillIcon.tsx
index 1a3bb668ae..f3ab51f2b6 100644
--- a/src/react/LabelPaired/LabelPairedCircleExclamationXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleExclamationXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleExclamationXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleExclamationXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleExclamationXlRegularIcon.tsx
index 1111330acc..edf88c8754 100644
--- a/src/react/LabelPaired/LabelPairedCircleExclamationXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleExclamationXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleExclamationXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFiveCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFiveCaptionBoldIcon.tsx
index d48c97b6d4..ff97274d79 100644
--- a/src/react/LabelPaired/LabelPairedCircleFiveCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFiveCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFiveCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFiveCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFiveCaptionFillIcon.tsx
index 13ec6c6cc4..922af729d8 100644
--- a/src/react/LabelPaired/LabelPairedCircleFiveCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFiveCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFiveCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFiveCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFiveCaptionRegularIcon.tsx
index 80e8ce8518..476aedc9d4 100644
--- a/src/react/LabelPaired/LabelPairedCircleFiveCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFiveCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFiveCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFiveLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFiveLgBoldIcon.tsx
index a6c06c04ea..5874fb8e1b 100644
--- a/src/react/LabelPaired/LabelPairedCircleFiveLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFiveLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFiveLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFiveLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFiveLgFillIcon.tsx
index 9cc1f5c070..72dced30c3 100644
--- a/src/react/LabelPaired/LabelPairedCircleFiveLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFiveLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFiveLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFiveLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFiveLgRegularIcon.tsx
index 81772e6883..e299894229 100644
--- a/src/react/LabelPaired/LabelPairedCircleFiveLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFiveLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFiveLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFiveMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFiveMdBoldIcon.tsx
index 25acbdab8d..221737febc 100644
--- a/src/react/LabelPaired/LabelPairedCircleFiveMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFiveMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFiveMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFiveMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFiveMdFillIcon.tsx
index 35d1c333dc..9d8a257ec7 100644
--- a/src/react/LabelPaired/LabelPairedCircleFiveMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFiveMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFiveMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFiveMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFiveMdRegularIcon.tsx
index 993ce80136..3c15b4c169 100644
--- a/src/react/LabelPaired/LabelPairedCircleFiveMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFiveMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFiveMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFiveSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFiveSmBoldIcon.tsx
index c96fa0b82b..79be950900 100644
--- a/src/react/LabelPaired/LabelPairedCircleFiveSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFiveSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFiveSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFiveSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFiveSmFillIcon.tsx
index ceb82ae4e1..c24b044434 100644
--- a/src/react/LabelPaired/LabelPairedCircleFiveSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFiveSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFiveSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFiveSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFiveSmRegularIcon.tsx
index 4e6a711916..31351ca2c1 100644
--- a/src/react/LabelPaired/LabelPairedCircleFiveSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFiveSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFiveSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFiveXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFiveXlBoldIcon.tsx
index a8bd767d13..604a1449b3 100644
--- a/src/react/LabelPaired/LabelPairedCircleFiveXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFiveXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFiveXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFiveXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFiveXlFillIcon.tsx
index 51733f2107..e19e87e2b9 100644
--- a/src/react/LabelPaired/LabelPairedCircleFiveXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFiveXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFiveXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFiveXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFiveXlRegularIcon.tsx
index 4a5bb435c2..63e7d5fe5b 100644
--- a/src/react/LabelPaired/LabelPairedCircleFiveXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFiveXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFiveXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFourCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFourCaptionBoldIcon.tsx
index 1af2ef4eb7..73368d7af3 100644
--- a/src/react/LabelPaired/LabelPairedCircleFourCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFourCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFourCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFourCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFourCaptionFillIcon.tsx
index b6405d26f4..f45422bef2 100644
--- a/src/react/LabelPaired/LabelPairedCircleFourCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFourCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFourCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFourCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFourCaptionRegularIcon.tsx
index 7b9d9bfb3d..7ab43603b6 100644
--- a/src/react/LabelPaired/LabelPairedCircleFourCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFourCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFourCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFourLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFourLgBoldIcon.tsx
index 07075b6a03..7e8acb5535 100644
--- a/src/react/LabelPaired/LabelPairedCircleFourLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFourLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFourLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFourLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFourLgFillIcon.tsx
index be264fcec9..98522df227 100644
--- a/src/react/LabelPaired/LabelPairedCircleFourLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFourLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFourLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFourLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFourLgRegularIcon.tsx
index 4e02d428d0..d33d4ef40c 100644
--- a/src/react/LabelPaired/LabelPairedCircleFourLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFourLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFourLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFourMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFourMdBoldIcon.tsx
index ec3da42a33..217a68e0c1 100644
--- a/src/react/LabelPaired/LabelPairedCircleFourMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFourMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFourMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFourMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFourMdFillIcon.tsx
index ba0b38872a..b42b5f39f1 100644
--- a/src/react/LabelPaired/LabelPairedCircleFourMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFourMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFourMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFourMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFourMdRegularIcon.tsx
index b7d85664c1..fa5bc35ee9 100644
--- a/src/react/LabelPaired/LabelPairedCircleFourMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFourMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFourMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFourSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFourSmBoldIcon.tsx
index 905626d402..24ef91d951 100644
--- a/src/react/LabelPaired/LabelPairedCircleFourSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFourSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFourSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFourSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFourSmFillIcon.tsx
index 205d7d0a2a..d83a378fe2 100644
--- a/src/react/LabelPaired/LabelPairedCircleFourSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFourSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFourSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFourSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFourSmRegularIcon.tsx
index 7afd0f4027..6ce17a9f15 100644
--- a/src/react/LabelPaired/LabelPairedCircleFourSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFourSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFourSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFourXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFourXlBoldIcon.tsx
index 3cfc705a59..d16bc2c1d1 100644
--- a/src/react/LabelPaired/LabelPairedCircleFourXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFourXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFourXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFourXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFourXlFillIcon.tsx
index b83aba55d0..ff12bd7c84 100644
--- a/src/react/LabelPaired/LabelPairedCircleFourXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFourXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFourXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleFourXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleFourXlRegularIcon.tsx
index be224d2417..ae3daa58e4 100644
--- a/src/react/LabelPaired/LabelPairedCircleFourXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleFourXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleFourXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleInfoCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleInfoCaptionBoldIcon.tsx
index 58da37fc1a..869481ff51 100644
--- a/src/react/LabelPaired/LabelPairedCircleInfoCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleInfoCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleInfoCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleInfoCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleInfoCaptionFillIcon.tsx
index b5907dc4e5..b520c270e0 100644
--- a/src/react/LabelPaired/LabelPairedCircleInfoCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleInfoCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleInfoCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleInfoCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleInfoCaptionRegularIcon.tsx
index 088b50f902..c45ea22b34 100644
--- a/src/react/LabelPaired/LabelPairedCircleInfoCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleInfoCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleInfoCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleInfoLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleInfoLgBoldIcon.tsx
index e2d38e9232..ccea1c4852 100644
--- a/src/react/LabelPaired/LabelPairedCircleInfoLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleInfoLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleInfoLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleInfoLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleInfoLgFillIcon.tsx
index 56aaa874d8..86afe42053 100644
--- a/src/react/LabelPaired/LabelPairedCircleInfoLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleInfoLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleInfoLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleInfoLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleInfoLgRegularIcon.tsx
index 1464274bcb..ff895bbdb7 100644
--- a/src/react/LabelPaired/LabelPairedCircleInfoLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleInfoLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleInfoLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleInfoMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleInfoMdBoldIcon.tsx
index cfdad7a522..233bb83e87 100644
--- a/src/react/LabelPaired/LabelPairedCircleInfoMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleInfoMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleInfoMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleInfoMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleInfoMdFillIcon.tsx
index d31d7872ff..fdbc76f040 100644
--- a/src/react/LabelPaired/LabelPairedCircleInfoMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleInfoMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleInfoMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleInfoMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleInfoMdRegularIcon.tsx
index 2b758bf7bf..03cb7bb3a6 100644
--- a/src/react/LabelPaired/LabelPairedCircleInfoMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleInfoMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleInfoMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleInfoSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleInfoSmBoldIcon.tsx
index 82619eb3c0..43eaa53ae5 100644
--- a/src/react/LabelPaired/LabelPairedCircleInfoSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleInfoSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleInfoSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleInfoSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleInfoSmFillIcon.tsx
index 733d43f23f..ffa9dedaed 100644
--- a/src/react/LabelPaired/LabelPairedCircleInfoSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleInfoSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleInfoSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleInfoSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleInfoSmRegularIcon.tsx
index 0855708ae0..ef172fbab1 100644
--- a/src/react/LabelPaired/LabelPairedCircleInfoSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleInfoSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleInfoSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleInfoXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleInfoXlBoldIcon.tsx
index 4bf6e23b1b..6bb095e9e4 100644
--- a/src/react/LabelPaired/LabelPairedCircleInfoXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleInfoXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleInfoXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleInfoXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleInfoXlFillIcon.tsx
index 202d70ca47..469428801e 100644
--- a/src/react/LabelPaired/LabelPairedCircleInfoXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleInfoXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleInfoXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleInfoXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleInfoXlRegularIcon.tsx
index d60c7817db..723061add1 100644
--- a/src/react/LabelPaired/LabelPairedCircleInfoXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleInfoXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleInfoXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleLgBoldIcon.tsx
index ae15f8ff0f..8e8f3f28d3 100644
--- a/src/react/LabelPaired/LabelPairedCircleLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleLgFillIcon.tsx
index 715140bd23..435928ed3b 100644
--- a/src/react/LabelPaired/LabelPairedCircleLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleLgRegularIcon.tsx
index 1c523f0375..d538dcfbb0 100644
--- a/src/react/LabelPaired/LabelPairedCircleLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleMdBoldIcon.tsx
index 6642ff4b6b..9ed5b41adc 100644
--- a/src/react/LabelPaired/LabelPairedCircleMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleMdFillIcon.tsx
index 4941aa8fd4..4f20459bc5 100644
--- a/src/react/LabelPaired/LabelPairedCircleMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleMdRegularIcon.tsx
index 80aafcc261..c249374f0d 100644
--- a/src/react/LabelPaired/LabelPairedCircleMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleMinusCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleMinusCaptionBoldIcon.tsx
index 3b55ce664a..25fad63a7a 100644
--- a/src/react/LabelPaired/LabelPairedCircleMinusCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleMinusCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleMinusCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleMinusCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleMinusCaptionFillIcon.tsx
index 8256306cc4..d4be79c85b 100644
--- a/src/react/LabelPaired/LabelPairedCircleMinusCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleMinusCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleMinusCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleMinusCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleMinusCaptionRegularIcon.tsx
index cae1bfe3d8..6c916952e5 100644
--- a/src/react/LabelPaired/LabelPairedCircleMinusCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleMinusCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleMinusCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleMinusLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleMinusLgBoldIcon.tsx
index 12d2752c95..a055860f81 100644
--- a/src/react/LabelPaired/LabelPairedCircleMinusLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleMinusLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleMinusLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleMinusLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleMinusLgFillIcon.tsx
index 4526456a58..254b451d05 100644
--- a/src/react/LabelPaired/LabelPairedCircleMinusLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleMinusLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleMinusLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleMinusLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleMinusLgRegularIcon.tsx
index 0422271f23..233465ef2b 100644
--- a/src/react/LabelPaired/LabelPairedCircleMinusLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleMinusLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleMinusLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleMinusMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleMinusMdBoldIcon.tsx
index 90aaa54d39..a8dd7e4b22 100644
--- a/src/react/LabelPaired/LabelPairedCircleMinusMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleMinusMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleMinusMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleMinusMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleMinusMdFillIcon.tsx
index b75e7f4388..1e4264b61b 100644
--- a/src/react/LabelPaired/LabelPairedCircleMinusMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleMinusMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleMinusMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleMinusMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleMinusMdRegularIcon.tsx
index 58a44af26e..78a486a29d 100644
--- a/src/react/LabelPaired/LabelPairedCircleMinusMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleMinusMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleMinusMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleMinusSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleMinusSmBoldIcon.tsx
index 32633f9fff..6785f84829 100644
--- a/src/react/LabelPaired/LabelPairedCircleMinusSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleMinusSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleMinusSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleMinusSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleMinusSmFillIcon.tsx
index 700011ab8f..cd44de22ee 100644
--- a/src/react/LabelPaired/LabelPairedCircleMinusSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleMinusSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleMinusSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleMinusSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleMinusSmRegularIcon.tsx
index 7438d470ba..d6c9ec892a 100644
--- a/src/react/LabelPaired/LabelPairedCircleMinusSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleMinusSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleMinusSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleMinusXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleMinusXlBoldIcon.tsx
index 13a70e3292..1be2f6dcf7 100644
--- a/src/react/LabelPaired/LabelPairedCircleMinusXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleMinusXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleMinusXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleMinusXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleMinusXlFillIcon.tsx
index 978eb7d696..c853ea2f2c 100644
--- a/src/react/LabelPaired/LabelPairedCircleMinusXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleMinusXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleMinusXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleMinusXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleMinusXlRegularIcon.tsx
index 722c351ced..1467b79e33 100644
--- a/src/react/LabelPaired/LabelPairedCircleMinusXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleMinusXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleMinusXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleNineCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleNineCaptionBoldIcon.tsx
index 64db8ee1e3..7d693ff028 100644
--- a/src/react/LabelPaired/LabelPairedCircleNineCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleNineCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleNineCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleNineCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleNineCaptionFillIcon.tsx
index 388c2d6ffd..76c6a28091 100644
--- a/src/react/LabelPaired/LabelPairedCircleNineCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleNineCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleNineCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleNineCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleNineCaptionRegularIcon.tsx
index b9e38549a8..66d51d30af 100644
--- a/src/react/LabelPaired/LabelPairedCircleNineCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleNineCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleNineCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleNineLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleNineLgBoldIcon.tsx
index 36cb4121eb..8aa2f5e47d 100644
--- a/src/react/LabelPaired/LabelPairedCircleNineLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleNineLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleNineLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleNineLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleNineLgFillIcon.tsx
index 14f9dd503b..e1d64f0c91 100644
--- a/src/react/LabelPaired/LabelPairedCircleNineLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleNineLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleNineLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleNineLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleNineLgRegularIcon.tsx
index 78e9835d94..c28a8684ee 100644
--- a/src/react/LabelPaired/LabelPairedCircleNineLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleNineLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleNineLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleNineMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleNineMdBoldIcon.tsx
index bd44b64dae..fb1af57def 100644
--- a/src/react/LabelPaired/LabelPairedCircleNineMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleNineMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleNineMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleNineMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleNineMdFillIcon.tsx
index 7de83226f1..7ab39c8fd1 100644
--- a/src/react/LabelPaired/LabelPairedCircleNineMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleNineMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleNineMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleNineMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleNineMdRegularIcon.tsx
index e994062f59..e22b8ebd42 100644
--- a/src/react/LabelPaired/LabelPairedCircleNineMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleNineMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleNineMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleNineSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleNineSmBoldIcon.tsx
index a44988a9fe..80cb3751d3 100644
--- a/src/react/LabelPaired/LabelPairedCircleNineSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleNineSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleNineSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleNineSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleNineSmFillIcon.tsx
index 3f69a4a88e..195d196a45 100644
--- a/src/react/LabelPaired/LabelPairedCircleNineSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleNineSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleNineSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleNineSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleNineSmRegularIcon.tsx
index 43bc00ca7b..344ab06c55 100644
--- a/src/react/LabelPaired/LabelPairedCircleNineSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleNineSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleNineSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleNineXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleNineXlBoldIcon.tsx
index 12cf467f89..ce74ad97e3 100644
--- a/src/react/LabelPaired/LabelPairedCircleNineXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleNineXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleNineXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleNineXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleNineXlFillIcon.tsx
index 0c2f317915..91292d609a 100644
--- a/src/react/LabelPaired/LabelPairedCircleNineXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleNineXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleNineXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleNineXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleNineXlRegularIcon.tsx
index 5527090a2a..912e4d604f 100644
--- a/src/react/LabelPaired/LabelPairedCircleNineXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleNineXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleNineXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleOneCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleOneCaptionBoldIcon.tsx
index 11f87435d2..ecfcba05ab 100644
--- a/src/react/LabelPaired/LabelPairedCircleOneCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleOneCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleOneCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleOneCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleOneCaptionFillIcon.tsx
index 63c8dba83d..6f932c005d 100644
--- a/src/react/LabelPaired/LabelPairedCircleOneCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleOneCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleOneCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleOneCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleOneCaptionRegularIcon.tsx
index 25256f7eb9..cc891ff549 100644
--- a/src/react/LabelPaired/LabelPairedCircleOneCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleOneCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleOneCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleOneLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleOneLgBoldIcon.tsx
index d1d99a3d4f..c004113983 100644
--- a/src/react/LabelPaired/LabelPairedCircleOneLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleOneLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleOneLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleOneLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleOneLgFillIcon.tsx
index 85d162b4e6..0e1c9e7ebe 100644
--- a/src/react/LabelPaired/LabelPairedCircleOneLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleOneLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleOneLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleOneLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleOneLgRegularIcon.tsx
index 81144ba808..e3e1c736b3 100644
--- a/src/react/LabelPaired/LabelPairedCircleOneLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleOneLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleOneLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleOneMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleOneMdBoldIcon.tsx
index 72edc9d170..cd0d5e8c0f 100644
--- a/src/react/LabelPaired/LabelPairedCircleOneMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleOneMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleOneMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleOneMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleOneMdFillIcon.tsx
index 1384612e06..28ee361679 100644
--- a/src/react/LabelPaired/LabelPairedCircleOneMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleOneMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleOneMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleOneMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleOneMdRegularIcon.tsx
index c8a31b1f71..25a6203043 100644
--- a/src/react/LabelPaired/LabelPairedCircleOneMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleOneMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleOneMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleOneSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleOneSmBoldIcon.tsx
index 6963fa96ee..e94bbca372 100644
--- a/src/react/LabelPaired/LabelPairedCircleOneSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleOneSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleOneSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleOneSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleOneSmFillIcon.tsx
index ad0f87c339..54b0677bb4 100644
--- a/src/react/LabelPaired/LabelPairedCircleOneSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleOneSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleOneSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleOneSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleOneSmRegularIcon.tsx
index aef7d8adab..04b8ffe730 100644
--- a/src/react/LabelPaired/LabelPairedCircleOneSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleOneSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleOneSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleOneXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleOneXlBoldIcon.tsx
index d9fce2cc9f..eb27287fae 100644
--- a/src/react/LabelPaired/LabelPairedCircleOneXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleOneXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleOneXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleOneXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleOneXlFillIcon.tsx
index 98da98c540..b2c41197e5 100644
--- a/src/react/LabelPaired/LabelPairedCircleOneXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleOneXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleOneXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleOneXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleOneXlRegularIcon.tsx
index 870ddfc464..595857cc84 100644
--- a/src/react/LabelPaired/LabelPairedCircleOneXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleOneXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleOneXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCirclePlusCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCirclePlusCaptionBoldIcon.tsx
index be268b03ab..964757d637 100644
--- a/src/react/LabelPaired/LabelPairedCirclePlusCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCirclePlusCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCirclePlusCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCirclePlusCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCirclePlusCaptionFillIcon.tsx
index 6dc0f3236a..06989dee5c 100644
--- a/src/react/LabelPaired/LabelPairedCirclePlusCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCirclePlusCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCirclePlusCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCirclePlusCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCirclePlusCaptionRegularIcon.tsx
index 0fd61e0752..741fc620e2 100644
--- a/src/react/LabelPaired/LabelPairedCirclePlusCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCirclePlusCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCirclePlusCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCirclePlusLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCirclePlusLgBoldIcon.tsx
index 0cb96a20a4..04aa04f698 100644
--- a/src/react/LabelPaired/LabelPairedCirclePlusLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCirclePlusLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCirclePlusLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCirclePlusLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCirclePlusLgFillIcon.tsx
index 275e7d04f8..f36f79860a 100644
--- a/src/react/LabelPaired/LabelPairedCirclePlusLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCirclePlusLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCirclePlusLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCirclePlusLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCirclePlusLgRegularIcon.tsx
index ecc5ceb2ff..da432592ca 100644
--- a/src/react/LabelPaired/LabelPairedCirclePlusLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCirclePlusLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCirclePlusLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCirclePlusMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCirclePlusMdBoldIcon.tsx
index 7cd7bb0f83..2f46148caf 100644
--- a/src/react/LabelPaired/LabelPairedCirclePlusMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCirclePlusMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCirclePlusMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCirclePlusMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCirclePlusMdFillIcon.tsx
index a050374527..48b5d5ac68 100644
--- a/src/react/LabelPaired/LabelPairedCirclePlusMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCirclePlusMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCirclePlusMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCirclePlusMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCirclePlusMdRegularIcon.tsx
index bd364f427b..1fe8832c93 100644
--- a/src/react/LabelPaired/LabelPairedCirclePlusMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCirclePlusMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCirclePlusMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCirclePlusSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCirclePlusSmBoldIcon.tsx
index 9c9aaab788..a87fafecb1 100644
--- a/src/react/LabelPaired/LabelPairedCirclePlusSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCirclePlusSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCirclePlusSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCirclePlusSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCirclePlusSmFillIcon.tsx
index e6e282f1e5..6f07e4b2f2 100644
--- a/src/react/LabelPaired/LabelPairedCirclePlusSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCirclePlusSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCirclePlusSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCirclePlusSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCirclePlusSmRegularIcon.tsx
index afc30cda2c..754fcd3950 100644
--- a/src/react/LabelPaired/LabelPairedCirclePlusSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCirclePlusSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCirclePlusSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCirclePlusXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCirclePlusXlBoldIcon.tsx
index 289c764ea0..82cf8f5dd5 100644
--- a/src/react/LabelPaired/LabelPairedCirclePlusXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCirclePlusXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCirclePlusXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCirclePlusXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCirclePlusXlFillIcon.tsx
index 051402fd3c..09714831ed 100644
--- a/src/react/LabelPaired/LabelPairedCirclePlusXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCirclePlusXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCirclePlusXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCirclePlusXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCirclePlusXlRegularIcon.tsx
index 806985d5df..d88394ac7c 100644
--- a/src/react/LabelPaired/LabelPairedCirclePlusXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCirclePlusXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCirclePlusXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSevenCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSevenCaptionBoldIcon.tsx
index 701ed9c39a..9e56259e0d 100644
--- a/src/react/LabelPaired/LabelPairedCircleSevenCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSevenCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSevenCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSevenCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSevenCaptionFillIcon.tsx
index d4e212d60f..caff8d53fb 100644
--- a/src/react/LabelPaired/LabelPairedCircleSevenCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSevenCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSevenCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSevenCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSevenCaptionRegularIcon.tsx
index 2666489b18..f7a6b5e547 100644
--- a/src/react/LabelPaired/LabelPairedCircleSevenCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSevenCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSevenCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSevenLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSevenLgBoldIcon.tsx
index a3c4fc2710..9729433217 100644
--- a/src/react/LabelPaired/LabelPairedCircleSevenLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSevenLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSevenLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSevenLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSevenLgFillIcon.tsx
index 813c2c5c5b..84744cc2f6 100644
--- a/src/react/LabelPaired/LabelPairedCircleSevenLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSevenLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSevenLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSevenLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSevenLgRegularIcon.tsx
index c9350c95b0..83a3a63f3a 100644
--- a/src/react/LabelPaired/LabelPairedCircleSevenLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSevenLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSevenLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSevenMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSevenMdBoldIcon.tsx
index 901c9f54a5..c7ccd97f20 100644
--- a/src/react/LabelPaired/LabelPairedCircleSevenMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSevenMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSevenMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSevenMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSevenMdFillIcon.tsx
index ff221d59bc..02e7c4a856 100644
--- a/src/react/LabelPaired/LabelPairedCircleSevenMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSevenMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSevenMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSevenMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSevenMdRegularIcon.tsx
index 411e790be4..bdffc21772 100644
--- a/src/react/LabelPaired/LabelPairedCircleSevenMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSevenMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSevenMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSevenSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSevenSmBoldIcon.tsx
index 95f8e0b272..344819713c 100644
--- a/src/react/LabelPaired/LabelPairedCircleSevenSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSevenSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSevenSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSevenSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSevenSmFillIcon.tsx
index ccdf59518a..471c94078b 100644
--- a/src/react/LabelPaired/LabelPairedCircleSevenSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSevenSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSevenSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSevenSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSevenSmRegularIcon.tsx
index 065bdebf2d..9dd0d97319 100644
--- a/src/react/LabelPaired/LabelPairedCircleSevenSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSevenSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSevenSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSevenXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSevenXlBoldIcon.tsx
index b2fa10fc05..ae1a29cca6 100644
--- a/src/react/LabelPaired/LabelPairedCircleSevenXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSevenXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSevenXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSevenXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSevenXlFillIcon.tsx
index b69051bc88..63237bfcf0 100644
--- a/src/react/LabelPaired/LabelPairedCircleSevenXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSevenXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSevenXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSevenXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSevenXlRegularIcon.tsx
index d417704cf4..c6129e8949 100644
--- a/src/react/LabelPaired/LabelPairedCircleSevenXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSevenXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSevenXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSixCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSixCaptionBoldIcon.tsx
index 7c3b1c102d..9cba7d23ab 100644
--- a/src/react/LabelPaired/LabelPairedCircleSixCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSixCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSixCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSixCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSixCaptionFillIcon.tsx
index 26b9bb5d5b..214d3936fa 100644
--- a/src/react/LabelPaired/LabelPairedCircleSixCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSixCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSixCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSixCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSixCaptionRegularIcon.tsx
index 117121be07..077af03665 100644
--- a/src/react/LabelPaired/LabelPairedCircleSixCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSixCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSixCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSixLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSixLgBoldIcon.tsx
index 8cc1d2195c..209fe8b275 100644
--- a/src/react/LabelPaired/LabelPairedCircleSixLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSixLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSixLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSixLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSixLgFillIcon.tsx
index 4c1ae26b1d..0df2fe7d4c 100644
--- a/src/react/LabelPaired/LabelPairedCircleSixLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSixLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSixLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSixLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSixLgRegularIcon.tsx
index 33241daa6a..3843818181 100644
--- a/src/react/LabelPaired/LabelPairedCircleSixLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSixLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSixLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSixMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSixMdBoldIcon.tsx
index 762f3ddd64..7e26748c11 100644
--- a/src/react/LabelPaired/LabelPairedCircleSixMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSixMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSixMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSixMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSixMdFillIcon.tsx
index df085ccbdd..198a2a1921 100644
--- a/src/react/LabelPaired/LabelPairedCircleSixMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSixMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSixMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSixMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSixMdRegularIcon.tsx
index 5f44877e6d..a46b4e1085 100644
--- a/src/react/LabelPaired/LabelPairedCircleSixMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSixMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSixMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSixSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSixSmBoldIcon.tsx
index a738f97614..4fc22114ba 100644
--- a/src/react/LabelPaired/LabelPairedCircleSixSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSixSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSixSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSixSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSixSmFillIcon.tsx
index d0453eec45..51ec3c392d 100644
--- a/src/react/LabelPaired/LabelPairedCircleSixSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSixSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSixSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSixSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSixSmRegularIcon.tsx
index 27be3b0cb4..81dc1451d9 100644
--- a/src/react/LabelPaired/LabelPairedCircleSixSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSixSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSixSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSixXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSixXlBoldIcon.tsx
index fcdb109695..15514dbbea 100644
--- a/src/react/LabelPaired/LabelPairedCircleSixXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSixXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSixXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSixXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSixXlFillIcon.tsx
index b7bd2b72e2..751acd1117 100644
--- a/src/react/LabelPaired/LabelPairedCircleSixXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSixXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSixXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSixXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSixXlRegularIcon.tsx
index 1ea75b130f..bd5b5c6e22 100644
--- a/src/react/LabelPaired/LabelPairedCircleSixXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSixXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSixXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSmBoldIcon.tsx
index f35108dd79..7eaf1184ed 100644
--- a/src/react/LabelPaired/LabelPairedCircleSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSmFillIcon.tsx
index 8cd4c7c90a..35c7db7f05 100644
--- a/src/react/LabelPaired/LabelPairedCircleSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSmRegularIcon.tsx
index f5edd49674..11d06dc33f 100644
--- a/src/react/LabelPaired/LabelPairedCircleSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortCaptionBoldIcon.tsx
index 8b860b3b2c..d9285fa8ee 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortCaptionFillIcon.tsx
index 71c38d1ec3..1b3403b4b7 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortCaptionRegularIcon.tsx
index a47afd1cea..8296103f9d 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortDownCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortDownCaptionBoldIcon.tsx
index f11c0b4c62..99c32423b3 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortDownCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortDownCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortDownCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortDownCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortDownCaptionFillIcon.tsx
index 9b53cd7995..e5fe2622e9 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortDownCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortDownCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortDownCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortDownCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortDownCaptionRegularIcon.tsx
index 49daa5e48a..1511dde872 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortDownCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortDownCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortDownCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortDownLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortDownLgBoldIcon.tsx
index 916f9c7668..fa388b4bcc 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortDownLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortDownLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortDownLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortDownLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortDownLgFillIcon.tsx
index b8214246a7..bf6df583b0 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortDownLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortDownLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortDownLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortDownLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortDownLgRegularIcon.tsx
index 1485fed741..816c52b008 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortDownLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortDownLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortDownLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortDownMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortDownMdBoldIcon.tsx
index 10928d1c1a..d83be18b68 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortDownMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortDownMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortDownMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortDownMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortDownMdFillIcon.tsx
index bf89d5d057..456e2bc37c 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortDownMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortDownMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortDownMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortDownMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortDownMdRegularIcon.tsx
index 062f682c3d..8558451aae 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortDownMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortDownMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortDownMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortDownSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortDownSmBoldIcon.tsx
index 5744983acb..396bb3a176 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortDownSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortDownSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortDownSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortDownSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortDownSmFillIcon.tsx
index 431e03ed4f..0da3dbd95e 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortDownSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortDownSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortDownSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortDownSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortDownSmRegularIcon.tsx
index b6332b667a..c555f8e546 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortDownSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortDownSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortDownSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortDownXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortDownXlBoldIcon.tsx
index ab3d1a6b34..9b75ec2261 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortDownXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortDownXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortDownXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortDownXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortDownXlFillIcon.tsx
index 0ff94ae25d..bee88d8cb3 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortDownXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortDownXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortDownXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortDownXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortDownXlRegularIcon.tsx
index 825ff6b60f..2a2796194a 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortDownXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortDownXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortDownXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortLgBoldIcon.tsx
index 548e6e9d5c..42eef70b6c 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortLgFillIcon.tsx
index 8c4a408c91..477ea0c10b 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortLgRegularIcon.tsx
index 86783c4173..8a5f08a4cd 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortMdBoldIcon.tsx
index 45cef3233f..b217bb141a 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortMdFillIcon.tsx
index 0347ffe8d4..c91180b6d9 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortMdRegularIcon.tsx
index 4b75786980..ed426fdde8 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortSmBoldIcon.tsx
index b2e7f05b94..469c49e36e 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortSmFillIcon.tsx
index 7ff858d391..30071d717f 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortSmRegularIcon.tsx
index 8a93aa7991..407d83d98a 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortUpCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortUpCaptionBoldIcon.tsx
index bf0da3f3c4..27167e1c2a 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortUpCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortUpCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortUpCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortUpCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortUpCaptionFillIcon.tsx
index c1eea9eb00..349c69550e 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortUpCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortUpCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortUpCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortUpCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortUpCaptionRegularIcon.tsx
index 6e51b9333d..8ecf3bac41 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortUpCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortUpCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortUpCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortUpLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortUpLgBoldIcon.tsx
index c1857c584c..1ca54f0a9f 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortUpLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortUpLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortUpLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortUpLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortUpLgFillIcon.tsx
index ecdabcd91e..17e4d16252 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortUpLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortUpLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortUpLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortUpLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortUpLgRegularIcon.tsx
index 14d0cf4019..1489b9bb24 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortUpLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortUpLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortUpLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortUpMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortUpMdBoldIcon.tsx
index e834f7b2d7..32fd8d5d24 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortUpMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortUpMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortUpMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortUpMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortUpMdFillIcon.tsx
index 6e4e2aa0d4..adf7d3231a 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortUpMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortUpMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortUpMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortUpMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortUpMdRegularIcon.tsx
index c56f06f578..475bf16051 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortUpMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortUpMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortUpMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortUpSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortUpSmBoldIcon.tsx
index 79b43e2110..4e22545376 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortUpSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortUpSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortUpSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortUpSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortUpSmFillIcon.tsx
index 128d430ccc..10fd489098 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortUpSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortUpSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortUpSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortUpSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortUpSmRegularIcon.tsx
index 6c85b8f9a1..7ed16b38ef 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortUpSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortUpSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortUpSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortUpXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortUpXlBoldIcon.tsx
index 4645a7837b..3331072b15 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortUpXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortUpXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortUpXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortUpXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortUpXlFillIcon.tsx
index 57d5d89bc1..5241265f4b 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortUpXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortUpXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortUpXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortUpXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortUpXlRegularIcon.tsx
index 6022c615b8..fbf892fd0b 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortUpXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortUpXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortUpXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortXlBoldIcon.tsx
index 67a4647a3c..24537b3a79 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortXlFillIcon.tsx
index a1ffd33928..6a117370cc 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSortXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSortXlRegularIcon.tsx
index c78ca51137..e4d96dcbb2 100644
--- a/src/react/LabelPaired/LabelPairedCircleSortXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSortXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSortXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleStarCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleStarCaptionBoldIcon.tsx
index d0ab3f3481..e6c85f55f1 100644
--- a/src/react/LabelPaired/LabelPairedCircleStarCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleStarCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleStarCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleStarCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleStarCaptionFillIcon.tsx
index 7040cb63aa..81570d49d0 100644
--- a/src/react/LabelPaired/LabelPairedCircleStarCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleStarCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleStarCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleStarCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleStarCaptionRegularIcon.tsx
index 5c18585734..644b4cdea7 100644
--- a/src/react/LabelPaired/LabelPairedCircleStarCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleStarCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleStarCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleStarLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleStarLgBoldIcon.tsx
index 24213be262..218fbfa05f 100644
--- a/src/react/LabelPaired/LabelPairedCircleStarLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleStarLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleStarLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleStarLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleStarLgFillIcon.tsx
index 2dd7b09b79..1a0ada2e1a 100644
--- a/src/react/LabelPaired/LabelPairedCircleStarLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleStarLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleStarLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleStarLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleStarLgRegularIcon.tsx
index c059f498fd..33e8d6a0dd 100644
--- a/src/react/LabelPaired/LabelPairedCircleStarLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleStarLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleStarLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleStarMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleStarMdBoldIcon.tsx
index f9244ead24..e9f1d1528e 100644
--- a/src/react/LabelPaired/LabelPairedCircleStarMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleStarMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleStarMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleStarMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleStarMdFillIcon.tsx
index e5ff52fc0d..d8e3e6a5b6 100644
--- a/src/react/LabelPaired/LabelPairedCircleStarMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleStarMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleStarMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleStarMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleStarMdRegularIcon.tsx
index 327ad6b3cf..09252ed1df 100644
--- a/src/react/LabelPaired/LabelPairedCircleStarMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleStarMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleStarMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleStarSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleStarSmBoldIcon.tsx
index bc031fa9f5..b884350217 100644
--- a/src/react/LabelPaired/LabelPairedCircleStarSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleStarSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleStarSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleStarSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleStarSmFillIcon.tsx
index b645dddcbe..a2125b8a00 100644
--- a/src/react/LabelPaired/LabelPairedCircleStarSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleStarSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleStarSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleStarSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleStarSmRegularIcon.tsx
index 228ed032c3..d940a8efb2 100644
--- a/src/react/LabelPaired/LabelPairedCircleStarSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleStarSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleStarSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleStarXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleStarXlBoldIcon.tsx
index e572388009..c2ad2ac9df 100644
--- a/src/react/LabelPaired/LabelPairedCircleStarXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleStarXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleStarXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleStarXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleStarXlFillIcon.tsx
index 11377c524e..6cd6c47b74 100644
--- a/src/react/LabelPaired/LabelPairedCircleStarXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleStarXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleStarXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleStarXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleStarXlRegularIcon.tsx
index 1c0d31e40f..e34b7631c6 100644
--- a/src/react/LabelPaired/LabelPairedCircleStarXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleStarXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleStarXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSterlingCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSterlingCaptionBoldIcon.tsx
index 276f6184da..33334b9fa7 100644
--- a/src/react/LabelPaired/LabelPairedCircleSterlingCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSterlingCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSterlingCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSterlingCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSterlingCaptionFillIcon.tsx
index 2d6f3b9258..e231fe39c8 100644
--- a/src/react/LabelPaired/LabelPairedCircleSterlingCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSterlingCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSterlingCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSterlingCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSterlingCaptionRegularIcon.tsx
index 7277569a9e..b922c97b5c 100644
--- a/src/react/LabelPaired/LabelPairedCircleSterlingCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSterlingCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSterlingCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSterlingLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSterlingLgBoldIcon.tsx
index d29b7b072c..a699243c7d 100644
--- a/src/react/LabelPaired/LabelPairedCircleSterlingLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSterlingLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSterlingLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSterlingLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSterlingLgFillIcon.tsx
index 8c4ee1e9cc..ddfe9fb3fd 100644
--- a/src/react/LabelPaired/LabelPairedCircleSterlingLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSterlingLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSterlingLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSterlingLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSterlingLgRegularIcon.tsx
index 765b6c6948..e931d9a4da 100644
--- a/src/react/LabelPaired/LabelPairedCircleSterlingLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSterlingLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSterlingLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSterlingMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSterlingMdBoldIcon.tsx
index 11697616ee..bb95921067 100644
--- a/src/react/LabelPaired/LabelPairedCircleSterlingMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSterlingMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSterlingMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSterlingMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSterlingMdFillIcon.tsx
index 3ad0f88ba7..d41df2902a 100644
--- a/src/react/LabelPaired/LabelPairedCircleSterlingMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSterlingMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSterlingMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSterlingMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSterlingMdRegularIcon.tsx
index de3680d0b5..ae26221a92 100644
--- a/src/react/LabelPaired/LabelPairedCircleSterlingMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSterlingMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSterlingMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSterlingSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSterlingSmBoldIcon.tsx
index ae15a9fc77..c2f289c353 100644
--- a/src/react/LabelPaired/LabelPairedCircleSterlingSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSterlingSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSterlingSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSterlingSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSterlingSmFillIcon.tsx
index 6cb1b8325f..5bbff50c64 100644
--- a/src/react/LabelPaired/LabelPairedCircleSterlingSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSterlingSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSterlingSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSterlingSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSterlingSmRegularIcon.tsx
index 0c8ae7d1b9..67ce966ee5 100644
--- a/src/react/LabelPaired/LabelPairedCircleSterlingSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSterlingSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSterlingSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSterlingXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSterlingXlBoldIcon.tsx
index 52b0f2e5f6..69469ede0a 100644
--- a/src/react/LabelPaired/LabelPairedCircleSterlingXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSterlingXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSterlingXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSterlingXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSterlingXlFillIcon.tsx
index 75b087a32d..19df323c68 100644
--- a/src/react/LabelPaired/LabelPairedCircleSterlingXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSterlingXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSterlingXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleSterlingXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleSterlingXlRegularIcon.tsx
index a0c9952292..ec32085b34 100644
--- a/src/react/LabelPaired/LabelPairedCircleSterlingXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleSterlingXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleSterlingXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleThreeCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleThreeCaptionBoldIcon.tsx
index e9c12733db..e4d9d6d9de 100644
--- a/src/react/LabelPaired/LabelPairedCircleThreeCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleThreeCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleThreeCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleThreeCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleThreeCaptionFillIcon.tsx
index 9f6b827c79..d525e5334d 100644
--- a/src/react/LabelPaired/LabelPairedCircleThreeCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleThreeCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleThreeCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleThreeCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleThreeCaptionRegularIcon.tsx
index f9e79caec3..bb6f22b501 100644
--- a/src/react/LabelPaired/LabelPairedCircleThreeCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleThreeCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleThreeCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleThreeLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleThreeLgBoldIcon.tsx
index 13459a6506..81ba771386 100644
--- a/src/react/LabelPaired/LabelPairedCircleThreeLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleThreeLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleThreeLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleThreeLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleThreeLgFillIcon.tsx
index 7fcd2145d3..d0b5fef165 100644
--- a/src/react/LabelPaired/LabelPairedCircleThreeLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleThreeLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleThreeLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleThreeLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleThreeLgRegularIcon.tsx
index c1eef299f9..f8bc16451a 100644
--- a/src/react/LabelPaired/LabelPairedCircleThreeLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleThreeLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleThreeLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleThreeMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleThreeMdBoldIcon.tsx
index 81920c1f14..9d2d8637c1 100644
--- a/src/react/LabelPaired/LabelPairedCircleThreeMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleThreeMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleThreeMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleThreeMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleThreeMdFillIcon.tsx
index 8e6bfbc7a7..079462278e 100644
--- a/src/react/LabelPaired/LabelPairedCircleThreeMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleThreeMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleThreeMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleThreeMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleThreeMdRegularIcon.tsx
index 8dd9ccd981..9098f2dcb5 100644
--- a/src/react/LabelPaired/LabelPairedCircleThreeMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleThreeMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleThreeMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleThreeSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleThreeSmBoldIcon.tsx
index 5a357949fc..a1efde7956 100644
--- a/src/react/LabelPaired/LabelPairedCircleThreeSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleThreeSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleThreeSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleThreeSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleThreeSmFillIcon.tsx
index 3d6324abcb..d7fcc9dc7d 100644
--- a/src/react/LabelPaired/LabelPairedCircleThreeSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleThreeSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleThreeSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleThreeSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleThreeSmRegularIcon.tsx
index daff11b069..ce8c9bc14e 100644
--- a/src/react/LabelPaired/LabelPairedCircleThreeSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleThreeSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleThreeSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleThreeXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleThreeXlBoldIcon.tsx
index fff21b8575..6dabf1a294 100644
--- a/src/react/LabelPaired/LabelPairedCircleThreeXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleThreeXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleThreeXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleThreeXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleThreeXlFillIcon.tsx
index 3421b9b982..67007055c6 100644
--- a/src/react/LabelPaired/LabelPairedCircleThreeXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleThreeXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleThreeXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleThreeXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleThreeXlRegularIcon.tsx
index 421ebce4fe..b5c21be40c 100644
--- a/src/react/LabelPaired/LabelPairedCircleThreeXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleThreeXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleThreeXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTrashCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTrashCaptionBoldIcon.tsx
index 221cfe2ad4..ca700f18c4 100644
--- a/src/react/LabelPaired/LabelPairedCircleTrashCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTrashCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTrashCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTrashCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTrashCaptionFillIcon.tsx
index cf1a63d03a..de837f54d7 100644
--- a/src/react/LabelPaired/LabelPairedCircleTrashCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTrashCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTrashCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTrashCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTrashCaptionRegularIcon.tsx
index 051cdad92b..76659a8329 100644
--- a/src/react/LabelPaired/LabelPairedCircleTrashCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTrashCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTrashCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTrashLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTrashLgBoldIcon.tsx
index fb3b58ae35..3853453839 100644
--- a/src/react/LabelPaired/LabelPairedCircleTrashLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTrashLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTrashLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTrashLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTrashLgFillIcon.tsx
index 8701487b60..11499b2df2 100644
--- a/src/react/LabelPaired/LabelPairedCircleTrashLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTrashLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTrashLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTrashLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTrashLgRegularIcon.tsx
index 8fe780e158..fd0b8eeb98 100644
--- a/src/react/LabelPaired/LabelPairedCircleTrashLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTrashLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTrashLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTrashMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTrashMdBoldIcon.tsx
index 0422e3ebd5..6824209051 100644
--- a/src/react/LabelPaired/LabelPairedCircleTrashMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTrashMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTrashMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTrashMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTrashMdFillIcon.tsx
index aa76e30f0c..77820d284d 100644
--- a/src/react/LabelPaired/LabelPairedCircleTrashMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTrashMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTrashMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTrashMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTrashMdRegularIcon.tsx
index 863aee1ed2..35ee42b76a 100644
--- a/src/react/LabelPaired/LabelPairedCircleTrashMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTrashMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTrashMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTrashSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTrashSmBoldIcon.tsx
index 31b64723f9..e0c064c5b1 100644
--- a/src/react/LabelPaired/LabelPairedCircleTrashSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTrashSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTrashSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTrashSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTrashSmFillIcon.tsx
index 8c1a440f6f..4fa58c74be 100644
--- a/src/react/LabelPaired/LabelPairedCircleTrashSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTrashSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTrashSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTrashSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTrashSmRegularIcon.tsx
index b088b163ce..64d7290e68 100644
--- a/src/react/LabelPaired/LabelPairedCircleTrashSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTrashSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTrashSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTrashXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTrashXlBoldIcon.tsx
index 424995bb64..1bb3465f0d 100644
--- a/src/react/LabelPaired/LabelPairedCircleTrashXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTrashXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTrashXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTrashXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTrashXlFillIcon.tsx
index 7209dca19e..7ba304eec4 100644
--- a/src/react/LabelPaired/LabelPairedCircleTrashXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTrashXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTrashXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTrashXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTrashXlRegularIcon.tsx
index 7c62ae6725..99fcf2f696 100644
--- a/src/react/LabelPaired/LabelPairedCircleTrashXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTrashXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTrashXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTwoCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTwoCaptionBoldIcon.tsx
index 7254225d0b..8e73295cda 100644
--- a/src/react/LabelPaired/LabelPairedCircleTwoCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTwoCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTwoCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTwoCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTwoCaptionFillIcon.tsx
index 5157f023b6..03808a8bb3 100644
--- a/src/react/LabelPaired/LabelPairedCircleTwoCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTwoCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTwoCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTwoCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTwoCaptionRegularIcon.tsx
index 751ee5a57c..329df896c7 100644
--- a/src/react/LabelPaired/LabelPairedCircleTwoCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTwoCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTwoCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTwoLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTwoLgBoldIcon.tsx
index 8be6896e10..f870a78998 100644
--- a/src/react/LabelPaired/LabelPairedCircleTwoLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTwoLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTwoLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTwoLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTwoLgFillIcon.tsx
index 7322492f2c..ace6bfaea2 100644
--- a/src/react/LabelPaired/LabelPairedCircleTwoLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTwoLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTwoLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTwoLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTwoLgRegularIcon.tsx
index 0fd82cf3d8..3e764e1caf 100644
--- a/src/react/LabelPaired/LabelPairedCircleTwoLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTwoLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTwoLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTwoMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTwoMdBoldIcon.tsx
index f40dc208eb..e7d8e55a88 100644
--- a/src/react/LabelPaired/LabelPairedCircleTwoMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTwoMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTwoMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTwoMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTwoMdFillIcon.tsx
index 8ec93bd5b5..8a71ed5948 100644
--- a/src/react/LabelPaired/LabelPairedCircleTwoMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTwoMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTwoMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTwoMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTwoMdRegularIcon.tsx
index 5471023add..d25f94c170 100644
--- a/src/react/LabelPaired/LabelPairedCircleTwoMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTwoMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTwoMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTwoSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTwoSmBoldIcon.tsx
index 1f61cacedc..84551dba1b 100644
--- a/src/react/LabelPaired/LabelPairedCircleTwoSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTwoSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTwoSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTwoSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTwoSmFillIcon.tsx
index 8b681ee29c..944b0bc26d 100644
--- a/src/react/LabelPaired/LabelPairedCircleTwoSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTwoSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTwoSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTwoSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTwoSmRegularIcon.tsx
index deeeb08799..74db7c24ac 100644
--- a/src/react/LabelPaired/LabelPairedCircleTwoSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTwoSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTwoSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTwoXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTwoXlBoldIcon.tsx
index 2dd3140cb3..30266397be 100644
--- a/src/react/LabelPaired/LabelPairedCircleTwoXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTwoXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTwoXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTwoXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTwoXlFillIcon.tsx
index f3cc2d72f0..0837d5ab90 100644
--- a/src/react/LabelPaired/LabelPairedCircleTwoXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTwoXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTwoXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleTwoXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleTwoXlRegularIcon.tsx
index d501171add..a98f95a1f9 100644
--- a/src/react/LabelPaired/LabelPairedCircleTwoXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleTwoXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleTwoXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserCaptionBoldIcon.tsx
index 5e9bfa5036..b175f45688 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserCaptionFillIcon.tsx
index ba57aed19e..b248ce16ba 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserCaptionRegularIcon.tsx
index 28968d4ae9..180c69a262 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserLgBoldIcon.tsx
index 58b58d0cf6..bd7b0dc98b 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserLgFillIcon.tsx
index 00962d53fd..8921169c20 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserLgRegularIcon.tsx
index ab38992dd8..491163d715 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserMdBoldIcon.tsx
index 1789fac1ff..9a65ca842f 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserMdFillIcon.tsx
index 6b8ddfc6be..87299a4c59 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserMdRegularIcon.tsx
index 9bad3a254c..66bd74b49a 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserSlashCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserSlashCaptionBoldIcon.tsx
index fa6487dfaa..41a7eb59a5 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserSlashCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserSlashCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserSlashCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserSlashCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserSlashCaptionFillIcon.tsx
index 41e629376a..eadf4893d1 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserSlashCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserSlashCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserSlashCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserSlashCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserSlashCaptionRegularIcon.tsx
index 53b9a37420..a8776a67b7 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserSlashCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserSlashCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserSlashCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserSlashLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserSlashLgBoldIcon.tsx
index 6c53ea2984..5b1c6b18d0 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserSlashLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserSlashLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserSlashLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserSlashLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserSlashLgFillIcon.tsx
index 3338c59146..707b664deb 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserSlashLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserSlashLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserSlashLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserSlashLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserSlashLgRegularIcon.tsx
index f767fd8f34..2cea806a2e 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserSlashLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserSlashLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserSlashLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserSlashMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserSlashMdBoldIcon.tsx
index c8de894206..4080130c07 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserSlashMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserSlashMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserSlashMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserSlashMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserSlashMdFillIcon.tsx
index bed15cc188..42c9563462 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserSlashMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserSlashMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserSlashMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserSlashMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserSlashMdRegularIcon.tsx
index 22af943aac..c20e3d7e3f 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserSlashMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserSlashMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserSlashMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserSlashSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserSlashSmBoldIcon.tsx
index baf7ad89ef..33aa04ba46 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserSlashSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserSlashSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserSlashSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserSlashSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserSlashSmFillIcon.tsx
index 42814bc59d..46fdae8e60 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserSlashSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserSlashSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserSlashSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserSlashSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserSlashSmRegularIcon.tsx
index 68bf829330..8ef1c1c34f 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserSlashSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserSlashSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserSlashSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserSlashXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserSlashXlBoldIcon.tsx
index 75e9ce4a95..6ebf589e59 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserSlashXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserSlashXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserSlashXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserSlashXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserSlashXlFillIcon.tsx
index fcee119386..18a90484a0 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserSlashXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserSlashXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserSlashXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserSlashXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserSlashXlRegularIcon.tsx
index f8d696ebe9..bf9f687711 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserSlashXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserSlashXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserSlashXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserSmBoldIcon.tsx
index ac771fcb1b..673dd1f8ed 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserSmFillIcon.tsx
index 9f898f3c25..082f90eecc 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserSmRegularIcon.tsx
index c2b951a064..3c9f4d26fb 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserXlBoldIcon.tsx
index 6ad51ef230..f67399602d 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserXlFillIcon.tsx
index 17e0f2203f..cc0acc71d8 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleUserXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleUserXlRegularIcon.tsx
index 0e2cdbcc76..cf211119fd 100644
--- a/src/react/LabelPaired/LabelPairedCircleUserXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleUserXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleUserXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleXlBoldIcon.tsx
index 90fb23fc75..20a8daa250 100644
--- a/src/react/LabelPaired/LabelPairedCircleXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleXlFillIcon.tsx
index 5ecfa37ae0..e522754a6a 100644
--- a/src/react/LabelPaired/LabelPairedCircleXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleXlRegularIcon.tsx
index d3e848c998..253fc241f6 100644
--- a/src/react/LabelPaired/LabelPairedCircleXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleXmarkCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleXmarkCaptionBoldIcon.tsx
index 741d7b2171..76971566f9 100644
--- a/src/react/LabelPaired/LabelPairedCircleXmarkCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleXmarkCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleXmarkCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleXmarkCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleXmarkCaptionFillIcon.tsx
index e457669622..18d8458442 100644
--- a/src/react/LabelPaired/LabelPairedCircleXmarkCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleXmarkCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleXmarkCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleXmarkCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleXmarkCaptionRegularIcon.tsx
index 346a50d016..b46d1eaeda 100644
--- a/src/react/LabelPaired/LabelPairedCircleXmarkCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleXmarkCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleXmarkCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleXmarkLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleXmarkLgBoldIcon.tsx
index e74ab37828..c1ff0fa46b 100644
--- a/src/react/LabelPaired/LabelPairedCircleXmarkLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleXmarkLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleXmarkLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleXmarkLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleXmarkLgFillIcon.tsx
index 900de28a87..aad0b41ef1 100644
--- a/src/react/LabelPaired/LabelPairedCircleXmarkLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleXmarkLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleXmarkLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleXmarkLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleXmarkLgRegularIcon.tsx
index f52334a592..a0edcf3b08 100644
--- a/src/react/LabelPaired/LabelPairedCircleXmarkLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleXmarkLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleXmarkLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleXmarkMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleXmarkMdBoldIcon.tsx
index cf043b0be5..d49d6f6570 100644
--- a/src/react/LabelPaired/LabelPairedCircleXmarkMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleXmarkMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleXmarkMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleXmarkMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleXmarkMdFillIcon.tsx
index d932afa2fe..ec3a8b74e0 100644
--- a/src/react/LabelPaired/LabelPairedCircleXmarkMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleXmarkMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleXmarkMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleXmarkMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleXmarkMdRegularIcon.tsx
index 242760d95b..334a27e7fe 100644
--- a/src/react/LabelPaired/LabelPairedCircleXmarkMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleXmarkMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleXmarkMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleXmarkSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleXmarkSmBoldIcon.tsx
index e61c8e69c0..657aba491c 100644
--- a/src/react/LabelPaired/LabelPairedCircleXmarkSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleXmarkSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleXmarkSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleXmarkSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleXmarkSmFillIcon.tsx
index 8bd4bb6f09..31ffb58980 100644
--- a/src/react/LabelPaired/LabelPairedCircleXmarkSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleXmarkSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleXmarkSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleXmarkSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleXmarkSmRegularIcon.tsx
index 43d7d56ab3..3fb50dea15 100644
--- a/src/react/LabelPaired/LabelPairedCircleXmarkSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleXmarkSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleXmarkSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleXmarkXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleXmarkXlBoldIcon.tsx
index afdd4a63fa..cf5b710746 100644
--- a/src/react/LabelPaired/LabelPairedCircleXmarkXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleXmarkXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleXmarkXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleXmarkXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleXmarkXlFillIcon.tsx
index ba3288a578..e73e8dd72d 100644
--- a/src/react/LabelPaired/LabelPairedCircleXmarkXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleXmarkXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleXmarkXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleXmarkXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleXmarkXlRegularIcon.tsx
index 328922b6cd..b6ab54b2c4 100644
--- a/src/react/LabelPaired/LabelPairedCircleXmarkXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleXmarkXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleXmarkXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleZeroCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleZeroCaptionBoldIcon.tsx
index 476557c2da..962bc62e55 100644
--- a/src/react/LabelPaired/LabelPairedCircleZeroCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleZeroCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleZeroCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleZeroCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleZeroCaptionFillIcon.tsx
index b50cdbbda2..1307017ee9 100644
--- a/src/react/LabelPaired/LabelPairedCircleZeroCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleZeroCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleZeroCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleZeroCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleZeroCaptionRegularIcon.tsx
index d3321b85af..d397b66c6e 100644
--- a/src/react/LabelPaired/LabelPairedCircleZeroCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleZeroCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleZeroCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleZeroLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleZeroLgBoldIcon.tsx
index b8a4219f1c..9178a64e7c 100644
--- a/src/react/LabelPaired/LabelPairedCircleZeroLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleZeroLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleZeroLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleZeroLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleZeroLgFillIcon.tsx
index 73aebfeff5..81bb8afafb 100644
--- a/src/react/LabelPaired/LabelPairedCircleZeroLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleZeroLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleZeroLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleZeroLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleZeroLgRegularIcon.tsx
index 40b326137e..15b062794b 100644
--- a/src/react/LabelPaired/LabelPairedCircleZeroLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleZeroLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleZeroLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleZeroMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleZeroMdBoldIcon.tsx
index f20dc34bdf..8d2244cf5a 100644
--- a/src/react/LabelPaired/LabelPairedCircleZeroMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleZeroMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleZeroMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleZeroMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleZeroMdFillIcon.tsx
index e12931ee2e..4c5e672d82 100644
--- a/src/react/LabelPaired/LabelPairedCircleZeroMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleZeroMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleZeroMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleZeroMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleZeroMdRegularIcon.tsx
index 7e637b275d..15acc721d1 100644
--- a/src/react/LabelPaired/LabelPairedCircleZeroMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleZeroMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleZeroMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleZeroSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleZeroSmBoldIcon.tsx
index 0db85278dc..4c7b073bd7 100644
--- a/src/react/LabelPaired/LabelPairedCircleZeroSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleZeroSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleZeroSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleZeroSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleZeroSmFillIcon.tsx
index 901448724d..f9cf822e2d 100644
--- a/src/react/LabelPaired/LabelPairedCircleZeroSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleZeroSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleZeroSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleZeroSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleZeroSmRegularIcon.tsx
index 0597a3cc0b..e67789c4bc 100644
--- a/src/react/LabelPaired/LabelPairedCircleZeroSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleZeroSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleZeroSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleZeroXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCircleZeroXlBoldIcon.tsx
index 9482bb827b..910eeb5d17 100644
--- a/src/react/LabelPaired/LabelPairedCircleZeroXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleZeroXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleZeroXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleZeroXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCircleZeroXlFillIcon.tsx
index f9c8fe0c25..cf1d5a78c9 100644
--- a/src/react/LabelPaired/LabelPairedCircleZeroXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleZeroXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleZeroXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCircleZeroXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCircleZeroXlRegularIcon.tsx
index 79dce59095..0f37140de2 100644
--- a/src/react/LabelPaired/LabelPairedCircleZeroXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCircleZeroXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCircleZeroXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedClockThreeCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedClockThreeCaptionBoldIcon.tsx
index fe2276f688..88fe296905 100644
--- a/src/react/LabelPaired/LabelPairedClockThreeCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedClockThreeCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedClockThreeCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedClockThreeCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedClockThreeCaptionFillIcon.tsx
index 675abbb513..4ebbc42eb9 100644
--- a/src/react/LabelPaired/LabelPairedClockThreeCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedClockThreeCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedClockThreeCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedClockThreeCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedClockThreeCaptionRegularIcon.tsx
index a524307998..72bf19730b 100644
--- a/src/react/LabelPaired/LabelPairedClockThreeCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedClockThreeCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedClockThreeCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedClockThreeLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedClockThreeLgBoldIcon.tsx
index bbb9b3521e..efc1e7aa44 100644
--- a/src/react/LabelPaired/LabelPairedClockThreeLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedClockThreeLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedClockThreeLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedClockThreeLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedClockThreeLgFillIcon.tsx
index 2dcab46f73..38c9263cfe 100644
--- a/src/react/LabelPaired/LabelPairedClockThreeLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedClockThreeLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedClockThreeLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedClockThreeLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedClockThreeLgRegularIcon.tsx
index dfb4e0d8b5..9da2128c93 100644
--- a/src/react/LabelPaired/LabelPairedClockThreeLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedClockThreeLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedClockThreeLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedClockThreeMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedClockThreeMdBoldIcon.tsx
index eda19c434e..594925a41e 100644
--- a/src/react/LabelPaired/LabelPairedClockThreeMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedClockThreeMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedClockThreeMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedClockThreeMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedClockThreeMdFillIcon.tsx
index 78f349ca81..d81c644f96 100644
--- a/src/react/LabelPaired/LabelPairedClockThreeMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedClockThreeMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedClockThreeMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedClockThreeMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedClockThreeMdRegularIcon.tsx
index 0b40e3cdea..8ef7e030ba 100644
--- a/src/react/LabelPaired/LabelPairedClockThreeMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedClockThreeMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedClockThreeMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedClockThreeSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedClockThreeSmBoldIcon.tsx
index ee5e1cdadb..d834da2c37 100644
--- a/src/react/LabelPaired/LabelPairedClockThreeSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedClockThreeSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedClockThreeSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedClockThreeSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedClockThreeSmFillIcon.tsx
index 153e7ca90f..ed5f8351a0 100644
--- a/src/react/LabelPaired/LabelPairedClockThreeSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedClockThreeSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedClockThreeSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedClockThreeSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedClockThreeSmRegularIcon.tsx
index af5e8fd99a..030e702fdc 100644
--- a/src/react/LabelPaired/LabelPairedClockThreeSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedClockThreeSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedClockThreeSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedClockThreeXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedClockThreeXlBoldIcon.tsx
index 96e61a6095..2c71247610 100644
--- a/src/react/LabelPaired/LabelPairedClockThreeXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedClockThreeXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedClockThreeXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedClockThreeXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedClockThreeXlFillIcon.tsx
index c1723ab812..33e8bdfcbb 100644
--- a/src/react/LabelPaired/LabelPairedClockThreeXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedClockThreeXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedClockThreeXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedClockThreeXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedClockThreeXlRegularIcon.tsx
index 6da49a3689..7e6008420f 100644
--- a/src/react/LabelPaired/LabelPairedClockThreeXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedClockThreeXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedClockThreeXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCloneCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCloneCaptionBoldIcon.tsx
index 2a3db0f215..0f390f2e4a 100644
--- a/src/react/LabelPaired/LabelPairedCloneCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCloneCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCloneCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCloneCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCloneCaptionFillIcon.tsx
index 0d269a11d3..6583aecccb 100644
--- a/src/react/LabelPaired/LabelPairedCloneCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCloneCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCloneCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCloneCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCloneCaptionRegularIcon.tsx
index 20d1afea50..66e6f0c7bd 100644
--- a/src/react/LabelPaired/LabelPairedCloneCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCloneCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCloneCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCloneLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCloneLgBoldIcon.tsx
index 5fe376c111..bd98e84476 100644
--- a/src/react/LabelPaired/LabelPairedCloneLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCloneLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCloneLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCloneLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCloneLgFillIcon.tsx
index 442974f100..16e1d1ef0c 100644
--- a/src/react/LabelPaired/LabelPairedCloneLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCloneLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCloneLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCloneLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCloneLgRegularIcon.tsx
index ecc583a71f..bee5f3173f 100644
--- a/src/react/LabelPaired/LabelPairedCloneLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCloneLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCloneLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCloneMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCloneMdBoldIcon.tsx
index e8b5e8f0c3..c30c7fbf61 100644
--- a/src/react/LabelPaired/LabelPairedCloneMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCloneMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCloneMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCloneMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCloneMdFillIcon.tsx
index f1907544cf..d97cfd2fd3 100644
--- a/src/react/LabelPaired/LabelPairedCloneMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCloneMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCloneMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCloneMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCloneMdRegularIcon.tsx
index cd7ed55486..2ce501dba4 100644
--- a/src/react/LabelPaired/LabelPairedCloneMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCloneMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCloneMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCloneSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCloneSmBoldIcon.tsx
index d8f5611520..6f3bb7d713 100644
--- a/src/react/LabelPaired/LabelPairedCloneSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCloneSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCloneSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCloneSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCloneSmFillIcon.tsx
index 878f538df4..a563ca7f13 100644
--- a/src/react/LabelPaired/LabelPairedCloneSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCloneSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCloneSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCloneSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCloneSmRegularIcon.tsx
index d649a1be6d..f1529839cd 100644
--- a/src/react/LabelPaired/LabelPairedCloneSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCloneSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCloneSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCloneXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCloneXlBoldIcon.tsx
index fa56440fb9..61cda0ff70 100644
--- a/src/react/LabelPaired/LabelPairedCloneXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCloneXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCloneXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCloneXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCloneXlFillIcon.tsx
index 21abcaadff..6968c1ec24 100644
--- a/src/react/LabelPaired/LabelPairedCloneXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCloneXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCloneXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCloneXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCloneXlRegularIcon.tsx
index 924a0d540a..4a754b2e63 100644
--- a/src/react/LabelPaired/LabelPairedCloneXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCloneXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCloneXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCompressCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCompressCaptionBoldIcon.tsx
index 7dee1e766d..028072313a 100644
--- a/src/react/LabelPaired/LabelPairedCompressCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCompressCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCompressCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCompressCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCompressCaptionFillIcon.tsx
index 7dede8cb9d..8772b276bf 100644
--- a/src/react/LabelPaired/LabelPairedCompressCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCompressCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCompressCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCompressCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCompressCaptionRegularIcon.tsx
index f3a2b5a06b..2c9e4e0bf1 100644
--- a/src/react/LabelPaired/LabelPairedCompressCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCompressCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCompressCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCompressLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCompressLgBoldIcon.tsx
index 0d97a282e9..3b8a250e6e 100644
--- a/src/react/LabelPaired/LabelPairedCompressLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCompressLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCompressLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCompressLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCompressLgFillIcon.tsx
index 50537fe099..df638c79e6 100644
--- a/src/react/LabelPaired/LabelPairedCompressLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCompressLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCompressLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCompressLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCompressLgRegularIcon.tsx
index 0369070e0b..7b65ce11b1 100644
--- a/src/react/LabelPaired/LabelPairedCompressLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCompressLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCompressLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCompressMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCompressMdBoldIcon.tsx
index d4bfed7069..a887207a2f 100644
--- a/src/react/LabelPaired/LabelPairedCompressMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCompressMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCompressMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCompressMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCompressMdFillIcon.tsx
index 6a1184b044..1215ca4b66 100644
--- a/src/react/LabelPaired/LabelPairedCompressMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCompressMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCompressMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCompressMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCompressMdRegularIcon.tsx
index 592e351347..a7b923a872 100644
--- a/src/react/LabelPaired/LabelPairedCompressMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCompressMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCompressMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCompressSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCompressSmBoldIcon.tsx
index 581cb6ff88..12946247ff 100644
--- a/src/react/LabelPaired/LabelPairedCompressSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCompressSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCompressSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCompressSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCompressSmFillIcon.tsx
index ad9d0ac63d..82379a10f7 100644
--- a/src/react/LabelPaired/LabelPairedCompressSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCompressSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCompressSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCompressSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCompressSmRegularIcon.tsx
index fe1d2d8e34..171eb50092 100644
--- a/src/react/LabelPaired/LabelPairedCompressSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCompressSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCompressSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCompressXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCompressXlBoldIcon.tsx
index fe47bd40db..530b28dd93 100644
--- a/src/react/LabelPaired/LabelPairedCompressXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCompressXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCompressXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCompressXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCompressXlFillIcon.tsx
index a40b7d2bea..be7ee71e6d 100644
--- a/src/react/LabelPaired/LabelPairedCompressXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCompressXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCompressXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCompressXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCompressXlRegularIcon.tsx
index a56a7d7965..9872dece55 100644
--- a/src/react/LabelPaired/LabelPairedCompressXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCompressXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCompressXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedComputerCaptionBoldIcon.tsx
index d711be010b..44d1d23dc9 100644
--- a/src/react/LabelPaired/LabelPairedComputerCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedComputerCaptionFillIcon.tsx
index db624ac679..fb5d000e31 100644
--- a/src/react/LabelPaired/LabelPairedComputerCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedComputerCaptionRegularIcon.tsx
index ffad0fc00b..d879071219 100644
--- a/src/react/LabelPaired/LabelPairedComputerCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedComputerLgBoldIcon.tsx
index b01e6aa24c..0b6b2ef5a3 100644
--- a/src/react/LabelPaired/LabelPairedComputerLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedComputerLgFillIcon.tsx
index 89301c1b5c..5015f07cc8 100644
--- a/src/react/LabelPaired/LabelPairedComputerLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedComputerLgRegularIcon.tsx
index 47c011f13b..a9de1a64bf 100644
--- a/src/react/LabelPaired/LabelPairedComputerLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedComputerMdBoldIcon.tsx
index 41379e46a7..2d7751ef2f 100644
--- a/src/react/LabelPaired/LabelPairedComputerMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedComputerMdFillIcon.tsx
index afd638273f..24aae3f2de 100644
--- a/src/react/LabelPaired/LabelPairedComputerMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedComputerMdRegularIcon.tsx
index 5118a3ded9..fb740389ce 100644
--- a/src/react/LabelPaired/LabelPairedComputerMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelCaptionBoldIcon.tsx
index 5f5c3b5204..9e3936a2c7 100644
--- a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerMouseScrollwheelCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelCaptionFillIcon.tsx
index 15dd889a46..007641ef9b 100644
--- a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerMouseScrollwheelCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelCaptionRegularIcon.tsx
index ae7b439c78..2669643bac 100644
--- a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerMouseScrollwheelCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelLgBoldIcon.tsx
index 9b9da9389f..65d4f688f9 100644
--- a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerMouseScrollwheelLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelLgFillIcon.tsx
index 9327489f5d..cce4871f3d 100644
--- a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerMouseScrollwheelLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelLgRegularIcon.tsx
index 7bd86f0453..e076a32236 100644
--- a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerMouseScrollwheelLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelMdBoldIcon.tsx
index 1e86af7358..f2b4733d79 100644
--- a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerMouseScrollwheelMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelMdFillIcon.tsx
index c3ed7d4eb7..099283ae7d 100644
--- a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerMouseScrollwheelMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelMdRegularIcon.tsx
index 89809908dc..63f35505ba 100644
--- a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerMouseScrollwheelMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelSmBoldIcon.tsx
index eba2e3f7a2..cdda826718 100644
--- a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerMouseScrollwheelSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelSmFillIcon.tsx
index f60259d905..f1f70ddcec 100644
--- a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerMouseScrollwheelSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelSmRegularIcon.tsx
index 344c1efad1..ec4eb47a63 100644
--- a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerMouseScrollwheelSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelXlBoldIcon.tsx
index b381d54916..e96dc20c2b 100644
--- a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerMouseScrollwheelXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelXlFillIcon.tsx
index 7650f5523d..f403bd5f3a 100644
--- a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerMouseScrollwheelXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelXlRegularIcon.tsx
index c08c509a6d..7fa167c5b0 100644
--- a/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerMouseScrollwheelXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerMouseScrollwheelXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedComputerSmBoldIcon.tsx
index 5ebfab0eb5..b6b70bfce7 100644
--- a/src/react/LabelPaired/LabelPairedComputerSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedComputerSmFillIcon.tsx
index 49f95fed03..d0b8303c70 100644
--- a/src/react/LabelPaired/LabelPairedComputerSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedComputerSmRegularIcon.tsx
index 350d88a472..da22c5444f 100644
--- a/src/react/LabelPaired/LabelPairedComputerSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedComputerXlBoldIcon.tsx
index e78f13e666..d55ae10ad0 100644
--- a/src/react/LabelPaired/LabelPairedComputerXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedComputerXlFillIcon.tsx
index 3ce55e3990..f34660de2f 100644
--- a/src/react/LabelPaired/LabelPairedComputerXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedComputerXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedComputerXlRegularIcon.tsx
index 38392c6de2..e30dc9077d 100644
--- a/src/react/LabelPaired/LabelPairedComputerXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedComputerXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedComputerXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCopyCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCopyCaptionBoldIcon.tsx
index 14149f9ec9..36ec8d0d2e 100644
--- a/src/react/LabelPaired/LabelPairedCopyCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCopyCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCopyCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCopyCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCopyCaptionFillIcon.tsx
index d61a2c06f5..e82fdea591 100644
--- a/src/react/LabelPaired/LabelPairedCopyCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCopyCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCopyCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCopyCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCopyCaptionRegularIcon.tsx
index 03a23407b9..420d057bdd 100644
--- a/src/react/LabelPaired/LabelPairedCopyCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCopyCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCopyCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCopyLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCopyLgBoldIcon.tsx
index b2f26464ca..dd99fa9a86 100644
--- a/src/react/LabelPaired/LabelPairedCopyLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCopyLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCopyLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCopyLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCopyLgFillIcon.tsx
index 69252123f0..86cb695c62 100644
--- a/src/react/LabelPaired/LabelPairedCopyLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCopyLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCopyLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCopyLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCopyLgRegularIcon.tsx
index 0349dd6ee9..9d2596081b 100644
--- a/src/react/LabelPaired/LabelPairedCopyLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCopyLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCopyLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCopyMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCopyMdBoldIcon.tsx
index 2403c9079f..bc99c4d9cd 100644
--- a/src/react/LabelPaired/LabelPairedCopyMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCopyMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCopyMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCopyMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCopyMdFillIcon.tsx
index 49b7cdd938..2f12f8a01a 100644
--- a/src/react/LabelPaired/LabelPairedCopyMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCopyMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCopyMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCopyMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCopyMdRegularIcon.tsx
index b1758df428..e9c5fa05c3 100644
--- a/src/react/LabelPaired/LabelPairedCopyMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCopyMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCopyMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCopySmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCopySmBoldIcon.tsx
index 61280c6ed9..4576f2c29d 100644
--- a/src/react/LabelPaired/LabelPairedCopySmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCopySmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCopySmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCopySmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCopySmFillIcon.tsx
index e7b6b75819..77302ca05f 100644
--- a/src/react/LabelPaired/LabelPairedCopySmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCopySmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCopySmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCopySmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCopySmRegularIcon.tsx
index cd450724ad..ad0dca370c 100644
--- a/src/react/LabelPaired/LabelPairedCopySmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCopySmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCopySmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCopyXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCopyXlBoldIcon.tsx
index baf802b638..a54a16de89 100644
--- a/src/react/LabelPaired/LabelPairedCopyXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCopyXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCopyXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCopyXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCopyXlFillIcon.tsx
index e01cdcd4e6..990b7fec9d 100644
--- a/src/react/LabelPaired/LabelPairedCopyXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCopyXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCopyXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCopyXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCopyXlRegularIcon.tsx
index 748241ae43..b057e08557 100644
--- a/src/react/LabelPaired/LabelPairedCopyXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCopyXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCopyXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCreditCardCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCreditCardCaptionBoldIcon.tsx
index 43e794d24a..fa0eb585ed 100644
--- a/src/react/LabelPaired/LabelPairedCreditCardCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCreditCardCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCreditCardCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCreditCardCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedCreditCardCaptionFillIcon.tsx
index 31ba22e404..a541aa98a1 100644
--- a/src/react/LabelPaired/LabelPairedCreditCardCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCreditCardCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCreditCardCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCreditCardCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCreditCardCaptionRegularIcon.tsx
index ea9f11f418..86fbd8b75a 100644
--- a/src/react/LabelPaired/LabelPairedCreditCardCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCreditCardCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCreditCardCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCreditCardLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCreditCardLgBoldIcon.tsx
index 31b6eb496c..230bc0962b 100644
--- a/src/react/LabelPaired/LabelPairedCreditCardLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCreditCardLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCreditCardLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCreditCardLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedCreditCardLgFillIcon.tsx
index d736fa18a4..ff78d5b130 100644
--- a/src/react/LabelPaired/LabelPairedCreditCardLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCreditCardLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCreditCardLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCreditCardLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCreditCardLgRegularIcon.tsx
index 86e86336cd..2e9250b640 100644
--- a/src/react/LabelPaired/LabelPairedCreditCardLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCreditCardLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCreditCardLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCreditCardMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCreditCardMdBoldIcon.tsx
index d6d1e92f0a..13f3506bdf 100644
--- a/src/react/LabelPaired/LabelPairedCreditCardMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCreditCardMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCreditCardMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCreditCardMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedCreditCardMdFillIcon.tsx
index 745c03302e..2832112b5f 100644
--- a/src/react/LabelPaired/LabelPairedCreditCardMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCreditCardMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCreditCardMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCreditCardMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCreditCardMdRegularIcon.tsx
index 86668f34e8..49fa5cbcaf 100644
--- a/src/react/LabelPaired/LabelPairedCreditCardMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCreditCardMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCreditCardMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCreditCardSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCreditCardSmBoldIcon.tsx
index 90db0a4c34..286511132d 100644
--- a/src/react/LabelPaired/LabelPairedCreditCardSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCreditCardSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCreditCardSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCreditCardSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedCreditCardSmFillIcon.tsx
index 1ad5eefcd5..6572f8c847 100644
--- a/src/react/LabelPaired/LabelPairedCreditCardSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCreditCardSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCreditCardSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCreditCardSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCreditCardSmRegularIcon.tsx
index 807c46d466..7f98c4bdef 100644
--- a/src/react/LabelPaired/LabelPairedCreditCardSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCreditCardSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCreditCardSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCreditCardXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedCreditCardXlBoldIcon.tsx
index 48fae70e04..351052c623 100644
--- a/src/react/LabelPaired/LabelPairedCreditCardXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCreditCardXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCreditCardXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCreditCardXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedCreditCardXlFillIcon.tsx
index 76e79ceb37..92e6c996e5 100644
--- a/src/react/LabelPaired/LabelPairedCreditCardXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCreditCardXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCreditCardXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedCreditCardXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedCreditCardXlRegularIcon.tsx
index 2f3c41c0ab..6d685aa327 100644
--- a/src/react/LabelPaired/LabelPairedCreditCardXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedCreditCardXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedCreditCardXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealCancellationCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedDealCancellationCaptionBoldIcon.tsx
index 6d1a1c1f93..612c79085d 100644
--- a/src/react/LabelPaired/LabelPairedDealCancellationCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealCancellationCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealCancellationCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealCancellationCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedDealCancellationCaptionFillIcon.tsx
index c78fcea140..9902043e4c 100644
--- a/src/react/LabelPaired/LabelPairedDealCancellationCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealCancellationCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealCancellationCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealCancellationCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedDealCancellationCaptionRegularIcon.tsx
index e8cd12f9b7..17210149b8 100644
--- a/src/react/LabelPaired/LabelPairedDealCancellationCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealCancellationCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealCancellationCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealCancellationLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedDealCancellationLgBoldIcon.tsx
index 1b5e8d373a..98363fb1b8 100644
--- a/src/react/LabelPaired/LabelPairedDealCancellationLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealCancellationLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealCancellationLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealCancellationLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedDealCancellationLgFillIcon.tsx
index 3a466be9ee..26cb75db8b 100644
--- a/src/react/LabelPaired/LabelPairedDealCancellationLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealCancellationLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealCancellationLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealCancellationLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedDealCancellationLgRegularIcon.tsx
index 0d0c2b1fdc..724db46dd8 100644
--- a/src/react/LabelPaired/LabelPairedDealCancellationLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealCancellationLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealCancellationLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealCancellationMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedDealCancellationMdBoldIcon.tsx
index 5434ebbde6..61116aca56 100644
--- a/src/react/LabelPaired/LabelPairedDealCancellationMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealCancellationMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealCancellationMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealCancellationMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedDealCancellationMdFillIcon.tsx
index e006eea16d..0faf06ebba 100644
--- a/src/react/LabelPaired/LabelPairedDealCancellationMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealCancellationMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealCancellationMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealCancellationMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedDealCancellationMdRegularIcon.tsx
index 4f5ab03e4d..3a611f35e5 100644
--- a/src/react/LabelPaired/LabelPairedDealCancellationMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealCancellationMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealCancellationMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealCancellationSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedDealCancellationSmBoldIcon.tsx
index 056c5baf7d..99ccffd42b 100644
--- a/src/react/LabelPaired/LabelPairedDealCancellationSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealCancellationSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealCancellationSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealCancellationSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedDealCancellationSmFillIcon.tsx
index 525d8b6919..67384f40a9 100644
--- a/src/react/LabelPaired/LabelPairedDealCancellationSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealCancellationSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealCancellationSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealCancellationSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedDealCancellationSmRegularIcon.tsx
index 0e77bb756a..5d612ba105 100644
--- a/src/react/LabelPaired/LabelPairedDealCancellationSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealCancellationSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealCancellationSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealCancellationXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedDealCancellationXlBoldIcon.tsx
index 271ec46fa4..9e400b16d0 100644
--- a/src/react/LabelPaired/LabelPairedDealCancellationXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealCancellationXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealCancellationXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealCancellationXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedDealCancellationXlFillIcon.tsx
index 8b6ebef444..7697968fb4 100644
--- a/src/react/LabelPaired/LabelPairedDealCancellationXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealCancellationXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealCancellationXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealCancellationXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedDealCancellationXlRegularIcon.tsx
index e77015e448..57cd453af8 100644
--- a/src/react/LabelPaired/LabelPairedDealCancellationXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealCancellationXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealCancellationXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealProtectionCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedDealProtectionCaptionBoldIcon.tsx
index 46f68cbebc..4a882a9334 100644
--- a/src/react/LabelPaired/LabelPairedDealProtectionCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealProtectionCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealProtectionCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealProtectionCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedDealProtectionCaptionFillIcon.tsx
index 4727aa3436..b38e804d94 100644
--- a/src/react/LabelPaired/LabelPairedDealProtectionCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealProtectionCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealProtectionCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealProtectionCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedDealProtectionCaptionRegularIcon.tsx
index 32051262a6..1c38f03f2d 100644
--- a/src/react/LabelPaired/LabelPairedDealProtectionCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealProtectionCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealProtectionCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealProtectionLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedDealProtectionLgBoldIcon.tsx
index 18f9e44d27..ea74e650ca 100644
--- a/src/react/LabelPaired/LabelPairedDealProtectionLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealProtectionLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealProtectionLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealProtectionLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedDealProtectionLgFillIcon.tsx
index 4defe4b78c..93d6c3bd3e 100644
--- a/src/react/LabelPaired/LabelPairedDealProtectionLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealProtectionLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealProtectionLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealProtectionLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedDealProtectionLgRegularIcon.tsx
index f2a7ac4823..7cf9b25803 100644
--- a/src/react/LabelPaired/LabelPairedDealProtectionLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealProtectionLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealProtectionLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealProtectionMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedDealProtectionMdBoldIcon.tsx
index b9810498c2..8768ab3976 100644
--- a/src/react/LabelPaired/LabelPairedDealProtectionMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealProtectionMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealProtectionMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealProtectionMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedDealProtectionMdFillIcon.tsx
index 491190a630..ae73b7792c 100644
--- a/src/react/LabelPaired/LabelPairedDealProtectionMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealProtectionMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealProtectionMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealProtectionMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedDealProtectionMdRegularIcon.tsx
index 107d3b729b..89140a3cca 100644
--- a/src/react/LabelPaired/LabelPairedDealProtectionMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealProtectionMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealProtectionMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealProtectionSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedDealProtectionSmBoldIcon.tsx
index e26bc49aef..911f482c72 100644
--- a/src/react/LabelPaired/LabelPairedDealProtectionSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealProtectionSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealProtectionSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealProtectionSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedDealProtectionSmFillIcon.tsx
index 7b9af12235..52bf891fa2 100644
--- a/src/react/LabelPaired/LabelPairedDealProtectionSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealProtectionSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealProtectionSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealProtectionSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedDealProtectionSmRegularIcon.tsx
index 3cca0db7ac..dca1e88299 100644
--- a/src/react/LabelPaired/LabelPairedDealProtectionSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealProtectionSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealProtectionSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealProtectionXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedDealProtectionXlBoldIcon.tsx
index 12e56cc3c2..90f891d3fc 100644
--- a/src/react/LabelPaired/LabelPairedDealProtectionXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealProtectionXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealProtectionXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealProtectionXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedDealProtectionXlFillIcon.tsx
index b171e40801..8a5a92cd87 100644
--- a/src/react/LabelPaired/LabelPairedDealProtectionXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealProtectionXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealProtectionXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDealProtectionXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedDealProtectionXlRegularIcon.tsx
index 803f33b02e..c81952e0ac 100644
--- a/src/react/LabelPaired/LabelPairedDealProtectionXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDealProtectionXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDealProtectionXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDerivCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedDerivCaptionIcon.tsx
index 2465296222..694e667f82 100644
--- a/src/react/LabelPaired/LabelPairedDerivCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDerivCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDerivCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDerivLgIcon.tsx b/src/react/LabelPaired/LabelPairedDerivLgIcon.tsx
index 346b8520f4..0f00ed27dc 100644
--- a/src/react/LabelPaired/LabelPairedDerivLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDerivLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDerivLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDerivMdIcon.tsx b/src/react/LabelPaired/LabelPairedDerivMdIcon.tsx
index b63b810134..7845809b58 100644
--- a/src/react/LabelPaired/LabelPairedDerivMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDerivMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDerivMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDerivP2pCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedDerivP2pCaptionBoldIcon.tsx
index 07d01963c2..a248830514 100644
--- a/src/react/LabelPaired/LabelPairedDerivP2pCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDerivP2pCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDerivP2pCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDerivP2pCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedDerivP2pCaptionFillIcon.tsx
index cad20aa182..6edbb6dd31 100644
--- a/src/react/LabelPaired/LabelPairedDerivP2pCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDerivP2pCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDerivP2pCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDerivP2pCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedDerivP2pCaptionRegularIcon.tsx
index 65a8b6b8fb..82f44b5506 100644
--- a/src/react/LabelPaired/LabelPairedDerivP2pCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDerivP2pCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDerivP2pCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDerivP2pLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedDerivP2pLgBoldIcon.tsx
index 390e6c94da..0b6874a604 100644
--- a/src/react/LabelPaired/LabelPairedDerivP2pLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDerivP2pLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDerivP2pLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDerivP2pLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedDerivP2pLgFillIcon.tsx
index 80cf8db13b..ce6115c849 100644
--- a/src/react/LabelPaired/LabelPairedDerivP2pLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDerivP2pLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDerivP2pLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDerivP2pLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedDerivP2pLgRegularIcon.tsx
index 31fc62e242..a0931ef8a0 100644
--- a/src/react/LabelPaired/LabelPairedDerivP2pLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDerivP2pLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDerivP2pLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDerivP2pMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedDerivP2pMdBoldIcon.tsx
index cbc081e84e..bec9a10e07 100644
--- a/src/react/LabelPaired/LabelPairedDerivP2pMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDerivP2pMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDerivP2pMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDerivP2pMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedDerivP2pMdFillIcon.tsx
index 1fd65791dd..d7137c50b0 100644
--- a/src/react/LabelPaired/LabelPairedDerivP2pMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDerivP2pMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDerivP2pMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDerivP2pMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedDerivP2pMdRegularIcon.tsx
index 7ac16e6fa6..0e8f651f64 100644
--- a/src/react/LabelPaired/LabelPairedDerivP2pMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDerivP2pMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDerivP2pMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDerivP2pSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedDerivP2pSmBoldIcon.tsx
index 848ed625ef..39c3038b04 100644
--- a/src/react/LabelPaired/LabelPairedDerivP2pSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDerivP2pSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDerivP2pSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDerivP2pSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedDerivP2pSmFillIcon.tsx
index 40baa503cd..ca23ce23e3 100644
--- a/src/react/LabelPaired/LabelPairedDerivP2pSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDerivP2pSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDerivP2pSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDerivP2pSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedDerivP2pSmRegularIcon.tsx
index 13245839ce..4457bdabf7 100644
--- a/src/react/LabelPaired/LabelPairedDerivP2pSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDerivP2pSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDerivP2pSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDerivP2pXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedDerivP2pXlBoldIcon.tsx
index 98b3fa6e73..2cc63ee1f0 100644
--- a/src/react/LabelPaired/LabelPairedDerivP2pXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDerivP2pXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDerivP2pXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDerivP2pXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedDerivP2pXlFillIcon.tsx
index d676236013..97b1a6eb48 100644
--- a/src/react/LabelPaired/LabelPairedDerivP2pXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDerivP2pXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDerivP2pXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDerivP2pXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedDerivP2pXlRegularIcon.tsx
index eb102a81c1..9e5c95821b 100644
--- a/src/react/LabelPaired/LabelPairedDerivP2pXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDerivP2pXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDerivP2pXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDerivSmIcon.tsx b/src/react/LabelPaired/LabelPairedDerivSmIcon.tsx
index 4e4921f676..74e71aec6e 100644
--- a/src/react/LabelPaired/LabelPairedDerivSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDerivSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDerivSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDerivXlIcon.tsx b/src/react/LabelPaired/LabelPairedDerivXlIcon.tsx
index 57e4d08458..8802e7de07 100644
--- a/src/react/LabelPaired/LabelPairedDerivXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDerivXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDerivXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDollarSignCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedDollarSignCaptionBoldIcon.tsx
index 3f04ef430f..127b391cd2 100644
--- a/src/react/LabelPaired/LabelPairedDollarSignCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDollarSignCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDollarSignCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDollarSignCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedDollarSignCaptionFillIcon.tsx
index 7b3cb1da49..94ef568e76 100644
--- a/src/react/LabelPaired/LabelPairedDollarSignCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDollarSignCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDollarSignCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDollarSignCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedDollarSignCaptionRegularIcon.tsx
index b4aea730af..c5200a632d 100644
--- a/src/react/LabelPaired/LabelPairedDollarSignCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDollarSignCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDollarSignCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDollarSignLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedDollarSignLgBoldIcon.tsx
index 9c62b2a0bd..8303314ac4 100644
--- a/src/react/LabelPaired/LabelPairedDollarSignLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDollarSignLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDollarSignLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDollarSignLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedDollarSignLgFillIcon.tsx
index 5d40772124..e943972264 100644
--- a/src/react/LabelPaired/LabelPairedDollarSignLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDollarSignLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDollarSignLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDollarSignLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedDollarSignLgRegularIcon.tsx
index 9785cf6628..85561db049 100644
--- a/src/react/LabelPaired/LabelPairedDollarSignLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDollarSignLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDollarSignLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDollarSignMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedDollarSignMdBoldIcon.tsx
index 683278e036..14c3424304 100644
--- a/src/react/LabelPaired/LabelPairedDollarSignMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDollarSignMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDollarSignMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDollarSignMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedDollarSignMdFillIcon.tsx
index 5acc87cd6b..27f4bae03d 100644
--- a/src/react/LabelPaired/LabelPairedDollarSignMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDollarSignMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDollarSignMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDollarSignMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedDollarSignMdRegularIcon.tsx
index 7981ec8e6c..486d162e90 100644
--- a/src/react/LabelPaired/LabelPairedDollarSignMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDollarSignMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDollarSignMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDollarSignSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedDollarSignSmBoldIcon.tsx
index d2673c3754..d5247aed14 100644
--- a/src/react/LabelPaired/LabelPairedDollarSignSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDollarSignSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDollarSignSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDollarSignSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedDollarSignSmFillIcon.tsx
index 7a7abc7d10..dc089fa78a 100644
--- a/src/react/LabelPaired/LabelPairedDollarSignSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDollarSignSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDollarSignSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDollarSignSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedDollarSignSmRegularIcon.tsx
index 89d8bf7851..99b4f0245c 100644
--- a/src/react/LabelPaired/LabelPairedDollarSignSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDollarSignSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDollarSignSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDollarSignXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedDollarSignXlBoldIcon.tsx
index 838f05ae44..9de6d1ed3d 100644
--- a/src/react/LabelPaired/LabelPairedDollarSignXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDollarSignXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDollarSignXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDollarSignXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedDollarSignXlFillIcon.tsx
index 4c178329dc..63d5e07469 100644
--- a/src/react/LabelPaired/LabelPairedDollarSignXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDollarSignXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDollarSignXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedDollarSignXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedDollarSignXlRegularIcon.tsx
index 5e3ad1a565..3900f043bd 100644
--- a/src/react/LabelPaired/LabelPairedDollarSignXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedDollarSignXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedDollarSignXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEightCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEightCaptionBoldIcon.tsx
index 1250168359..ac87c511e2 100644
--- a/src/react/LabelPaired/LabelPairedEightCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEightCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEightCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEightCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedEightCaptionFillIcon.tsx
index b9fcb86056..eb3bdb8dd3 100644
--- a/src/react/LabelPaired/LabelPairedEightCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEightCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEightCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEightCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEightCaptionRegularIcon.tsx
index 0d403d85ba..cbf19bb6ea 100644
--- a/src/react/LabelPaired/LabelPairedEightCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEightCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEightCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEightLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEightLgBoldIcon.tsx
index 7074059820..dd7f773188 100644
--- a/src/react/LabelPaired/LabelPairedEightLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEightLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEightLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEightLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedEightLgFillIcon.tsx
index 850df29451..cde21baad6 100644
--- a/src/react/LabelPaired/LabelPairedEightLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEightLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEightLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEightLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEightLgRegularIcon.tsx
index 7ddb7f1c95..aaf3394f7b 100644
--- a/src/react/LabelPaired/LabelPairedEightLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEightLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEightLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEightMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEightMdBoldIcon.tsx
index 8ccb73d65f..b6de7229f7 100644
--- a/src/react/LabelPaired/LabelPairedEightMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEightMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEightMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEightMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedEightMdFillIcon.tsx
index cdf4143fa6..1d415bdbef 100644
--- a/src/react/LabelPaired/LabelPairedEightMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEightMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEightMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEightMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEightMdRegularIcon.tsx
index 2aa8e39b66..e9e01b0bb7 100644
--- a/src/react/LabelPaired/LabelPairedEightMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEightMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEightMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEightSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEightSmBoldIcon.tsx
index ce4aaf0895..3310e86279 100644
--- a/src/react/LabelPaired/LabelPairedEightSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEightSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEightSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEightSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedEightSmFillIcon.tsx
index 0f44a188da..334c97e201 100644
--- a/src/react/LabelPaired/LabelPairedEightSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEightSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEightSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEightSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEightSmRegularIcon.tsx
index fdcd2ea6f9..243110f425 100644
--- a/src/react/LabelPaired/LabelPairedEightSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEightSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEightSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEightXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEightXlBoldIcon.tsx
index 1f40dac6a6..a97c88e69a 100644
--- a/src/react/LabelPaired/LabelPairedEightXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEightXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEightXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEightXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedEightXlFillIcon.tsx
index 08ed75f8dd..1a76dfc53a 100644
--- a/src/react/LabelPaired/LabelPairedEightXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEightXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEightXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEightXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEightXlRegularIcon.tsx
index 59238f7570..8e1406f91c 100644
--- a/src/react/LabelPaired/LabelPairedEightXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEightXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEightXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisCaptionBoldIcon.tsx
index f5d78bfee0..6b1af8bdfe 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisCaptionFillIcon.tsx
index 793f4fd945..743d777f95 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisCaptionRegularIcon.tsx
index 60d307199c..668ec76b6e 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisLgBoldIcon.tsx
index 87fc999c60..bedd7b396b 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisLgFillIcon.tsx
index 78f9e2174a..540183e2ed 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisLgRegularIcon.tsx
index 66898bb880..dc0b0705d9 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisMdBoldIcon.tsx
index d5b9149302..c950df07ff 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisMdFillIcon.tsx
index 42bd87576d..26a7352a95 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisMdRegularIcon.tsx
index 997b7fc45a..977d010326 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisSmBoldIcon.tsx
index 6686f0b9fd..6d882959e5 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisSmFillIcon.tsx
index 0139bc5eec..c60a402ecf 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisSmRegularIcon.tsx
index 9872dd0aab..b12d03e424 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisVerticalCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisVerticalCaptionBoldIcon.tsx
index 170824c894..e95c3f33e4 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisVerticalCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisVerticalCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisVerticalCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisVerticalCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisVerticalCaptionFillIcon.tsx
index c25c134f96..596aa7b12e 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisVerticalCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisVerticalCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisVerticalCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisVerticalCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisVerticalCaptionRegularIcon.tsx
index 53a2910a81..acdfcb6349 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisVerticalCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisVerticalCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisVerticalCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisVerticalLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisVerticalLgBoldIcon.tsx
index fb7b34ced2..0d9b82893c 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisVerticalLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisVerticalLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisVerticalLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisVerticalLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisVerticalLgFillIcon.tsx
index a563eaa874..c2e22d32a1 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisVerticalLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisVerticalLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisVerticalLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisVerticalLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisVerticalLgRegularIcon.tsx
index 6fbe53f9e3..d0fb709de7 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisVerticalLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisVerticalLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisVerticalLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisVerticalMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisVerticalMdBoldIcon.tsx
index 69718c9afd..c5c7122074 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisVerticalMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisVerticalMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisVerticalMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisVerticalMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisVerticalMdFillIcon.tsx
index 842c0ffe2b..fb61d34fdd 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisVerticalMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisVerticalMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisVerticalMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisVerticalMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisVerticalMdRegularIcon.tsx
index e04ddff012..f494cb2616 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisVerticalMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisVerticalMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisVerticalMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisVerticalSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisVerticalSmBoldIcon.tsx
index aaca6468d3..cc5d11a124 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisVerticalSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisVerticalSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisVerticalSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisVerticalSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisVerticalSmFillIcon.tsx
index 9fde24a4b0..052bc0f3bc 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisVerticalSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisVerticalSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisVerticalSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisVerticalSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisVerticalSmRegularIcon.tsx
index d2195f6481..1d3f2db4a4 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisVerticalSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisVerticalSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisVerticalSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisVerticalXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisVerticalXlBoldIcon.tsx
index 6755ea0f03..1dbc645eab 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisVerticalXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisVerticalXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisVerticalXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisVerticalXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisVerticalXlFillIcon.tsx
index 0b20468e19..ca1d105512 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisVerticalXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisVerticalXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisVerticalXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisVerticalXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisVerticalXlRegularIcon.tsx
index baaf026105..bc9d1a3b64 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisVerticalXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisVerticalXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisVerticalXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisXlBoldIcon.tsx
index acf3d4237d..cd806019f6 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisXlFillIcon.tsx
index 16616cad2f..0c754c42f9 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEllipsisXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEllipsisXlRegularIcon.tsx
index b08352afb3..c8623c9b26 100644
--- a/src/react/LabelPaired/LabelPairedEllipsisXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEllipsisXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEllipsisXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEnvelopeCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEnvelopeCaptionBoldIcon.tsx
index 64ee2b404f..ab94319d05 100644
--- a/src/react/LabelPaired/LabelPairedEnvelopeCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEnvelopeCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEnvelopeCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEnvelopeCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedEnvelopeCaptionFillIcon.tsx
index 9dce1add2e..b2f8c4dd58 100644
--- a/src/react/LabelPaired/LabelPairedEnvelopeCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEnvelopeCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEnvelopeCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEnvelopeCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEnvelopeCaptionRegularIcon.tsx
index a1a6b79153..bde4805c93 100644
--- a/src/react/LabelPaired/LabelPairedEnvelopeCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEnvelopeCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEnvelopeCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEnvelopeLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEnvelopeLgBoldIcon.tsx
index de3a595885..0f4cd20045 100644
--- a/src/react/LabelPaired/LabelPairedEnvelopeLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEnvelopeLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEnvelopeLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEnvelopeLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedEnvelopeLgFillIcon.tsx
index 3a938ec32c..a6a09f2fbf 100644
--- a/src/react/LabelPaired/LabelPairedEnvelopeLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEnvelopeLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEnvelopeLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEnvelopeLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEnvelopeLgRegularIcon.tsx
index 93fcb6c233..63ef6596dd 100644
--- a/src/react/LabelPaired/LabelPairedEnvelopeLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEnvelopeLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEnvelopeLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEnvelopeMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEnvelopeMdBoldIcon.tsx
index fbb192ca09..f36ccde086 100644
--- a/src/react/LabelPaired/LabelPairedEnvelopeMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEnvelopeMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEnvelopeMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEnvelopeMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedEnvelopeMdFillIcon.tsx
index 42c9e43935..032ac85e64 100644
--- a/src/react/LabelPaired/LabelPairedEnvelopeMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEnvelopeMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEnvelopeMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEnvelopeMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEnvelopeMdRegularIcon.tsx
index 4d7ea5e8f6..8b3579d729 100644
--- a/src/react/LabelPaired/LabelPairedEnvelopeMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEnvelopeMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEnvelopeMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEnvelopeSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEnvelopeSmBoldIcon.tsx
index 0cdee025da..08a77485ea 100644
--- a/src/react/LabelPaired/LabelPairedEnvelopeSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEnvelopeSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEnvelopeSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEnvelopeSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedEnvelopeSmFillIcon.tsx
index 8304daabc1..117cb932df 100644
--- a/src/react/LabelPaired/LabelPairedEnvelopeSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEnvelopeSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEnvelopeSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEnvelopeSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEnvelopeSmRegularIcon.tsx
index ff964edf09..cefaf116ca 100644
--- a/src/react/LabelPaired/LabelPairedEnvelopeSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEnvelopeSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEnvelopeSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEnvelopeXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEnvelopeXlBoldIcon.tsx
index 0f67d7be76..6653c84673 100644
--- a/src/react/LabelPaired/LabelPairedEnvelopeXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEnvelopeXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEnvelopeXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEnvelopeXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedEnvelopeXlFillIcon.tsx
index 38c391a00e..8ff0efb1ed 100644
--- a/src/react/LabelPaired/LabelPairedEnvelopeXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEnvelopeXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEnvelopeXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEnvelopeXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEnvelopeXlRegularIcon.tsx
index a662f18131..c74bbb878f 100644
--- a/src/react/LabelPaired/LabelPairedEnvelopeXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEnvelopeXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEnvelopeXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEuroSignCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEuroSignCaptionBoldIcon.tsx
index 5e6d224964..86be94448a 100644
--- a/src/react/LabelPaired/LabelPairedEuroSignCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEuroSignCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEuroSignCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEuroSignCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedEuroSignCaptionFillIcon.tsx
index c697924666..b07c784043 100644
--- a/src/react/LabelPaired/LabelPairedEuroSignCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEuroSignCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEuroSignCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEuroSignCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEuroSignCaptionRegularIcon.tsx
index 7f6a9d49ca..6383842ac3 100644
--- a/src/react/LabelPaired/LabelPairedEuroSignCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEuroSignCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEuroSignCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEuroSignLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEuroSignLgBoldIcon.tsx
index f01b8897c4..e3748bc26e 100644
--- a/src/react/LabelPaired/LabelPairedEuroSignLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEuroSignLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEuroSignLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEuroSignLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedEuroSignLgFillIcon.tsx
index 9856870643..788fff8f0e 100644
--- a/src/react/LabelPaired/LabelPairedEuroSignLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEuroSignLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEuroSignLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEuroSignLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEuroSignLgRegularIcon.tsx
index a9b8115bfa..ed38451429 100644
--- a/src/react/LabelPaired/LabelPairedEuroSignLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEuroSignLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEuroSignLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEuroSignMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEuroSignMdBoldIcon.tsx
index 050dfb27b7..75863094ef 100644
--- a/src/react/LabelPaired/LabelPairedEuroSignMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEuroSignMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEuroSignMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEuroSignMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedEuroSignMdFillIcon.tsx
index 26e1ba76bc..a747b7aa55 100644
--- a/src/react/LabelPaired/LabelPairedEuroSignMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEuroSignMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEuroSignMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEuroSignMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEuroSignMdRegularIcon.tsx
index 253e573a2c..eeb9133735 100644
--- a/src/react/LabelPaired/LabelPairedEuroSignMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEuroSignMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEuroSignMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEuroSignSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEuroSignSmBoldIcon.tsx
index a0808ca6a5..09d485588d 100644
--- a/src/react/LabelPaired/LabelPairedEuroSignSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEuroSignSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEuroSignSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEuroSignSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedEuroSignSmFillIcon.tsx
index 168c3b262d..4262529603 100644
--- a/src/react/LabelPaired/LabelPairedEuroSignSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEuroSignSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEuroSignSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEuroSignSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEuroSignSmRegularIcon.tsx
index ee156319a0..04b55ecc00 100644
--- a/src/react/LabelPaired/LabelPairedEuroSignSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEuroSignSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEuroSignSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEuroSignXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEuroSignXlBoldIcon.tsx
index c755f95c39..8e21ef1dd6 100644
--- a/src/react/LabelPaired/LabelPairedEuroSignXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEuroSignXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEuroSignXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEuroSignXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedEuroSignXlFillIcon.tsx
index 3ab8facda5..6c9cf76d55 100644
--- a/src/react/LabelPaired/LabelPairedEuroSignXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEuroSignXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEuroSignXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEuroSignXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEuroSignXlRegularIcon.tsx
index eee9ef4bd2..3b86e4521a 100644
--- a/src/react/LabelPaired/LabelPairedEuroSignXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEuroSignXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEuroSignXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExclamationCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedExclamationCaptionBoldIcon.tsx
index d0fa5361e7..101a161265 100644
--- a/src/react/LabelPaired/LabelPairedExclamationCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExclamationCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExclamationCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExclamationCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedExclamationCaptionFillIcon.tsx
index 138e5fe8a6..c6895d2b0f 100644
--- a/src/react/LabelPaired/LabelPairedExclamationCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExclamationCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExclamationCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExclamationCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedExclamationCaptionRegularIcon.tsx
index 1395126d39..21ea74b926 100644
--- a/src/react/LabelPaired/LabelPairedExclamationCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExclamationCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExclamationCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExclamationLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedExclamationLgBoldIcon.tsx
index f3e1d04574..379b74fcd2 100644
--- a/src/react/LabelPaired/LabelPairedExclamationLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExclamationLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExclamationLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExclamationLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedExclamationLgFillIcon.tsx
index d5986ab830..9d2b11054b 100644
--- a/src/react/LabelPaired/LabelPairedExclamationLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExclamationLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExclamationLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExclamationLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedExclamationLgRegularIcon.tsx
index b0e6bba91a..e0cae4be9b 100644
--- a/src/react/LabelPaired/LabelPairedExclamationLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExclamationLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExclamationLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExclamationMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedExclamationMdBoldIcon.tsx
index a2ee6ec2f4..3ecc524301 100644
--- a/src/react/LabelPaired/LabelPairedExclamationMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExclamationMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExclamationMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExclamationMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedExclamationMdFillIcon.tsx
index 87676cb52e..40915bcc6a 100644
--- a/src/react/LabelPaired/LabelPairedExclamationMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExclamationMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExclamationMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExclamationMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedExclamationMdRegularIcon.tsx
index 7fa466ad0a..a0d451b59a 100644
--- a/src/react/LabelPaired/LabelPairedExclamationMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExclamationMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExclamationMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExclamationSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedExclamationSmBoldIcon.tsx
index 9b392e5677..ab9fdc2b33 100644
--- a/src/react/LabelPaired/LabelPairedExclamationSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExclamationSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExclamationSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExclamationSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedExclamationSmFillIcon.tsx
index d8ad8f6583..fecb2add01 100644
--- a/src/react/LabelPaired/LabelPairedExclamationSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExclamationSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExclamationSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExclamationSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedExclamationSmRegularIcon.tsx
index 6953d5b57e..0d58e3084d 100644
--- a/src/react/LabelPaired/LabelPairedExclamationSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExclamationSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExclamationSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExclamationXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedExclamationXlBoldIcon.tsx
index 820e19d30b..0c77735d20 100644
--- a/src/react/LabelPaired/LabelPairedExclamationXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExclamationXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExclamationXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExclamationXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedExclamationXlFillIcon.tsx
index 2cacf2da07..d5e4a01d72 100644
--- a/src/react/LabelPaired/LabelPairedExclamationXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExclamationXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExclamationXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExclamationXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedExclamationXlRegularIcon.tsx
index 11272dbf3f..00c2492283 100644
--- a/src/react/LabelPaired/LabelPairedExclamationXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExclamationXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExclamationXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExpandCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedExpandCaptionBoldIcon.tsx
index 68ebee1d80..e1564e50ba 100644
--- a/src/react/LabelPaired/LabelPairedExpandCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExpandCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExpandCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExpandCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedExpandCaptionFillIcon.tsx
index df7645e962..40487f6560 100644
--- a/src/react/LabelPaired/LabelPairedExpandCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExpandCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExpandCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExpandCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedExpandCaptionRegularIcon.tsx
index e9e85ca50a..b8aaa05ab3 100644
--- a/src/react/LabelPaired/LabelPairedExpandCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExpandCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExpandCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExpandLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedExpandLgBoldIcon.tsx
index bfa743bd13..628369475a 100644
--- a/src/react/LabelPaired/LabelPairedExpandLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExpandLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExpandLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExpandLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedExpandLgFillIcon.tsx
index 358081adec..80f6ac5d58 100644
--- a/src/react/LabelPaired/LabelPairedExpandLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExpandLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExpandLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExpandLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedExpandLgRegularIcon.tsx
index d35fe1ac32..9d0c780f94 100644
--- a/src/react/LabelPaired/LabelPairedExpandLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExpandLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExpandLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExpandMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedExpandMdBoldIcon.tsx
index 92f6e1513e..004ec1abe0 100644
--- a/src/react/LabelPaired/LabelPairedExpandMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExpandMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExpandMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExpandMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedExpandMdFillIcon.tsx
index ee98d42b00..af425b944e 100644
--- a/src/react/LabelPaired/LabelPairedExpandMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExpandMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExpandMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExpandMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedExpandMdRegularIcon.tsx
index 77862d32c6..3fd81a2a5c 100644
--- a/src/react/LabelPaired/LabelPairedExpandMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExpandMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExpandMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExpandSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedExpandSmBoldIcon.tsx
index 9081616ce3..e132596114 100644
--- a/src/react/LabelPaired/LabelPairedExpandSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExpandSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExpandSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExpandSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedExpandSmFillIcon.tsx
index dc56e0dde7..8f4a1c2d00 100644
--- a/src/react/LabelPaired/LabelPairedExpandSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExpandSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExpandSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExpandSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedExpandSmRegularIcon.tsx
index 8510d38d04..fa13afdc8b 100644
--- a/src/react/LabelPaired/LabelPairedExpandSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExpandSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExpandSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExpandXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedExpandXlBoldIcon.tsx
index 1b89c1d699..431597ce7e 100644
--- a/src/react/LabelPaired/LabelPairedExpandXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExpandXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExpandXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExpandXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedExpandXlFillIcon.tsx
index 61c2d03e69..0632444e38 100644
--- a/src/react/LabelPaired/LabelPairedExpandXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExpandXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExpandXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedExpandXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedExpandXlRegularIcon.tsx
index 7ce0e23a8c..84e984666d 100644
--- a/src/react/LabelPaired/LabelPairedExpandXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedExpandXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedExpandXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEyeCaptionBoldIcon.tsx
index 024d6ec446..1a1852094f 100644
--- a/src/react/LabelPaired/LabelPairedEyeCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedEyeCaptionFillIcon.tsx
index c27da94918..7cd430ddea 100644
--- a/src/react/LabelPaired/LabelPairedEyeCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEyeCaptionRegularIcon.tsx
index 8d1bcff3a6..3d09509086 100644
--- a/src/react/LabelPaired/LabelPairedEyeCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEyeLgBoldIcon.tsx
index 8ca7b4a5c9..37d62bd3c5 100644
--- a/src/react/LabelPaired/LabelPairedEyeLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedEyeLgFillIcon.tsx
index 14e278ca62..5ecb5237e6 100644
--- a/src/react/LabelPaired/LabelPairedEyeLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEyeLgRegularIcon.tsx
index 247d60898f..1d8381c962 100644
--- a/src/react/LabelPaired/LabelPairedEyeLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEyeMdBoldIcon.tsx
index f8e64c5e41..08e2dc8d95 100644
--- a/src/react/LabelPaired/LabelPairedEyeMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedEyeMdFillIcon.tsx
index 4cfa85a2f8..c071bce20b 100644
--- a/src/react/LabelPaired/LabelPairedEyeMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEyeMdRegularIcon.tsx
index 04235e153d..2d91a895b0 100644
--- a/src/react/LabelPaired/LabelPairedEyeMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeSlashCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEyeSlashCaptionBoldIcon.tsx
index cd845345fd..59654554b0 100644
--- a/src/react/LabelPaired/LabelPairedEyeSlashCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeSlashCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeSlashCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeSlashCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedEyeSlashCaptionFillIcon.tsx
index 602cbee0ee..09ae17de15 100644
--- a/src/react/LabelPaired/LabelPairedEyeSlashCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeSlashCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeSlashCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeSlashCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEyeSlashCaptionRegularIcon.tsx
index e42aeef126..9b63d6fcba 100644
--- a/src/react/LabelPaired/LabelPairedEyeSlashCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeSlashCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeSlashCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeSlashLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEyeSlashLgBoldIcon.tsx
index 3bc9fbf5ed..a74a791799 100644
--- a/src/react/LabelPaired/LabelPairedEyeSlashLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeSlashLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeSlashLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeSlashLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedEyeSlashLgFillIcon.tsx
index 9f8f75a1ef..5f5dba7db9 100644
--- a/src/react/LabelPaired/LabelPairedEyeSlashLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeSlashLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeSlashLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeSlashLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEyeSlashLgRegularIcon.tsx
index be998d62cd..e017729221 100644
--- a/src/react/LabelPaired/LabelPairedEyeSlashLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeSlashLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeSlashLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeSlashMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEyeSlashMdBoldIcon.tsx
index cef64ce430..51c717e972 100644
--- a/src/react/LabelPaired/LabelPairedEyeSlashMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeSlashMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeSlashMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeSlashMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedEyeSlashMdFillIcon.tsx
index 8a1b75651d..b5b5fd2a6e 100644
--- a/src/react/LabelPaired/LabelPairedEyeSlashMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeSlashMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeSlashMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeSlashMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEyeSlashMdRegularIcon.tsx
index fe3339cb8b..78b543e80d 100644
--- a/src/react/LabelPaired/LabelPairedEyeSlashMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeSlashMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeSlashMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeSlashSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEyeSlashSmBoldIcon.tsx
index b84bb02007..425c4c9d67 100644
--- a/src/react/LabelPaired/LabelPairedEyeSlashSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeSlashSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeSlashSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeSlashSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedEyeSlashSmFillIcon.tsx
index 9838a3af1e..c09f307cbd 100644
--- a/src/react/LabelPaired/LabelPairedEyeSlashSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeSlashSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeSlashSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeSlashSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEyeSlashSmRegularIcon.tsx
index af9fd52bb9..949898a2c3 100644
--- a/src/react/LabelPaired/LabelPairedEyeSlashSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeSlashSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeSlashSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeSlashXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEyeSlashXlBoldIcon.tsx
index 4f9109a0f7..1e1c32b088 100644
--- a/src/react/LabelPaired/LabelPairedEyeSlashXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeSlashXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeSlashXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeSlashXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedEyeSlashXlFillIcon.tsx
index 9e0e982636..078979b640 100644
--- a/src/react/LabelPaired/LabelPairedEyeSlashXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeSlashXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeSlashXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeSlashXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEyeSlashXlRegularIcon.tsx
index b0420b423b..51801f30da 100644
--- a/src/react/LabelPaired/LabelPairedEyeSlashXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeSlashXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeSlashXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEyeSmBoldIcon.tsx
index cc90216ebf..fcf7196904 100644
--- a/src/react/LabelPaired/LabelPairedEyeSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedEyeSmFillIcon.tsx
index 65285f6d04..fd7f49fac8 100644
--- a/src/react/LabelPaired/LabelPairedEyeSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEyeSmRegularIcon.tsx
index 4959c86fe3..b10573607a 100644
--- a/src/react/LabelPaired/LabelPairedEyeSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedEyeXlBoldIcon.tsx
index 717ba4180f..ff8ca75f9f 100644
--- a/src/react/LabelPaired/LabelPairedEyeXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedEyeXlFillIcon.tsx
index eb0d6ec27e..09145b49f0 100644
--- a/src/react/LabelPaired/LabelPairedEyeXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedEyeXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedEyeXlRegularIcon.tsx
index 44b724e590..115e94ffcc 100644
--- a/src/react/LabelPaired/LabelPairedEyeXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedEyeXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedEyeXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFaceViewfinderCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFaceViewfinderCaptionBoldIcon.tsx
index ddf4416043..10563c435b 100644
--- a/src/react/LabelPaired/LabelPairedFaceViewfinderCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFaceViewfinderCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFaceViewfinderCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFaceViewfinderCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedFaceViewfinderCaptionFillIcon.tsx
index fb4aecd1c6..95ed1ce91e 100644
--- a/src/react/LabelPaired/LabelPairedFaceViewfinderCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFaceViewfinderCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFaceViewfinderCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFaceViewfinderCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFaceViewfinderCaptionRegularIcon.tsx
index fc82772310..3e47f7319f 100644
--- a/src/react/LabelPaired/LabelPairedFaceViewfinderCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFaceViewfinderCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFaceViewfinderCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFaceViewfinderLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFaceViewfinderLgBoldIcon.tsx
index 53bdcf1cc1..ca0143fe13 100644
--- a/src/react/LabelPaired/LabelPairedFaceViewfinderLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFaceViewfinderLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFaceViewfinderLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFaceViewfinderLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedFaceViewfinderLgFillIcon.tsx
index cd62293d43..d474fbd171 100644
--- a/src/react/LabelPaired/LabelPairedFaceViewfinderLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFaceViewfinderLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFaceViewfinderLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFaceViewfinderLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFaceViewfinderLgRegularIcon.tsx
index 71737281cb..92cc90b231 100644
--- a/src/react/LabelPaired/LabelPairedFaceViewfinderLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFaceViewfinderLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFaceViewfinderLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFaceViewfinderMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFaceViewfinderMdBoldIcon.tsx
index f200249169..af09025a46 100644
--- a/src/react/LabelPaired/LabelPairedFaceViewfinderMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFaceViewfinderMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFaceViewfinderMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFaceViewfinderMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedFaceViewfinderMdFillIcon.tsx
index 5dbf283524..b9c843513d 100644
--- a/src/react/LabelPaired/LabelPairedFaceViewfinderMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFaceViewfinderMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFaceViewfinderMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFaceViewfinderMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFaceViewfinderMdRegularIcon.tsx
index 35a753f2f6..0e09455198 100644
--- a/src/react/LabelPaired/LabelPairedFaceViewfinderMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFaceViewfinderMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFaceViewfinderMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFaceViewfinderSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFaceViewfinderSmBoldIcon.tsx
index bb21c01722..9a25c21519 100644
--- a/src/react/LabelPaired/LabelPairedFaceViewfinderSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFaceViewfinderSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFaceViewfinderSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFaceViewfinderSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedFaceViewfinderSmFillIcon.tsx
index 75d13621d5..10dbc31cc0 100644
--- a/src/react/LabelPaired/LabelPairedFaceViewfinderSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFaceViewfinderSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFaceViewfinderSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFaceViewfinderSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFaceViewfinderSmRegularIcon.tsx
index 4411857e6e..5b03da9099 100644
--- a/src/react/LabelPaired/LabelPairedFaceViewfinderSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFaceViewfinderSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFaceViewfinderSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFaceViewfinderXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFaceViewfinderXlBoldIcon.tsx
index f0471efca0..2ff66bf2a7 100644
--- a/src/react/LabelPaired/LabelPairedFaceViewfinderXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFaceViewfinderXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFaceViewfinderXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFaceViewfinderXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedFaceViewfinderXlFillIcon.tsx
index 5966bc18c9..7be92a9f1c 100644
--- a/src/react/LabelPaired/LabelPairedFaceViewfinderXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFaceViewfinderXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFaceViewfinderXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFaceViewfinderXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFaceViewfinderXlRegularIcon.tsx
index 0a3ede3738..22e52376ea 100644
--- a/src/react/LabelPaired/LabelPairedFaceViewfinderXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFaceViewfinderXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFaceViewfinderXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFacebookCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedFacebookCaptionIcon.tsx
index bd78e3424c..3175ae2504 100644
--- a/src/react/LabelPaired/LabelPairedFacebookCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFacebookCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFacebookCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFacebookLgIcon.tsx b/src/react/LabelPaired/LabelPairedFacebookLgIcon.tsx
index 6d48ca0bd9..166ab8a99d 100644
--- a/src/react/LabelPaired/LabelPairedFacebookLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFacebookLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFacebookLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFacebookMdIcon.tsx b/src/react/LabelPaired/LabelPairedFacebookMdIcon.tsx
index 94f175c5ed..6a3fb5b090 100644
--- a/src/react/LabelPaired/LabelPairedFacebookMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFacebookMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFacebookMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFacebookSmIcon.tsx b/src/react/LabelPaired/LabelPairedFacebookSmIcon.tsx
index 5afb05b507..c6c972ceed 100644
--- a/src/react/LabelPaired/LabelPairedFacebookSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFacebookSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFacebookSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFacebookXlIcon.tsx b/src/react/LabelPaired/LabelPairedFacebookXlIcon.tsx
index 0c6ed83252..9efc3f08cf 100644
--- a/src/react/LabelPaired/LabelPairedFacebookXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFacebookXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFacebookXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOfframpCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOfframpCaptionBoldIcon.tsx
index 38ad869be4..cb1a57aa35 100644
--- a/src/react/LabelPaired/LabelPairedFiatOfframpCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOfframpCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOfframpCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOfframpCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOfframpCaptionFillIcon.tsx
index 835b925b2d..9457d84162 100644
--- a/src/react/LabelPaired/LabelPairedFiatOfframpCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOfframpCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOfframpCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOfframpCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOfframpCaptionRegularIcon.tsx
index f883062a2a..ae3879835c 100644
--- a/src/react/LabelPaired/LabelPairedFiatOfframpCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOfframpCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOfframpCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOfframpLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOfframpLgBoldIcon.tsx
index 121a3cd6bc..05f9f71a45 100644
--- a/src/react/LabelPaired/LabelPairedFiatOfframpLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOfframpLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOfframpLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOfframpLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOfframpLgFillIcon.tsx
index b40676a2bd..612667df86 100644
--- a/src/react/LabelPaired/LabelPairedFiatOfframpLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOfframpLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOfframpLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOfframpLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOfframpLgRegularIcon.tsx
index fbe5f8c1da..7c67e5bb17 100644
--- a/src/react/LabelPaired/LabelPairedFiatOfframpLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOfframpLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOfframpLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOfframpMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOfframpMdBoldIcon.tsx
index ffb7ffa34f..1200c0d6e7 100644
--- a/src/react/LabelPaired/LabelPairedFiatOfframpMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOfframpMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOfframpMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOfframpMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOfframpMdFillIcon.tsx
index a46d5032a8..c3f6b1611d 100644
--- a/src/react/LabelPaired/LabelPairedFiatOfframpMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOfframpMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOfframpMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOfframpMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOfframpMdRegularIcon.tsx
index 5285afdac4..431f8c43dc 100644
--- a/src/react/LabelPaired/LabelPairedFiatOfframpMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOfframpMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOfframpMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOfframpSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOfframpSmBoldIcon.tsx
index 5e60dc1993..b9d93a7f03 100644
--- a/src/react/LabelPaired/LabelPairedFiatOfframpSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOfframpSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOfframpSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOfframpSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOfframpSmFillIcon.tsx
index 3d8a947978..1135438381 100644
--- a/src/react/LabelPaired/LabelPairedFiatOfframpSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOfframpSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOfframpSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOfframpSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOfframpSmRegularIcon.tsx
index 4e8f936a05..313ddea32d 100644
--- a/src/react/LabelPaired/LabelPairedFiatOfframpSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOfframpSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOfframpSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOfframpXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOfframpXlBoldIcon.tsx
index ab51b46505..7c6872cc28 100644
--- a/src/react/LabelPaired/LabelPairedFiatOfframpXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOfframpXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOfframpXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOfframpXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOfframpXlFillIcon.tsx
index d96174a5d6..0bc5ac174b 100644
--- a/src/react/LabelPaired/LabelPairedFiatOfframpXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOfframpXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOfframpXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOfframpXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOfframpXlRegularIcon.tsx
index b8865a40f6..e5af55f3d8 100644
--- a/src/react/LabelPaired/LabelPairedFiatOfframpXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOfframpXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOfframpXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOnrampCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOnrampCaptionBoldIcon.tsx
index 0451ef8477..b88b768ea5 100644
--- a/src/react/LabelPaired/LabelPairedFiatOnrampCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOnrampCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOnrampCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOnrampCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOnrampCaptionFillIcon.tsx
index 956ddb3c10..82b0abf403 100644
--- a/src/react/LabelPaired/LabelPairedFiatOnrampCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOnrampCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOnrampCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOnrampCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOnrampCaptionRegularIcon.tsx
index 571f182ee1..cc184ff6e1 100644
--- a/src/react/LabelPaired/LabelPairedFiatOnrampCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOnrampCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOnrampCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOnrampLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOnrampLgBoldIcon.tsx
index 7a654c7eb5..e7e73bae35 100644
--- a/src/react/LabelPaired/LabelPairedFiatOnrampLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOnrampLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOnrampLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOnrampLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOnrampLgFillIcon.tsx
index 27004770ed..99b13257f8 100644
--- a/src/react/LabelPaired/LabelPairedFiatOnrampLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOnrampLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOnrampLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOnrampLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOnrampLgRegularIcon.tsx
index ac2531d635..0f7d8ad5b6 100644
--- a/src/react/LabelPaired/LabelPairedFiatOnrampLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOnrampLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOnrampLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOnrampMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOnrampMdBoldIcon.tsx
index 37187d3f61..071d7bf690 100644
--- a/src/react/LabelPaired/LabelPairedFiatOnrampMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOnrampMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOnrampMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOnrampMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOnrampMdFillIcon.tsx
index cdb6728a10..4ddbdad9cc 100644
--- a/src/react/LabelPaired/LabelPairedFiatOnrampMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOnrampMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOnrampMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOnrampMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOnrampMdRegularIcon.tsx
index 6f3c6eb677..8f3de5e251 100644
--- a/src/react/LabelPaired/LabelPairedFiatOnrampMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOnrampMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOnrampMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOnrampSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOnrampSmBoldIcon.tsx
index a090962364..59ce571c74 100644
--- a/src/react/LabelPaired/LabelPairedFiatOnrampSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOnrampSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOnrampSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOnrampSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOnrampSmFillIcon.tsx
index 6dfa8d7602..4a7c4ddb90 100644
--- a/src/react/LabelPaired/LabelPairedFiatOnrampSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOnrampSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOnrampSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOnrampSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOnrampSmRegularIcon.tsx
index 99d6018fae..c08dbbaf71 100644
--- a/src/react/LabelPaired/LabelPairedFiatOnrampSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOnrampSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOnrampSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOnrampXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOnrampXlBoldIcon.tsx
index 2d8f578617..a71ca83175 100644
--- a/src/react/LabelPaired/LabelPairedFiatOnrampXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOnrampXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOnrampXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOnrampXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOnrampXlFillIcon.tsx
index 5c76cf81b1..69e1154988 100644
--- a/src/react/LabelPaired/LabelPairedFiatOnrampXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOnrampXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOnrampXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiatOnrampXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFiatOnrampXlRegularIcon.tsx
index d3b0227eb4..8359e2ae7f 100644
--- a/src/react/LabelPaired/LabelPairedFiatOnrampXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiatOnrampXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiatOnrampXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFieldPasswordCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFieldPasswordCaptionBoldIcon.tsx
index 67df9574e1..da41985afb 100644
--- a/src/react/LabelPaired/LabelPairedFieldPasswordCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFieldPasswordCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFieldPasswordCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFieldPasswordCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedFieldPasswordCaptionFillIcon.tsx
index ce659626ee..6774e58582 100644
--- a/src/react/LabelPaired/LabelPairedFieldPasswordCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFieldPasswordCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFieldPasswordCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFieldPasswordCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFieldPasswordCaptionRegularIcon.tsx
index 3eac98394c..c86c603917 100644
--- a/src/react/LabelPaired/LabelPairedFieldPasswordCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFieldPasswordCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFieldPasswordCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFieldPasswordLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFieldPasswordLgBoldIcon.tsx
index 51605b7e15..ef52567496 100644
--- a/src/react/LabelPaired/LabelPairedFieldPasswordLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFieldPasswordLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFieldPasswordLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFieldPasswordLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedFieldPasswordLgFillIcon.tsx
index c73bd7f84b..ed3fe09d9d 100644
--- a/src/react/LabelPaired/LabelPairedFieldPasswordLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFieldPasswordLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFieldPasswordLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFieldPasswordLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFieldPasswordLgRegularIcon.tsx
index 72f7d0d153..a027ab10ca 100644
--- a/src/react/LabelPaired/LabelPairedFieldPasswordLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFieldPasswordLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFieldPasswordLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFieldPasswordMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFieldPasswordMdBoldIcon.tsx
index ebff93e325..83ecaf193b 100644
--- a/src/react/LabelPaired/LabelPairedFieldPasswordMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFieldPasswordMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFieldPasswordMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFieldPasswordMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedFieldPasswordMdFillIcon.tsx
index d14c343d88..5a8e1a267e 100644
--- a/src/react/LabelPaired/LabelPairedFieldPasswordMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFieldPasswordMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFieldPasswordMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFieldPasswordMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFieldPasswordMdRegularIcon.tsx
index adc779cab4..ca30a0feed 100644
--- a/src/react/LabelPaired/LabelPairedFieldPasswordMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFieldPasswordMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFieldPasswordMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFieldPasswordSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFieldPasswordSmBoldIcon.tsx
index bec02a9b7c..a5d77e13b6 100644
--- a/src/react/LabelPaired/LabelPairedFieldPasswordSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFieldPasswordSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFieldPasswordSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFieldPasswordSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedFieldPasswordSmFillIcon.tsx
index 0e66b5e601..4c8d2d40ca 100644
--- a/src/react/LabelPaired/LabelPairedFieldPasswordSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFieldPasswordSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFieldPasswordSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFieldPasswordSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFieldPasswordSmRegularIcon.tsx
index 14f7308816..d6ba8d2974 100644
--- a/src/react/LabelPaired/LabelPairedFieldPasswordSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFieldPasswordSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFieldPasswordSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFieldPasswordXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFieldPasswordXlBoldIcon.tsx
index 26e5476921..1df5efb31d 100644
--- a/src/react/LabelPaired/LabelPairedFieldPasswordXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFieldPasswordXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFieldPasswordXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFieldPasswordXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedFieldPasswordXlFillIcon.tsx
index 693de11c63..e1f8cd606b 100644
--- a/src/react/LabelPaired/LabelPairedFieldPasswordXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFieldPasswordXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFieldPasswordXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFieldPasswordXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFieldPasswordXlRegularIcon.tsx
index 27396bb940..f7f763debc 100644
--- a/src/react/LabelPaired/LabelPairedFieldPasswordXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFieldPasswordXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFieldPasswordXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileCaptionBoldIcon.tsx
index 7f0d830b8a..595374c3d3 100644
--- a/src/react/LabelPaired/LabelPairedFileCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileCaptionFillIcon.tsx
index 6010cf9f34..fe620d2d14 100644
--- a/src/react/LabelPaired/LabelPairedFileCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileCaptionRegularIcon.tsx
index 4d6120e202..74d99abe40 100644
--- a/src/react/LabelPaired/LabelPairedFileCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCertificateCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileCertificateCaptionBoldIcon.tsx
index c5a99abe65..2c2baf1aa2 100644
--- a/src/react/LabelPaired/LabelPairedFileCertificateCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCertificateCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCertificateCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCertificateCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileCertificateCaptionFillIcon.tsx
index 32f40ea677..c8ce16fe52 100644
--- a/src/react/LabelPaired/LabelPairedFileCertificateCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCertificateCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCertificateCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCertificateCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileCertificateCaptionRegularIcon.tsx
index d0dd169192..516f67677a 100644
--- a/src/react/LabelPaired/LabelPairedFileCertificateCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCertificateCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCertificateCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCertificateLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileCertificateLgBoldIcon.tsx
index 4b5b1dd0cd..dbfc6b0a19 100644
--- a/src/react/LabelPaired/LabelPairedFileCertificateLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCertificateLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCertificateLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCertificateLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileCertificateLgFillIcon.tsx
index 8559746392..88bd28b643 100644
--- a/src/react/LabelPaired/LabelPairedFileCertificateLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCertificateLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCertificateLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCertificateLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileCertificateLgRegularIcon.tsx
index af65f7fba5..958c6e20e2 100644
--- a/src/react/LabelPaired/LabelPairedFileCertificateLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCertificateLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCertificateLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCertificateMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileCertificateMdBoldIcon.tsx
index 62e3bc9a39..e300d3f6a5 100644
--- a/src/react/LabelPaired/LabelPairedFileCertificateMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCertificateMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCertificateMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCertificateMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileCertificateMdFillIcon.tsx
index 045cc0abba..e5677aa38e 100644
--- a/src/react/LabelPaired/LabelPairedFileCertificateMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCertificateMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCertificateMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCertificateMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileCertificateMdRegularIcon.tsx
index 4b04261344..79bff3e4b8 100644
--- a/src/react/LabelPaired/LabelPairedFileCertificateMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCertificateMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCertificateMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCertificateSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileCertificateSmBoldIcon.tsx
index 8976103168..26f14a6db2 100644
--- a/src/react/LabelPaired/LabelPairedFileCertificateSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCertificateSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCertificateSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCertificateSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileCertificateSmFillIcon.tsx
index 53ae5f3527..2aa3e22ed8 100644
--- a/src/react/LabelPaired/LabelPairedFileCertificateSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCertificateSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCertificateSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCertificateSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileCertificateSmRegularIcon.tsx
index 12c9d5b86d..e09325c3d4 100644
--- a/src/react/LabelPaired/LabelPairedFileCertificateSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCertificateSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCertificateSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCertificateXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileCertificateXlBoldIcon.tsx
index 829149c8ca..2b9a7cdc02 100644
--- a/src/react/LabelPaired/LabelPairedFileCertificateXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCertificateXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCertificateXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCertificateXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileCertificateXlFillIcon.tsx
index b5b35f3431..3f97ee82b7 100644
--- a/src/react/LabelPaired/LabelPairedFileCertificateXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCertificateXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCertificateXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCertificateXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileCertificateXlRegularIcon.tsx
index 3a36b424c9..eece006882 100644
--- a/src/react/LabelPaired/LabelPairedFileCertificateXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCertificateXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCertificateXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileChartColumnCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileChartColumnCaptionBoldIcon.tsx
index 992444b0aa..06af2979bd 100644
--- a/src/react/LabelPaired/LabelPairedFileChartColumnCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileChartColumnCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileChartColumnCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileChartColumnCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileChartColumnCaptionFillIcon.tsx
index 3c7de98712..9583245a84 100644
--- a/src/react/LabelPaired/LabelPairedFileChartColumnCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileChartColumnCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileChartColumnCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileChartColumnCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileChartColumnCaptionRegularIcon.tsx
index 3aab9c0dbc..b91309c43c 100644
--- a/src/react/LabelPaired/LabelPairedFileChartColumnCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileChartColumnCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileChartColumnCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileChartColumnLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileChartColumnLgBoldIcon.tsx
index 86383eb08a..7fb2cf696d 100644
--- a/src/react/LabelPaired/LabelPairedFileChartColumnLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileChartColumnLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileChartColumnLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileChartColumnLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileChartColumnLgFillIcon.tsx
index 56f197de15..032c6fab87 100644
--- a/src/react/LabelPaired/LabelPairedFileChartColumnLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileChartColumnLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileChartColumnLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileChartColumnLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileChartColumnLgRegularIcon.tsx
index 87c0d74f3d..d119a634bb 100644
--- a/src/react/LabelPaired/LabelPairedFileChartColumnLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileChartColumnLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileChartColumnLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileChartColumnMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileChartColumnMdBoldIcon.tsx
index 9ecb4b575a..2787f257bd 100644
--- a/src/react/LabelPaired/LabelPairedFileChartColumnMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileChartColumnMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileChartColumnMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileChartColumnMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileChartColumnMdFillIcon.tsx
index 0de3e6bcc4..106d5a170a 100644
--- a/src/react/LabelPaired/LabelPairedFileChartColumnMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileChartColumnMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileChartColumnMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileChartColumnMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileChartColumnMdRegularIcon.tsx
index 87e6ffd8ec..bb9b1d21d6 100644
--- a/src/react/LabelPaired/LabelPairedFileChartColumnMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileChartColumnMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileChartColumnMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileChartColumnSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileChartColumnSmBoldIcon.tsx
index ae591f8794..53dff7db9e 100644
--- a/src/react/LabelPaired/LabelPairedFileChartColumnSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileChartColumnSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileChartColumnSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileChartColumnSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileChartColumnSmFillIcon.tsx
index 0fb69dcd62..f6f2681a87 100644
--- a/src/react/LabelPaired/LabelPairedFileChartColumnSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileChartColumnSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileChartColumnSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileChartColumnSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileChartColumnSmRegularIcon.tsx
index e053cf27fb..e56b1b994e 100644
--- a/src/react/LabelPaired/LabelPairedFileChartColumnSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileChartColumnSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileChartColumnSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileChartColumnXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileChartColumnXlBoldIcon.tsx
index 01cb4af73b..be7923de79 100644
--- a/src/react/LabelPaired/LabelPairedFileChartColumnXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileChartColumnXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileChartColumnXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileChartColumnXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileChartColumnXlFillIcon.tsx
index 7f60395df9..20b278573c 100644
--- a/src/react/LabelPaired/LabelPairedFileChartColumnXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileChartColumnXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileChartColumnXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileChartColumnXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileChartColumnXlRegularIcon.tsx
index 451941d941..c835bce75f 100644
--- a/src/react/LabelPaired/LabelPairedFileChartColumnXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileChartColumnXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileChartColumnXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCheckCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileCheckCaptionBoldIcon.tsx
index b103f22b90..9f5324dcd9 100644
--- a/src/react/LabelPaired/LabelPairedFileCheckCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCheckCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCheckCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCheckCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileCheckCaptionFillIcon.tsx
index 7289c7984b..dcf37b0a37 100644
--- a/src/react/LabelPaired/LabelPairedFileCheckCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCheckCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCheckCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCheckCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileCheckCaptionRegularIcon.tsx
index 874d884b0b..17d90249ca 100644
--- a/src/react/LabelPaired/LabelPairedFileCheckCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCheckCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCheckCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCheckLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileCheckLgBoldIcon.tsx
index 6448c931ea..ab20c44ebf 100644
--- a/src/react/LabelPaired/LabelPairedFileCheckLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCheckLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCheckLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCheckLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileCheckLgFillIcon.tsx
index 06041fe9de..b90f02e507 100644
--- a/src/react/LabelPaired/LabelPairedFileCheckLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCheckLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCheckLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCheckLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileCheckLgRegularIcon.tsx
index dc2173c070..0db2269144 100644
--- a/src/react/LabelPaired/LabelPairedFileCheckLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCheckLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCheckLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCheckMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileCheckMdBoldIcon.tsx
index ef928ab624..5b3b96ee78 100644
--- a/src/react/LabelPaired/LabelPairedFileCheckMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCheckMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCheckMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCheckMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileCheckMdFillIcon.tsx
index 4204a649e2..bb29e71bd8 100644
--- a/src/react/LabelPaired/LabelPairedFileCheckMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCheckMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCheckMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCheckMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileCheckMdRegularIcon.tsx
index b640f13dc4..ef18639ef6 100644
--- a/src/react/LabelPaired/LabelPairedFileCheckMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCheckMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCheckMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCheckSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileCheckSmBoldIcon.tsx
index 7a9ce34888..efbe917328 100644
--- a/src/react/LabelPaired/LabelPairedFileCheckSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCheckSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCheckSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCheckSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileCheckSmFillIcon.tsx
index b3afaa0f8f..b0532b4dfc 100644
--- a/src/react/LabelPaired/LabelPairedFileCheckSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCheckSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCheckSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCheckSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileCheckSmRegularIcon.tsx
index d3d009f9c4..b2fd17ac06 100644
--- a/src/react/LabelPaired/LabelPairedFileCheckSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCheckSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCheckSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCheckXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileCheckXlBoldIcon.tsx
index 0e7019efe6..913a7d88ff 100644
--- a/src/react/LabelPaired/LabelPairedFileCheckXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCheckXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCheckXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCheckXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileCheckXlFillIcon.tsx
index 7e6f4460e3..1240a9df19 100644
--- a/src/react/LabelPaired/LabelPairedFileCheckXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCheckXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCheckXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCheckXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileCheckXlRegularIcon.tsx
index 3a9f76ede4..66714d333f 100644
--- a/src/react/LabelPaired/LabelPairedFileCheckXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCheckXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCheckXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCircleInfoCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileCircleInfoCaptionBoldIcon.tsx
index cf8bfc7840..51297149bf 100644
--- a/src/react/LabelPaired/LabelPairedFileCircleInfoCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCircleInfoCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCircleInfoCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCircleInfoCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileCircleInfoCaptionFillIcon.tsx
index 091de719a2..17ba440ecb 100644
--- a/src/react/LabelPaired/LabelPairedFileCircleInfoCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCircleInfoCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCircleInfoCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCircleInfoCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileCircleInfoCaptionRegularIcon.tsx
index 782062b6dd..5aeada4705 100644
--- a/src/react/LabelPaired/LabelPairedFileCircleInfoCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCircleInfoCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCircleInfoCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCircleInfoLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileCircleInfoLgBoldIcon.tsx
index 7ec7a37948..b638ebd470 100644
--- a/src/react/LabelPaired/LabelPairedFileCircleInfoLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCircleInfoLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCircleInfoLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCircleInfoLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileCircleInfoLgFillIcon.tsx
index 0e22888247..213e1e4d93 100644
--- a/src/react/LabelPaired/LabelPairedFileCircleInfoLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCircleInfoLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCircleInfoLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCircleInfoLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileCircleInfoLgRegularIcon.tsx
index 493b9fadee..2d21ed9912 100644
--- a/src/react/LabelPaired/LabelPairedFileCircleInfoLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCircleInfoLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCircleInfoLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCircleInfoMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileCircleInfoMdBoldIcon.tsx
index 5de4bb8805..c4f409913b 100644
--- a/src/react/LabelPaired/LabelPairedFileCircleInfoMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCircleInfoMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCircleInfoMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCircleInfoMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileCircleInfoMdFillIcon.tsx
index f90fcbd5ff..f5400208fe 100644
--- a/src/react/LabelPaired/LabelPairedFileCircleInfoMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCircleInfoMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCircleInfoMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCircleInfoMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileCircleInfoMdRegularIcon.tsx
index 50060ed5c2..5e6b7e2639 100644
--- a/src/react/LabelPaired/LabelPairedFileCircleInfoMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCircleInfoMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCircleInfoMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCircleInfoSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileCircleInfoSmBoldIcon.tsx
index 1402bd6202..4e63eeb28b 100644
--- a/src/react/LabelPaired/LabelPairedFileCircleInfoSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCircleInfoSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCircleInfoSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCircleInfoSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileCircleInfoSmFillIcon.tsx
index 7aef5ef3e8..b8b24003cb 100644
--- a/src/react/LabelPaired/LabelPairedFileCircleInfoSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCircleInfoSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCircleInfoSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCircleInfoSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileCircleInfoSmRegularIcon.tsx
index 71d0272aac..211ac46034 100644
--- a/src/react/LabelPaired/LabelPairedFileCircleInfoSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCircleInfoSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCircleInfoSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCircleInfoXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileCircleInfoXlBoldIcon.tsx
index 07cae1f066..f3e969ff3e 100644
--- a/src/react/LabelPaired/LabelPairedFileCircleInfoXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCircleInfoXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCircleInfoXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCircleInfoXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileCircleInfoXlFillIcon.tsx
index 29a816e00b..ced12d15ff 100644
--- a/src/react/LabelPaired/LabelPairedFileCircleInfoXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCircleInfoXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCircleInfoXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCircleInfoXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileCircleInfoXlRegularIcon.tsx
index 4e4d9e9f28..149928c047 100644
--- a/src/react/LabelPaired/LabelPairedFileCircleInfoXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCircleInfoXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCircleInfoXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCsvCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileCsvCaptionBoldIcon.tsx
index b7ca91a087..6706fef217 100644
--- a/src/react/LabelPaired/LabelPairedFileCsvCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCsvCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCsvCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCsvCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileCsvCaptionFillIcon.tsx
index 60308ebc4e..8746b05847 100644
--- a/src/react/LabelPaired/LabelPairedFileCsvCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCsvCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCsvCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCsvCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileCsvCaptionRegularIcon.tsx
index 317dd4d424..a16dfdbe3f 100644
--- a/src/react/LabelPaired/LabelPairedFileCsvCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCsvCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCsvCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCsvLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileCsvLgBoldIcon.tsx
index 10b8889a18..1226d2a346 100644
--- a/src/react/LabelPaired/LabelPairedFileCsvLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCsvLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCsvLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCsvLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileCsvLgFillIcon.tsx
index af67672258..e76fcc3a03 100644
--- a/src/react/LabelPaired/LabelPairedFileCsvLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCsvLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCsvLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCsvLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileCsvLgRegularIcon.tsx
index 9eaef4541d..4c8b2b8044 100644
--- a/src/react/LabelPaired/LabelPairedFileCsvLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCsvLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCsvLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCsvMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileCsvMdBoldIcon.tsx
index 98a1f6489c..f498ee5e99 100644
--- a/src/react/LabelPaired/LabelPairedFileCsvMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCsvMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCsvMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCsvMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileCsvMdFillIcon.tsx
index 09c9fa9285..94b098cb1f 100644
--- a/src/react/LabelPaired/LabelPairedFileCsvMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCsvMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCsvMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCsvMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileCsvMdRegularIcon.tsx
index ddd14f4b7a..450493b44f 100644
--- a/src/react/LabelPaired/LabelPairedFileCsvMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCsvMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCsvMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCsvSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileCsvSmBoldIcon.tsx
index d207f5b1d1..e209e0d66d 100644
--- a/src/react/LabelPaired/LabelPairedFileCsvSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCsvSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCsvSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCsvSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileCsvSmFillIcon.tsx
index 8df239cb16..a5729bc659 100644
--- a/src/react/LabelPaired/LabelPairedFileCsvSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCsvSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCsvSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCsvSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileCsvSmRegularIcon.tsx
index f184c63c75..1380e635d5 100644
--- a/src/react/LabelPaired/LabelPairedFileCsvSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCsvSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCsvSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCsvXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileCsvXlBoldIcon.tsx
index 8ecf23aa2e..47781a44cf 100644
--- a/src/react/LabelPaired/LabelPairedFileCsvXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCsvXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCsvXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCsvXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileCsvXlFillIcon.tsx
index f6248517b0..0980825c4a 100644
--- a/src/react/LabelPaired/LabelPairedFileCsvXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCsvXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCsvXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileCsvXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileCsvXlRegularIcon.tsx
index 8af79113f7..87d857ceca 100644
--- a/src/react/LabelPaired/LabelPairedFileCsvXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileCsvXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileCsvXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileDocCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileDocCaptionBoldIcon.tsx
index b7bcea67c7..431f7496b3 100644
--- a/src/react/LabelPaired/LabelPairedFileDocCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileDocCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileDocCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileDocCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileDocCaptionFillIcon.tsx
index 900515e8c9..db82535626 100644
--- a/src/react/LabelPaired/LabelPairedFileDocCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileDocCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileDocCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileDocCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileDocCaptionRegularIcon.tsx
index 612881b5ae..045781186c 100644
--- a/src/react/LabelPaired/LabelPairedFileDocCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileDocCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileDocCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileDocLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileDocLgBoldIcon.tsx
index 6e68214c01..87a158600e 100644
--- a/src/react/LabelPaired/LabelPairedFileDocLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileDocLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileDocLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileDocLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileDocLgFillIcon.tsx
index 3bf5c6e761..99844c5452 100644
--- a/src/react/LabelPaired/LabelPairedFileDocLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileDocLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileDocLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileDocLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileDocLgRegularIcon.tsx
index 0def83b7fd..c5e162a8d6 100644
--- a/src/react/LabelPaired/LabelPairedFileDocLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileDocLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileDocLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileDocMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileDocMdBoldIcon.tsx
index 5638e2fa52..13f526f924 100644
--- a/src/react/LabelPaired/LabelPairedFileDocMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileDocMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileDocMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileDocMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileDocMdFillIcon.tsx
index 61de381d81..12d8573eb9 100644
--- a/src/react/LabelPaired/LabelPairedFileDocMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileDocMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileDocMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileDocMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileDocMdRegularIcon.tsx
index 2ecc3f4a62..d2ad02389b 100644
--- a/src/react/LabelPaired/LabelPairedFileDocMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileDocMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileDocMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileDocSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileDocSmBoldIcon.tsx
index 8efab305d1..acc4c779dc 100644
--- a/src/react/LabelPaired/LabelPairedFileDocSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileDocSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileDocSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileDocSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileDocSmFillIcon.tsx
index 6439fb9a0f..3530a53b80 100644
--- a/src/react/LabelPaired/LabelPairedFileDocSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileDocSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileDocSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileDocSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileDocSmRegularIcon.tsx
index a3c03aca73..dc620a3992 100644
--- a/src/react/LabelPaired/LabelPairedFileDocSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileDocSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileDocSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileDocXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileDocXlBoldIcon.tsx
index 088ff6b198..116f8f2350 100644
--- a/src/react/LabelPaired/LabelPairedFileDocXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileDocXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileDocXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileDocXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileDocXlFillIcon.tsx
index 51e95508bf..c5512555e1 100644
--- a/src/react/LabelPaired/LabelPairedFileDocXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileDocXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileDocXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileDocXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileDocXlRegularIcon.tsx
index 5aa58c9eac..bbd6c007d8 100644
--- a/src/react/LabelPaired/LabelPairedFileDocXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileDocXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileDocXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileExcelCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileExcelCaptionBoldIcon.tsx
index f8696d5b45..d6ef17c59e 100644
--- a/src/react/LabelPaired/LabelPairedFileExcelCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileExcelCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileExcelCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileExcelCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileExcelCaptionFillIcon.tsx
index f0dc43b3e7..c50d29d349 100644
--- a/src/react/LabelPaired/LabelPairedFileExcelCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileExcelCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileExcelCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileExcelCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileExcelCaptionRegularIcon.tsx
index f8b3daf17b..2732133138 100644
--- a/src/react/LabelPaired/LabelPairedFileExcelCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileExcelCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileExcelCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileExcelLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileExcelLgBoldIcon.tsx
index e43b4826bc..4a1cfabd0b 100644
--- a/src/react/LabelPaired/LabelPairedFileExcelLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileExcelLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileExcelLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileExcelLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileExcelLgFillIcon.tsx
index 0d266c9f45..ff1f625a6a 100644
--- a/src/react/LabelPaired/LabelPairedFileExcelLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileExcelLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileExcelLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileExcelLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileExcelLgRegularIcon.tsx
index aba97682ab..d23183d63c 100644
--- a/src/react/LabelPaired/LabelPairedFileExcelLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileExcelLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileExcelLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileExcelMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileExcelMdBoldIcon.tsx
index 8849d5e896..1e4c2b3134 100644
--- a/src/react/LabelPaired/LabelPairedFileExcelMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileExcelMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileExcelMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileExcelMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileExcelMdFillIcon.tsx
index a1109941e7..2ab2f7adf1 100644
--- a/src/react/LabelPaired/LabelPairedFileExcelMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileExcelMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileExcelMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileExcelMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileExcelMdRegularIcon.tsx
index 6c2621317a..38da2f5b32 100644
--- a/src/react/LabelPaired/LabelPairedFileExcelMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileExcelMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileExcelMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileExcelSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileExcelSmBoldIcon.tsx
index 9a3a0433cd..e74bd0d84e 100644
--- a/src/react/LabelPaired/LabelPairedFileExcelSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileExcelSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileExcelSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileExcelSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileExcelSmFillIcon.tsx
index 52a2c69527..a60e9ea511 100644
--- a/src/react/LabelPaired/LabelPairedFileExcelSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileExcelSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileExcelSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileExcelSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileExcelSmRegularIcon.tsx
index 686ddf3172..aa30eef548 100644
--- a/src/react/LabelPaired/LabelPairedFileExcelSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileExcelSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileExcelSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileExcelXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileExcelXlBoldIcon.tsx
index a3aec10572..4e87d6ecce 100644
--- a/src/react/LabelPaired/LabelPairedFileExcelXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileExcelXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileExcelXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileExcelXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileExcelXlFillIcon.tsx
index dd58330d1f..d924bbd9c8 100644
--- a/src/react/LabelPaired/LabelPairedFileExcelXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileExcelXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileExcelXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileExcelXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileExcelXlRegularIcon.tsx
index c6a9768951..4bbdc92d67 100644
--- a/src/react/LabelPaired/LabelPairedFileExcelXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileExcelXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileExcelXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileInvoiceDollarCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileInvoiceDollarCaptionBoldIcon.tsx
index 4c9d14f403..0737372edd 100644
--- a/src/react/LabelPaired/LabelPairedFileInvoiceDollarCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileInvoiceDollarCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileInvoiceDollarCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileInvoiceDollarCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileInvoiceDollarCaptionFillIcon.tsx
index 5d7e05b1d7..8457293c8c 100644
--- a/src/react/LabelPaired/LabelPairedFileInvoiceDollarCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileInvoiceDollarCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileInvoiceDollarCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileInvoiceDollarCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileInvoiceDollarCaptionRegularIcon.tsx
index 3b528a107f..ca2bc10933 100644
--- a/src/react/LabelPaired/LabelPairedFileInvoiceDollarCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileInvoiceDollarCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileInvoiceDollarCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileInvoiceDollarLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileInvoiceDollarLgBoldIcon.tsx
index 18ce191007..692ec9d0a4 100644
--- a/src/react/LabelPaired/LabelPairedFileInvoiceDollarLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileInvoiceDollarLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileInvoiceDollarLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileInvoiceDollarLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileInvoiceDollarLgFillIcon.tsx
index 4aa4b09c5e..9657f49432 100644
--- a/src/react/LabelPaired/LabelPairedFileInvoiceDollarLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileInvoiceDollarLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileInvoiceDollarLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileInvoiceDollarLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileInvoiceDollarLgRegularIcon.tsx
index a883328d82..ec7ae71649 100644
--- a/src/react/LabelPaired/LabelPairedFileInvoiceDollarLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileInvoiceDollarLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileInvoiceDollarLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileInvoiceDollarMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileInvoiceDollarMdBoldIcon.tsx
index 0a9d398263..33005f66e0 100644
--- a/src/react/LabelPaired/LabelPairedFileInvoiceDollarMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileInvoiceDollarMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileInvoiceDollarMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileInvoiceDollarMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileInvoiceDollarMdFillIcon.tsx
index 17ce56b23e..a0bf1a3344 100644
--- a/src/react/LabelPaired/LabelPairedFileInvoiceDollarMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileInvoiceDollarMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileInvoiceDollarMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileInvoiceDollarMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileInvoiceDollarMdRegularIcon.tsx
index b1aed30711..883249ae21 100644
--- a/src/react/LabelPaired/LabelPairedFileInvoiceDollarMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileInvoiceDollarMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileInvoiceDollarMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileInvoiceDollarSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileInvoiceDollarSmBoldIcon.tsx
index 48ec12aac9..81bf2af2b8 100644
--- a/src/react/LabelPaired/LabelPairedFileInvoiceDollarSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileInvoiceDollarSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileInvoiceDollarSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileInvoiceDollarSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileInvoiceDollarSmFillIcon.tsx
index 286ba41732..c002a2a01a 100644
--- a/src/react/LabelPaired/LabelPairedFileInvoiceDollarSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileInvoiceDollarSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileInvoiceDollarSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileInvoiceDollarSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileInvoiceDollarSmRegularIcon.tsx
index 85d51697b1..a78b2d043d 100644
--- a/src/react/LabelPaired/LabelPairedFileInvoiceDollarSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileInvoiceDollarSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileInvoiceDollarSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileInvoiceDollarXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileInvoiceDollarXlBoldIcon.tsx
index 771bf3222b..b304146f37 100644
--- a/src/react/LabelPaired/LabelPairedFileInvoiceDollarXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileInvoiceDollarXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileInvoiceDollarXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileInvoiceDollarXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileInvoiceDollarXlFillIcon.tsx
index a6360b8322..70f5c5be86 100644
--- a/src/react/LabelPaired/LabelPairedFileInvoiceDollarXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileInvoiceDollarXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileInvoiceDollarXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileInvoiceDollarXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileInvoiceDollarXlRegularIcon.tsx
index a29dce12d2..b968ea7837 100644
--- a/src/react/LabelPaired/LabelPairedFileInvoiceDollarXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileInvoiceDollarXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileInvoiceDollarXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileLgBoldIcon.tsx
index 5b10706398..39cd3954a8 100644
--- a/src/react/LabelPaired/LabelPairedFileLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileLgFillIcon.tsx
index 21a57b7ecd..58056b0ce3 100644
--- a/src/react/LabelPaired/LabelPairedFileLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileLgRegularIcon.tsx
index 52c2a385a5..eb80e12826 100644
--- a/src/react/LabelPaired/LabelPairedFileLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileMdBoldIcon.tsx
index e31139e538..8d250b20ee 100644
--- a/src/react/LabelPaired/LabelPairedFileMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileMdFillIcon.tsx
index ea141ee96a..4e0ba6e91d 100644
--- a/src/react/LabelPaired/LabelPairedFileMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileMdRegularIcon.tsx
index f1ec92a46b..be9b27e734 100644
--- a/src/react/LabelPaired/LabelPairedFileMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFilePdfCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFilePdfCaptionBoldIcon.tsx
index fcf2e3063e..92b7455501 100644
--- a/src/react/LabelPaired/LabelPairedFilePdfCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFilePdfCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFilePdfCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFilePdfCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedFilePdfCaptionFillIcon.tsx
index 8d6104c660..0b8b92bfe9 100644
--- a/src/react/LabelPaired/LabelPairedFilePdfCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFilePdfCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFilePdfCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFilePdfCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFilePdfCaptionRegularIcon.tsx
index fa5a8af90e..b100125ccf 100644
--- a/src/react/LabelPaired/LabelPairedFilePdfCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFilePdfCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFilePdfCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFilePdfLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFilePdfLgBoldIcon.tsx
index c3cc119307..704af51048 100644
--- a/src/react/LabelPaired/LabelPairedFilePdfLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFilePdfLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFilePdfLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFilePdfLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedFilePdfLgFillIcon.tsx
index 4254c0f36b..90cefd0d26 100644
--- a/src/react/LabelPaired/LabelPairedFilePdfLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFilePdfLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFilePdfLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFilePdfLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFilePdfLgRegularIcon.tsx
index 35d47f4a0a..72db09d1cd 100644
--- a/src/react/LabelPaired/LabelPairedFilePdfLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFilePdfLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFilePdfLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFilePdfMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFilePdfMdBoldIcon.tsx
index b8ab2e8432..9b7744318f 100644
--- a/src/react/LabelPaired/LabelPairedFilePdfMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFilePdfMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFilePdfMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFilePdfMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedFilePdfMdFillIcon.tsx
index 8002a23df0..bff58bbbcc 100644
--- a/src/react/LabelPaired/LabelPairedFilePdfMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFilePdfMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFilePdfMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFilePdfMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFilePdfMdRegularIcon.tsx
index a080a2fe36..ab604d249a 100644
--- a/src/react/LabelPaired/LabelPairedFilePdfMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFilePdfMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFilePdfMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFilePdfSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFilePdfSmBoldIcon.tsx
index d79c448600..a2fec920fe 100644
--- a/src/react/LabelPaired/LabelPairedFilePdfSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFilePdfSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFilePdfSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFilePdfSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedFilePdfSmFillIcon.tsx
index a5e279da2e..4b2dd16b90 100644
--- a/src/react/LabelPaired/LabelPairedFilePdfSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFilePdfSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFilePdfSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFilePdfSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFilePdfSmRegularIcon.tsx
index aaed1aac3a..f2de789663 100644
--- a/src/react/LabelPaired/LabelPairedFilePdfSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFilePdfSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFilePdfSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFilePdfXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFilePdfXlBoldIcon.tsx
index df3aa1c5c6..bdf2ef2f5e 100644
--- a/src/react/LabelPaired/LabelPairedFilePdfXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFilePdfXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFilePdfXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFilePdfXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedFilePdfXlFillIcon.tsx
index 52dd83fd8b..64a922e6b5 100644
--- a/src/react/LabelPaired/LabelPairedFilePdfXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFilePdfXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFilePdfXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFilePdfXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFilePdfXlRegularIcon.tsx
index 40f736aecb..5db0a35fa1 100644
--- a/src/react/LabelPaired/LabelPairedFilePdfXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFilePdfXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFilePdfXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileShieldCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileShieldCaptionBoldIcon.tsx
index 7600d3c8f1..695ed29f84 100644
--- a/src/react/LabelPaired/LabelPairedFileShieldCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileShieldCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileShieldCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileShieldCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileShieldCaptionFillIcon.tsx
index b6f100b8da..9698ce495f 100644
--- a/src/react/LabelPaired/LabelPairedFileShieldCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileShieldCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileShieldCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileShieldCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileShieldCaptionRegularIcon.tsx
index f179acfcc0..b27a950043 100644
--- a/src/react/LabelPaired/LabelPairedFileShieldCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileShieldCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileShieldCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileShieldLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileShieldLgBoldIcon.tsx
index 092d1e4f74..6672c53404 100644
--- a/src/react/LabelPaired/LabelPairedFileShieldLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileShieldLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileShieldLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileShieldLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileShieldLgFillIcon.tsx
index b960a236b8..a558870f0e 100644
--- a/src/react/LabelPaired/LabelPairedFileShieldLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileShieldLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileShieldLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileShieldLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileShieldLgRegularIcon.tsx
index cea12e032b..2b4eccbc4e 100644
--- a/src/react/LabelPaired/LabelPairedFileShieldLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileShieldLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileShieldLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileShieldMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileShieldMdBoldIcon.tsx
index c236495ae5..f9dcdf7754 100644
--- a/src/react/LabelPaired/LabelPairedFileShieldMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileShieldMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileShieldMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileShieldMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileShieldMdFillIcon.tsx
index b01f219e5f..0c92a58ba2 100644
--- a/src/react/LabelPaired/LabelPairedFileShieldMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileShieldMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileShieldMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileShieldMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileShieldMdRegularIcon.tsx
index db38069d4d..f0ed7190a2 100644
--- a/src/react/LabelPaired/LabelPairedFileShieldMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileShieldMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileShieldMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileShieldSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileShieldSmBoldIcon.tsx
index 65ca1f218f..94bc72de4d 100644
--- a/src/react/LabelPaired/LabelPairedFileShieldSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileShieldSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileShieldSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileShieldSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileShieldSmFillIcon.tsx
index 60701d707a..e35fba38b8 100644
--- a/src/react/LabelPaired/LabelPairedFileShieldSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileShieldSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileShieldSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileShieldSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileShieldSmRegularIcon.tsx
index ebb80929de..f73efd9546 100644
--- a/src/react/LabelPaired/LabelPairedFileShieldSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileShieldSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileShieldSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileShieldXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileShieldXlBoldIcon.tsx
index 42abf15781..a289bce32f 100644
--- a/src/react/LabelPaired/LabelPairedFileShieldXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileShieldXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileShieldXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileShieldXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileShieldXlFillIcon.tsx
index bec1217fd4..c3a3278dd6 100644
--- a/src/react/LabelPaired/LabelPairedFileShieldXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileShieldXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileShieldXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileShieldXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileShieldXlRegularIcon.tsx
index a661796696..94944b858f 100644
--- a/src/react/LabelPaired/LabelPairedFileShieldXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileShieldXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileShieldXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileSmBoldIcon.tsx
index 052eeca8a1..ad6c6c7999 100644
--- a/src/react/LabelPaired/LabelPairedFileSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileSmFillIcon.tsx
index 26df23a1d7..d7a7ad7fe7 100644
--- a/src/react/LabelPaired/LabelPairedFileSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileSmRegularIcon.tsx
index bc93408821..408c27ab86 100644
--- a/src/react/LabelPaired/LabelPairedFileSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFileXlBoldIcon.tsx
index 3dae9f7abd..6844948936 100644
--- a/src/react/LabelPaired/LabelPairedFileXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedFileXlFillIcon.tsx
index 1561962de1..b5605457bd 100644
--- a/src/react/LabelPaired/LabelPairedFileXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFileXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFileXlRegularIcon.tsx
index 457b0c3ef1..b13aa348c9 100644
--- a/src/react/LabelPaired/LabelPairedFileXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFileXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFileXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFingerprintCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFingerprintCaptionBoldIcon.tsx
index b5a5445bf1..1a7327906b 100644
--- a/src/react/LabelPaired/LabelPairedFingerprintCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFingerprintCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFingerprintCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFingerprintCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedFingerprintCaptionFillIcon.tsx
index 018021950e..fa316a3446 100644
--- a/src/react/LabelPaired/LabelPairedFingerprintCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFingerprintCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFingerprintCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFingerprintCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFingerprintCaptionRegularIcon.tsx
index f66b68bf4b..ebeba61260 100644
--- a/src/react/LabelPaired/LabelPairedFingerprintCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFingerprintCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFingerprintCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFingerprintLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFingerprintLgBoldIcon.tsx
index 00a16cafbf..1bda84aa2f 100644
--- a/src/react/LabelPaired/LabelPairedFingerprintLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFingerprintLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFingerprintLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFingerprintLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedFingerprintLgFillIcon.tsx
index b11e9abff9..bb49cd851a 100644
--- a/src/react/LabelPaired/LabelPairedFingerprintLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFingerprintLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFingerprintLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFingerprintLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFingerprintLgRegularIcon.tsx
index 456f9cfe6f..7834bfd475 100644
--- a/src/react/LabelPaired/LabelPairedFingerprintLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFingerprintLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFingerprintLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFingerprintMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFingerprintMdBoldIcon.tsx
index 0f7f54cf05..043d4c91eb 100644
--- a/src/react/LabelPaired/LabelPairedFingerprintMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFingerprintMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFingerprintMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFingerprintMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedFingerprintMdFillIcon.tsx
index 2738c028ad..98fac20dfc 100644
--- a/src/react/LabelPaired/LabelPairedFingerprintMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFingerprintMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFingerprintMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFingerprintMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFingerprintMdRegularIcon.tsx
index a9d1c701c3..0412396732 100644
--- a/src/react/LabelPaired/LabelPairedFingerprintMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFingerprintMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFingerprintMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFingerprintSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFingerprintSmBoldIcon.tsx
index d9a5086ac0..5c75804308 100644
--- a/src/react/LabelPaired/LabelPairedFingerprintSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFingerprintSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFingerprintSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFingerprintSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedFingerprintSmFillIcon.tsx
index efae99ba5b..b83e27b7a2 100644
--- a/src/react/LabelPaired/LabelPairedFingerprintSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFingerprintSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFingerprintSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFingerprintSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFingerprintSmRegularIcon.tsx
index 30b1a01af0..8cda2d7cea 100644
--- a/src/react/LabelPaired/LabelPairedFingerprintSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFingerprintSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFingerprintSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFingerprintXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFingerprintXlBoldIcon.tsx
index 38128eaaf5..4269064e02 100644
--- a/src/react/LabelPaired/LabelPairedFingerprintXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFingerprintXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFingerprintXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFingerprintXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedFingerprintXlFillIcon.tsx
index 8b4517cca2..995cb83c59 100644
--- a/src/react/LabelPaired/LabelPairedFingerprintXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFingerprintXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFingerprintXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFingerprintXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFingerprintXlRegularIcon.tsx
index 97d03a20b6..90d3a28e44 100644
--- a/src/react/LabelPaired/LabelPairedFingerprintXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFingerprintXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFingerprintXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiveCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFiveCaptionBoldIcon.tsx
index 57ad0d435e..7fc5857b95 100644
--- a/src/react/LabelPaired/LabelPairedFiveCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiveCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiveCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiveCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedFiveCaptionFillIcon.tsx
index 39c52cf3b9..6839e9f587 100644
--- a/src/react/LabelPaired/LabelPairedFiveCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiveCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiveCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiveCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFiveCaptionRegularIcon.tsx
index 3f143aaece..6ef6bb6bee 100644
--- a/src/react/LabelPaired/LabelPairedFiveCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiveCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiveCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiveLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFiveLgBoldIcon.tsx
index f68cc3b359..c9f95ece1b 100644
--- a/src/react/LabelPaired/LabelPairedFiveLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiveLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiveLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiveLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedFiveLgFillIcon.tsx
index ea7bca97cf..605c8ab949 100644
--- a/src/react/LabelPaired/LabelPairedFiveLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiveLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiveLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiveLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFiveLgRegularIcon.tsx
index 0ea25822b6..b25986ff82 100644
--- a/src/react/LabelPaired/LabelPairedFiveLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiveLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiveLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiveMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFiveMdBoldIcon.tsx
index 5a807b5364..7168530018 100644
--- a/src/react/LabelPaired/LabelPairedFiveMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiveMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiveMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiveMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedFiveMdFillIcon.tsx
index f2e6223011..19a1239565 100644
--- a/src/react/LabelPaired/LabelPairedFiveMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiveMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiveMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiveMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFiveMdRegularIcon.tsx
index 9f8de4c525..cfdf6426aa 100644
--- a/src/react/LabelPaired/LabelPairedFiveMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiveMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiveMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiveSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFiveSmBoldIcon.tsx
index ca50d2aa94..aa6a55abf4 100644
--- a/src/react/LabelPaired/LabelPairedFiveSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiveSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiveSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiveSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedFiveSmFillIcon.tsx
index 66566d3e14..d6fabdf0c9 100644
--- a/src/react/LabelPaired/LabelPairedFiveSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiveSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiveSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiveSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFiveSmRegularIcon.tsx
index 6376d66ad0..465260247b 100644
--- a/src/react/LabelPaired/LabelPairedFiveSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiveSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiveSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiveXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFiveXlBoldIcon.tsx
index 39c103166e..ec7581122e 100644
--- a/src/react/LabelPaired/LabelPairedFiveXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiveXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiveXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiveXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedFiveXlFillIcon.tsx
index e2e684afad..bf993a38ba 100644
--- a/src/react/LabelPaired/LabelPairedFiveXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiveXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiveXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFiveXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFiveXlRegularIcon.tsx
index a3c7fb3abd..32fa5c86b9 100644
--- a/src/react/LabelPaired/LabelPairedFiveXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFiveXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFiveXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFlagCheckeredCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFlagCheckeredCaptionBoldIcon.tsx
index e249123b1b..393aa35b83 100644
--- a/src/react/LabelPaired/LabelPairedFlagCheckeredCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFlagCheckeredCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFlagCheckeredCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFlagCheckeredCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedFlagCheckeredCaptionFillIcon.tsx
index cc7f5cc0e6..9038e112b8 100644
--- a/src/react/LabelPaired/LabelPairedFlagCheckeredCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFlagCheckeredCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFlagCheckeredCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFlagCheckeredCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFlagCheckeredCaptionRegularIcon.tsx
index 465bb04545..5fa918e8f0 100644
--- a/src/react/LabelPaired/LabelPairedFlagCheckeredCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFlagCheckeredCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFlagCheckeredCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFlagCheckeredLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFlagCheckeredLgBoldIcon.tsx
index 63a92a0741..9dfe408582 100644
--- a/src/react/LabelPaired/LabelPairedFlagCheckeredLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFlagCheckeredLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFlagCheckeredLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFlagCheckeredLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedFlagCheckeredLgFillIcon.tsx
index 61ed624369..ea0322aa46 100644
--- a/src/react/LabelPaired/LabelPairedFlagCheckeredLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFlagCheckeredLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFlagCheckeredLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFlagCheckeredLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFlagCheckeredLgRegularIcon.tsx
index 3541401836..2d68c1ca98 100644
--- a/src/react/LabelPaired/LabelPairedFlagCheckeredLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFlagCheckeredLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFlagCheckeredLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFlagCheckeredMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFlagCheckeredMdBoldIcon.tsx
index 430252457f..890cd7ab4b 100644
--- a/src/react/LabelPaired/LabelPairedFlagCheckeredMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFlagCheckeredMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFlagCheckeredMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFlagCheckeredMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedFlagCheckeredMdFillIcon.tsx
index ace3931788..135914f0ba 100644
--- a/src/react/LabelPaired/LabelPairedFlagCheckeredMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFlagCheckeredMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFlagCheckeredMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFlagCheckeredMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFlagCheckeredMdRegularIcon.tsx
index e533ea71f6..382fb65fe9 100644
--- a/src/react/LabelPaired/LabelPairedFlagCheckeredMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFlagCheckeredMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFlagCheckeredMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFlagCheckeredSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFlagCheckeredSmBoldIcon.tsx
index bdd47aaf10..9121f16b01 100644
--- a/src/react/LabelPaired/LabelPairedFlagCheckeredSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFlagCheckeredSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFlagCheckeredSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFlagCheckeredSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedFlagCheckeredSmFillIcon.tsx
index 582b3fbd30..297ce1b709 100644
--- a/src/react/LabelPaired/LabelPairedFlagCheckeredSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFlagCheckeredSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFlagCheckeredSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFlagCheckeredSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFlagCheckeredSmRegularIcon.tsx
index 465d9e830b..d75611dceb 100644
--- a/src/react/LabelPaired/LabelPairedFlagCheckeredSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFlagCheckeredSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFlagCheckeredSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFlagCheckeredXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFlagCheckeredXlBoldIcon.tsx
index 9285cebbe1..347c084ff0 100644
--- a/src/react/LabelPaired/LabelPairedFlagCheckeredXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFlagCheckeredXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFlagCheckeredXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFlagCheckeredXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedFlagCheckeredXlFillIcon.tsx
index 4e3532e3a7..36408e8736 100644
--- a/src/react/LabelPaired/LabelPairedFlagCheckeredXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFlagCheckeredXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFlagCheckeredXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFlagCheckeredXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFlagCheckeredXlRegularIcon.tsx
index ca4aa3c4c7..8d26113254 100644
--- a/src/react/LabelPaired/LabelPairedFlagCheckeredXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFlagCheckeredXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFlagCheckeredXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskCaptionBoldIcon.tsx
index 437729a847..7f982f2482 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskCaptionFillIcon.tsx
index 01939300bf..5915abe28f 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskCaptionRegularIcon.tsx
index f1a36aca63..b3f5edb985 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskLgBoldIcon.tsx
index b84849c5b4..43d14fa363 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskLgFillIcon.tsx
index e19b8141b5..753a5aa0df 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskLgRegularIcon.tsx
index 06eb37ea94..d7f97d0668 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskMdBoldIcon.tsx
index 49f68ee11a..dd07a66128 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskMdFillIcon.tsx
index bab3ab1fe4..c4bf8f676e 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskMdRegularIcon.tsx
index 96048f0e45..ddad9cc5dd 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskPenCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskPenCaptionBoldIcon.tsx
index f8575d4bf0..e3a0ceb401 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskPenCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskPenCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskPenCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskPenCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskPenCaptionFillIcon.tsx
index 399e7cb9b0..85b2a756c2 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskPenCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskPenCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskPenCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskPenCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskPenCaptionRegularIcon.tsx
index 92450c79d7..441bc0b7eb 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskPenCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskPenCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskPenCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskPenLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskPenLgBoldIcon.tsx
index ecc0259590..ae7b61cf81 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskPenLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskPenLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskPenLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskPenLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskPenLgFillIcon.tsx
index e934cc2412..73078db4e8 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskPenLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskPenLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskPenLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskPenLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskPenLgRegularIcon.tsx
index 5eed5cfd97..7299d53775 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskPenLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskPenLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskPenLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskPenMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskPenMdBoldIcon.tsx
index 2b19975566..ac06a100c6 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskPenMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskPenMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskPenMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskPenMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskPenMdFillIcon.tsx
index 7dd1aa218f..a33792636d 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskPenMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskPenMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskPenMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskPenMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskPenMdRegularIcon.tsx
index 3a7a0ceeff..4232d48a4e 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskPenMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskPenMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskPenMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskPenSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskPenSmBoldIcon.tsx
index feb5268ca3..7a92aa2ab2 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskPenSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskPenSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskPenSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskPenSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskPenSmFillIcon.tsx
index c43fd56d5b..5d3a410a84 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskPenSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskPenSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskPenSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskPenSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskPenSmRegularIcon.tsx
index b9e9095ec9..2dfbc7f0a7 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskPenSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskPenSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskPenSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskPenXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskPenXlBoldIcon.tsx
index 8dc738e9e5..2cffbb0fff 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskPenXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskPenXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskPenXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskPenXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskPenXlFillIcon.tsx
index f294351a39..c3e9179849 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskPenXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskPenXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskPenXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskPenXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskPenXlRegularIcon.tsx
index dde6476d4c..8a199f14c8 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskPenXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskPenXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskPenXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskSmBoldIcon.tsx
index 9865c05069..954b072cb6 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskSmFillIcon.tsx
index 8617b76dae..79f0e35474 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskSmRegularIcon.tsx
index 92b0baabe9..e8b90df138 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskXlBoldIcon.tsx
index ce10d3170e..165d4a7f11 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskXlFillIcon.tsx
index cd594ec7ba..834c24cefe 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFloppyDiskXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFloppyDiskXlRegularIcon.tsx
index f9745ef8de..77df7d146d 100644
--- a/src/react/LabelPaired/LabelPairedFloppyDiskXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFloppyDiskXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFloppyDiskXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedForwardCaptionBoldIcon.tsx
index f86dcb74a6..f3b10dc2d2 100644
--- a/src/react/LabelPaired/LabelPairedForwardCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedForwardCaptionFillIcon.tsx
index 8e3413d070..4fc87cdf3c 100644
--- a/src/react/LabelPaired/LabelPairedForwardCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedForwardCaptionRegularIcon.tsx
index a3da1e6ff0..02cc69a17c 100644
--- a/src/react/LabelPaired/LabelPairedForwardCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedForwardLgBoldIcon.tsx
index 1cfcde8130..cdb9c3c21b 100644
--- a/src/react/LabelPaired/LabelPairedForwardLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedForwardLgFillIcon.tsx
index 7ffd8660f6..70da7de242 100644
--- a/src/react/LabelPaired/LabelPairedForwardLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedForwardLgRegularIcon.tsx
index aa524d6616..c320df8593 100644
--- a/src/react/LabelPaired/LabelPairedForwardLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedForwardMdBoldIcon.tsx
index 4f6104d22c..277f4f7a10 100644
--- a/src/react/LabelPaired/LabelPairedForwardMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedForwardMdFillIcon.tsx
index 9d1c531bd7..e9aa138083 100644
--- a/src/react/LabelPaired/LabelPairedForwardMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedForwardMdRegularIcon.tsx
index d0b8b0e501..4e9b7ed145 100644
--- a/src/react/LabelPaired/LabelPairedForwardMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedForwardSmBoldIcon.tsx
index ad2d8629a8..c4894eca3e 100644
--- a/src/react/LabelPaired/LabelPairedForwardSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedForwardSmFillIcon.tsx
index 9964b63f4f..e1b203b6bc 100644
--- a/src/react/LabelPaired/LabelPairedForwardSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedForwardSmRegularIcon.tsx
index ea9416ae35..b562e01123 100644
--- a/src/react/LabelPaired/LabelPairedForwardSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardStepCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedForwardStepCaptionBoldIcon.tsx
index 6479c8b5f5..a8b6eeecaa 100644
--- a/src/react/LabelPaired/LabelPairedForwardStepCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardStepCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardStepCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardStepCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedForwardStepCaptionFillIcon.tsx
index 9e6f51244d..e1b344f958 100644
--- a/src/react/LabelPaired/LabelPairedForwardStepCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardStepCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardStepCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardStepCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedForwardStepCaptionRegularIcon.tsx
index 87478347ea..67fc3b9c05 100644
--- a/src/react/LabelPaired/LabelPairedForwardStepCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardStepCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardStepCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardStepLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedForwardStepLgBoldIcon.tsx
index c5ae4e87b0..8d12387714 100644
--- a/src/react/LabelPaired/LabelPairedForwardStepLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardStepLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardStepLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardStepLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedForwardStepLgFillIcon.tsx
index 8cb8bf9844..2520552228 100644
--- a/src/react/LabelPaired/LabelPairedForwardStepLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardStepLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardStepLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardStepLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedForwardStepLgRegularIcon.tsx
index 680fa90d55..ed80f5e3d8 100644
--- a/src/react/LabelPaired/LabelPairedForwardStepLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardStepLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardStepLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardStepMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedForwardStepMdBoldIcon.tsx
index b9ad14b48a..c1fa48f001 100644
--- a/src/react/LabelPaired/LabelPairedForwardStepMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardStepMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardStepMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardStepMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedForwardStepMdFillIcon.tsx
index c7dc958b11..91ced76c93 100644
--- a/src/react/LabelPaired/LabelPairedForwardStepMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardStepMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardStepMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardStepMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedForwardStepMdRegularIcon.tsx
index 17622760f8..888581588c 100644
--- a/src/react/LabelPaired/LabelPairedForwardStepMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardStepMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardStepMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardStepSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedForwardStepSmBoldIcon.tsx
index 76a3745690..46ee8f9910 100644
--- a/src/react/LabelPaired/LabelPairedForwardStepSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardStepSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardStepSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardStepSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedForwardStepSmFillIcon.tsx
index e56a4512d5..ea368ad1ee 100644
--- a/src/react/LabelPaired/LabelPairedForwardStepSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardStepSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardStepSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardStepSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedForwardStepSmRegularIcon.tsx
index 79638d9389..8e6aabfda9 100644
--- a/src/react/LabelPaired/LabelPairedForwardStepSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardStepSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardStepSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardStepXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedForwardStepXlBoldIcon.tsx
index 8bf4afa73b..895a766862 100644
--- a/src/react/LabelPaired/LabelPairedForwardStepXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardStepXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardStepXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardStepXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedForwardStepXlFillIcon.tsx
index cd19a6f661..e0ba6c73d0 100644
--- a/src/react/LabelPaired/LabelPairedForwardStepXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardStepXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardStepXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardStepXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedForwardStepXlRegularIcon.tsx
index 3e3cac819e..0c95d15a37 100644
--- a/src/react/LabelPaired/LabelPairedForwardStepXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardStepXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardStepXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedForwardXlBoldIcon.tsx
index a7ce4d000b..bde7a87789 100644
--- a/src/react/LabelPaired/LabelPairedForwardXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedForwardXlFillIcon.tsx
index 65425aa4a1..11c775a273 100644
--- a/src/react/LabelPaired/LabelPairedForwardXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedForwardXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedForwardXlRegularIcon.tsx
index 589a1e6436..55859ff026 100644
--- a/src/react/LabelPaired/LabelPairedForwardXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedForwardXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedForwardXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFourCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFourCaptionBoldIcon.tsx
index e013075b48..872b163543 100644
--- a/src/react/LabelPaired/LabelPairedFourCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFourCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFourCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFourCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedFourCaptionFillIcon.tsx
index 8c64f00129..59fc932f44 100644
--- a/src/react/LabelPaired/LabelPairedFourCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFourCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFourCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFourCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFourCaptionRegularIcon.tsx
index dbc84a8e27..9e397965cc 100644
--- a/src/react/LabelPaired/LabelPairedFourCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFourCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFourCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFourLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFourLgBoldIcon.tsx
index ebd0552fcc..48a45b4503 100644
--- a/src/react/LabelPaired/LabelPairedFourLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFourLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFourLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFourLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedFourLgFillIcon.tsx
index 7352f21cde..633591b03b 100644
--- a/src/react/LabelPaired/LabelPairedFourLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFourLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFourLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFourLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFourLgRegularIcon.tsx
index a57da01dd2..6cb1b297e6 100644
--- a/src/react/LabelPaired/LabelPairedFourLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFourLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFourLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFourMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFourMdBoldIcon.tsx
index a625e9cee5..63b989d376 100644
--- a/src/react/LabelPaired/LabelPairedFourMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFourMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFourMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFourMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedFourMdFillIcon.tsx
index 111f2dce57..115af09c77 100644
--- a/src/react/LabelPaired/LabelPairedFourMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFourMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFourMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFourMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFourMdRegularIcon.tsx
index a205db8d42..bc2406d43e 100644
--- a/src/react/LabelPaired/LabelPairedFourMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFourMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFourMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFourSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFourSmBoldIcon.tsx
index 51715fa387..257ae822bd 100644
--- a/src/react/LabelPaired/LabelPairedFourSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFourSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFourSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFourSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedFourSmFillIcon.tsx
index 2f255df4db..659755398f 100644
--- a/src/react/LabelPaired/LabelPairedFourSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFourSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFourSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFourSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFourSmRegularIcon.tsx
index 66f29bc2fc..523e998110 100644
--- a/src/react/LabelPaired/LabelPairedFourSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFourSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFourSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFourXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedFourXlBoldIcon.tsx
index b13f563a89..f287ae3035 100644
--- a/src/react/LabelPaired/LabelPairedFourXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFourXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFourXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFourXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedFourXlFillIcon.tsx
index 9e1e39f47b..55a486b2d5 100644
--- a/src/react/LabelPaired/LabelPairedFourXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFourXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFourXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedFourXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedFourXlRegularIcon.tsx
index 06f7aa140f..49f6b4ec3f 100644
--- a/src/react/LabelPaired/LabelPairedFourXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedFourXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedFourXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMaxCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMaxCaptionBoldIcon.tsx
index eb17796337..a0bcc104c1 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMaxCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMaxCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMaxCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMaxCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMaxCaptionFillIcon.tsx
index bcfb8ed2d5..551d842170 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMaxCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMaxCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMaxCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMaxCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMaxCaptionRegularIcon.tsx
index 30be22fe3c..0c24a70092 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMaxCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMaxCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMaxCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMaxLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMaxLgBoldIcon.tsx
index 35f19ae4cb..531d381f57 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMaxLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMaxLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMaxLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMaxLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMaxLgFillIcon.tsx
index 87b74a891a..721479ff1f 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMaxLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMaxLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMaxLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMaxLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMaxLgRegularIcon.tsx
index db0d508dce..950adc77d2 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMaxLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMaxLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMaxLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMaxMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMaxMdBoldIcon.tsx
index 0ebb324c93..9d7099435b 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMaxMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMaxMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMaxMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMaxMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMaxMdFillIcon.tsx
index 9ab8b25315..c28ed1173b 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMaxMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMaxMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMaxMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMaxMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMaxMdRegularIcon.tsx
index be09f56979..e7455b4867 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMaxMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMaxMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMaxMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMaxSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMaxSmBoldIcon.tsx
index 7b3282df58..148a7122d3 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMaxSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMaxSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMaxSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMaxSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMaxSmFillIcon.tsx
index 59f4d07a52..9413e15b80 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMaxSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMaxSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMaxSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMaxSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMaxSmRegularIcon.tsx
index 091ebb10c3..bd1d2aa8e1 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMaxSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMaxSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMaxSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMaxXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMaxXlBoldIcon.tsx
index 1a977fcefa..ec7dab73b2 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMaxXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMaxXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMaxXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMaxXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMaxXlFillIcon.tsx
index 1996cabfbc..1a73f30bcb 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMaxXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMaxXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMaxXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMaxXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMaxXlRegularIcon.tsx
index a3b9d10e24..3967d6098e 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMaxXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMaxXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMaxXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMinCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMinCaptionBoldIcon.tsx
index 0e73927e07..9fd795f755 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMinCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMinCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMinCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMinCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMinCaptionFillIcon.tsx
index 605f2c4801..c27e19e961 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMinCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMinCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMinCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMinCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMinCaptionRegularIcon.tsx
index d13c99220d..5b804b3207 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMinCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMinCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMinCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMinLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMinLgBoldIcon.tsx
index 1c29cf0671..70d228759f 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMinLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMinLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMinLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMinLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMinLgFillIcon.tsx
index e831d9cf58..44f9c530fa 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMinLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMinLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMinLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMinLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMinLgRegularIcon.tsx
index 851fc20e9a..9a010d0513 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMinLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMinLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMinLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMinMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMinMdBoldIcon.tsx
index 64ad418345..dad3884998 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMinMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMinMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMinMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMinMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMinMdFillIcon.tsx
index baf5072910..50d38b5f87 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMinMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMinMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMinMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMinMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMinMdRegularIcon.tsx
index 47eeccbcff..98c1b7a0ee 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMinMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMinMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMinMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMinSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMinSmBoldIcon.tsx
index d53173d0b6..0481d24434 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMinSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMinSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMinSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMinSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMinSmFillIcon.tsx
index 1b8b804e66..bc38efb10f 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMinSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMinSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMinSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMinSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMinSmRegularIcon.tsx
index 7c12bb9c55..1b875adf04 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMinSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMinSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMinSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMinXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMinXlBoldIcon.tsx
index 8382850bf2..6d2606859a 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMinXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMinXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMinXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMinXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMinXlFillIcon.tsx
index b9a1ba095b..5dae7d913e 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMinXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMinXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMinXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGaugeMinXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGaugeMinXlRegularIcon.tsx
index 30cc48eee7..a31f39dfaf 100644
--- a/src/react/LabelPaired/LabelPairedGaugeMinXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGaugeMinXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGaugeMinXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGearCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGearCaptionBoldIcon.tsx
index a8b0ade64d..c3c932d130 100644
--- a/src/react/LabelPaired/LabelPairedGearCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGearCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGearCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGearCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedGearCaptionFillIcon.tsx
index 8dacfdc9f0..4e170e3880 100644
--- a/src/react/LabelPaired/LabelPairedGearCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGearCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGearCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGearCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGearCaptionRegularIcon.tsx
index 704465792c..34c29dbe4b 100644
--- a/src/react/LabelPaired/LabelPairedGearCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGearCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGearCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGearLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGearLgBoldIcon.tsx
index 5cf346a21e..762a95de5f 100644
--- a/src/react/LabelPaired/LabelPairedGearLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGearLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGearLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGearLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedGearLgFillIcon.tsx
index 95d318b568..6158c42f07 100644
--- a/src/react/LabelPaired/LabelPairedGearLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGearLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGearLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGearLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGearLgRegularIcon.tsx
index b08770ef93..841cfde678 100644
--- a/src/react/LabelPaired/LabelPairedGearLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGearLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGearLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGearMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGearMdBoldIcon.tsx
index 0ac61608a3..7a775bea1f 100644
--- a/src/react/LabelPaired/LabelPairedGearMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGearMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGearMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGearMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedGearMdFillIcon.tsx
index 706caac441..c66a3bf944 100644
--- a/src/react/LabelPaired/LabelPairedGearMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGearMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGearMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGearMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGearMdRegularIcon.tsx
index 91eb554982..8c088924cd 100644
--- a/src/react/LabelPaired/LabelPairedGearMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGearMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGearMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGearSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGearSmBoldIcon.tsx
index 519f6a90d4..039e025be3 100644
--- a/src/react/LabelPaired/LabelPairedGearSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGearSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGearSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGearSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedGearSmFillIcon.tsx
index 84263ad4c2..d8df76db4e 100644
--- a/src/react/LabelPaired/LabelPairedGearSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGearSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGearSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGearSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGearSmRegularIcon.tsx
index f6cb300e77..45bad5c502 100644
--- a/src/react/LabelPaired/LabelPairedGearSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGearSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGearSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGearXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGearXlBoldIcon.tsx
index 6f313124f3..c221b257aa 100644
--- a/src/react/LabelPaired/LabelPairedGearXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGearXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGearXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGearXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedGearXlFillIcon.tsx
index 689a49cfb5..c0671d9a50 100644
--- a/src/react/LabelPaired/LabelPairedGearXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGearXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGearXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGearXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGearXlRegularIcon.tsx
index 254fa037f6..fd8d3e553f 100644
--- a/src/react/LabelPaired/LabelPairedGearXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGearXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGearXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGlobeCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGlobeCaptionBoldIcon.tsx
index 243bd1ccf5..39b20155f8 100644
--- a/src/react/LabelPaired/LabelPairedGlobeCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGlobeCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGlobeCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGlobeCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedGlobeCaptionFillIcon.tsx
index ee40fd1cf1..dc639eef86 100644
--- a/src/react/LabelPaired/LabelPairedGlobeCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGlobeCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGlobeCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGlobeCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGlobeCaptionRegularIcon.tsx
index be6419c8f6..17f01bc552 100644
--- a/src/react/LabelPaired/LabelPairedGlobeCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGlobeCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGlobeCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGlobeLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGlobeLgBoldIcon.tsx
index 10d8968a50..691f7af00c 100644
--- a/src/react/LabelPaired/LabelPairedGlobeLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGlobeLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGlobeLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGlobeLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedGlobeLgFillIcon.tsx
index 5f09b3226f..6e075624ff 100644
--- a/src/react/LabelPaired/LabelPairedGlobeLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGlobeLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGlobeLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGlobeLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGlobeLgRegularIcon.tsx
index f7e589d75b..7220d88788 100644
--- a/src/react/LabelPaired/LabelPairedGlobeLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGlobeLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGlobeLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGlobeMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGlobeMdBoldIcon.tsx
index 1cafbc314a..9fb0df0755 100644
--- a/src/react/LabelPaired/LabelPairedGlobeMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGlobeMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGlobeMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGlobeMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedGlobeMdFillIcon.tsx
index 29ef3e930e..3de4023276 100644
--- a/src/react/LabelPaired/LabelPairedGlobeMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGlobeMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGlobeMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGlobeMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGlobeMdRegularIcon.tsx
index 962293a7f9..fc45f72e0e 100644
--- a/src/react/LabelPaired/LabelPairedGlobeMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGlobeMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGlobeMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGlobeSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGlobeSmBoldIcon.tsx
index 10b126470a..6668c69df3 100644
--- a/src/react/LabelPaired/LabelPairedGlobeSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGlobeSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGlobeSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGlobeSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedGlobeSmFillIcon.tsx
index 9a3d49461d..2eab22d281 100644
--- a/src/react/LabelPaired/LabelPairedGlobeSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGlobeSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGlobeSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGlobeSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGlobeSmRegularIcon.tsx
index 1b04102807..d5b9530cee 100644
--- a/src/react/LabelPaired/LabelPairedGlobeSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGlobeSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGlobeSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGlobeXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGlobeXlBoldIcon.tsx
index 0459cb4d39..7b8c22635b 100644
--- a/src/react/LabelPaired/LabelPairedGlobeXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGlobeXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGlobeXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGlobeXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedGlobeXlFillIcon.tsx
index 4d4aa0e16a..e10960d4e5 100644
--- a/src/react/LabelPaired/LabelPairedGlobeXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGlobeXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGlobeXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGlobeXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGlobeXlRegularIcon.tsx
index a3d7eeef58..4f53973430 100644
--- a/src/react/LabelPaired/LabelPairedGlobeXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGlobeXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGlobeXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGoogleCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedGoogleCaptionIcon.tsx
index d4d5bfc70e..aa4d67bf0a 100644
--- a/src/react/LabelPaired/LabelPairedGoogleCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGoogleCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGoogleCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGoogleLgIcon.tsx b/src/react/LabelPaired/LabelPairedGoogleLgIcon.tsx
index d4ce70e824..ffdfc269a9 100644
--- a/src/react/LabelPaired/LabelPairedGoogleLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGoogleLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGoogleLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGoogleMdIcon.tsx b/src/react/LabelPaired/LabelPairedGoogleMdIcon.tsx
index aa64b1c5dd..289ef7b91f 100644
--- a/src/react/LabelPaired/LabelPairedGoogleMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGoogleMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGoogleMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGooglePlayCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedGooglePlayCaptionIcon.tsx
index bce1b37655..903559c4a4 100644
--- a/src/react/LabelPaired/LabelPairedGooglePlayCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGooglePlayCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGooglePlayCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGooglePlayLgIcon.tsx b/src/react/LabelPaired/LabelPairedGooglePlayLgIcon.tsx
index 832dc47f13..5886b02cc7 100644
--- a/src/react/LabelPaired/LabelPairedGooglePlayLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGooglePlayLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGooglePlayLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGooglePlayMdIcon.tsx b/src/react/LabelPaired/LabelPairedGooglePlayMdIcon.tsx
index fc5de23856..0de47b744f 100644
--- a/src/react/LabelPaired/LabelPairedGooglePlayMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGooglePlayMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGooglePlayMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGooglePlaySmIcon.tsx b/src/react/LabelPaired/LabelPairedGooglePlaySmIcon.tsx
index 5c1cb6f10e..87a3889784 100644
--- a/src/react/LabelPaired/LabelPairedGooglePlaySmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGooglePlaySmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGooglePlaySmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGooglePlayXlIcon.tsx b/src/react/LabelPaired/LabelPairedGooglePlayXlIcon.tsx
index 41f911710a..2ea34d0d7a 100644
--- a/src/react/LabelPaired/LabelPairedGooglePlayXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGooglePlayXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGooglePlayXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGoogleSmIcon.tsx b/src/react/LabelPaired/LabelPairedGoogleSmIcon.tsx
index cd0d8df973..a8ae590515 100644
--- a/src/react/LabelPaired/LabelPairedGoogleSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGoogleSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGoogleSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGoogleXlIcon.tsx b/src/react/LabelPaired/LabelPairedGoogleXlIcon.tsx
index 8dec141a8f..45b9032bf7 100644
--- a/src/react/LabelPaired/LabelPairedGoogleXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGoogleXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGoogleXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGrid2CaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGrid2CaptionBoldIcon.tsx
index 6986ff60e4..83a630f607 100644
--- a/src/react/LabelPaired/LabelPairedGrid2CaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGrid2CaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGrid2CaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGrid2CaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedGrid2CaptionFillIcon.tsx
index e37272a344..7bff085bac 100644
--- a/src/react/LabelPaired/LabelPairedGrid2CaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGrid2CaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGrid2CaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGrid2CaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGrid2CaptionRegularIcon.tsx
index f7ea6ed163..ff93545776 100644
--- a/src/react/LabelPaired/LabelPairedGrid2CaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGrid2CaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGrid2CaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGrid2LgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGrid2LgBoldIcon.tsx
index 16c2afb41f..c42c49effb 100644
--- a/src/react/LabelPaired/LabelPairedGrid2LgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGrid2LgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGrid2LgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGrid2LgFillIcon.tsx b/src/react/LabelPaired/LabelPairedGrid2LgFillIcon.tsx
index e3deb35558..da2f10b8e7 100644
--- a/src/react/LabelPaired/LabelPairedGrid2LgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGrid2LgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGrid2LgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGrid2LgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGrid2LgRegularIcon.tsx
index d6b195310d..c087b019ce 100644
--- a/src/react/LabelPaired/LabelPairedGrid2LgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGrid2LgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGrid2LgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGrid2MdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGrid2MdBoldIcon.tsx
index b8e4546829..3cebecab86 100644
--- a/src/react/LabelPaired/LabelPairedGrid2MdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGrid2MdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGrid2MdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGrid2MdFillIcon.tsx b/src/react/LabelPaired/LabelPairedGrid2MdFillIcon.tsx
index e54ae73152..e3844fb3e5 100644
--- a/src/react/LabelPaired/LabelPairedGrid2MdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGrid2MdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGrid2MdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGrid2MdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGrid2MdRegularIcon.tsx
index 38c45b9169..ab09be4fcc 100644
--- a/src/react/LabelPaired/LabelPairedGrid2MdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGrid2MdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGrid2MdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGrid2SmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGrid2SmBoldIcon.tsx
index a27833b893..fded468f27 100644
--- a/src/react/LabelPaired/LabelPairedGrid2SmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGrid2SmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGrid2SmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGrid2SmFillIcon.tsx b/src/react/LabelPaired/LabelPairedGrid2SmFillIcon.tsx
index f3f7333a52..795c78cab1 100644
--- a/src/react/LabelPaired/LabelPairedGrid2SmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGrid2SmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGrid2SmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGrid2SmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGrid2SmRegularIcon.tsx
index c1b470930d..220d642de0 100644
--- a/src/react/LabelPaired/LabelPairedGrid2SmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGrid2SmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGrid2SmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGrid2XlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGrid2XlBoldIcon.tsx
index 188df177c6..4f3851ec21 100644
--- a/src/react/LabelPaired/LabelPairedGrid2XlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGrid2XlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGrid2XlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGrid2XlFillIcon.tsx b/src/react/LabelPaired/LabelPairedGrid2XlFillIcon.tsx
index d0db3603b5..3a8b3c4712 100644
--- a/src/react/LabelPaired/LabelPairedGrid2XlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGrid2XlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGrid2XlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGrid2XlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGrid2XlRegularIcon.tsx
index 41f338155b..63f22b189a 100644
--- a/src/react/LabelPaired/LabelPairedGrid2XlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGrid2XlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGrid2XlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGridCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGridCaptionBoldIcon.tsx
index 5825fdf9ac..cc0c00bc09 100644
--- a/src/react/LabelPaired/LabelPairedGridCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGridCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGridCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGridCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedGridCaptionFillIcon.tsx
index 463aba6cfd..bc9d8bd3cc 100644
--- a/src/react/LabelPaired/LabelPairedGridCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGridCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGridCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGridCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGridCaptionRegularIcon.tsx
index 9e98d5b72d..cf7c3ddb27 100644
--- a/src/react/LabelPaired/LabelPairedGridCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGridCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGridCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGridLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGridLgBoldIcon.tsx
index 03527745c0..cd8aabbb95 100644
--- a/src/react/LabelPaired/LabelPairedGridLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGridLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGridLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGridLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedGridLgFillIcon.tsx
index 5c255740e3..c0c45d46f3 100644
--- a/src/react/LabelPaired/LabelPairedGridLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGridLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGridLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGridLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGridLgRegularIcon.tsx
index c22bda165a..820095d017 100644
--- a/src/react/LabelPaired/LabelPairedGridLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGridLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGridLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGridMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGridMdBoldIcon.tsx
index b8f18a394d..c82a1a61ea 100644
--- a/src/react/LabelPaired/LabelPairedGridMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGridMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGridMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGridMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedGridMdFillIcon.tsx
index 0ee927c304..3dcd9b8d8b 100644
--- a/src/react/LabelPaired/LabelPairedGridMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGridMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGridMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGridMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGridMdRegularIcon.tsx
index 8630a67614..2473d2569f 100644
--- a/src/react/LabelPaired/LabelPairedGridMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGridMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGridMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGridSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGridSmBoldIcon.tsx
index a19fa399c2..de36b7ec61 100644
--- a/src/react/LabelPaired/LabelPairedGridSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGridSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGridSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGridSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedGridSmFillIcon.tsx
index bc7a52b1b2..78a94e6522 100644
--- a/src/react/LabelPaired/LabelPairedGridSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGridSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGridSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGridSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGridSmRegularIcon.tsx
index a7ee2052df..c413cd4596 100644
--- a/src/react/LabelPaired/LabelPairedGridSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGridSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGridSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGridXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGridXlBoldIcon.tsx
index 523d196f0b..dcc20ea8f4 100644
--- a/src/react/LabelPaired/LabelPairedGridXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGridXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGridXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGridXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedGridXlFillIcon.tsx
index 7b8ae81ac3..20b85d1db0 100644
--- a/src/react/LabelPaired/LabelPairedGridXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGridXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGridXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGridXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGridXlRegularIcon.tsx
index c7e9c6eeba..dd2b32f6a3 100644
--- a/src/react/LabelPaired/LabelPairedGridXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGridXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGridXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGripDotsVerticalCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGripDotsVerticalCaptionBoldIcon.tsx
index 667d213622..207fcedfc6 100644
--- a/src/react/LabelPaired/LabelPairedGripDotsVerticalCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGripDotsVerticalCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGripDotsVerticalCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGripDotsVerticalCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedGripDotsVerticalCaptionFillIcon.tsx
index e3caed9af4..82fa07063f 100644
--- a/src/react/LabelPaired/LabelPairedGripDotsVerticalCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGripDotsVerticalCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGripDotsVerticalCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGripDotsVerticalCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGripDotsVerticalCaptionRegularIcon.tsx
index e94069e7d6..ab9b949769 100644
--- a/src/react/LabelPaired/LabelPairedGripDotsVerticalCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGripDotsVerticalCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGripDotsVerticalCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGripDotsVerticalLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGripDotsVerticalLgBoldIcon.tsx
index 623020da07..5a155adbc8 100644
--- a/src/react/LabelPaired/LabelPairedGripDotsVerticalLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGripDotsVerticalLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGripDotsVerticalLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGripDotsVerticalLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedGripDotsVerticalLgFillIcon.tsx
index 615e7b9044..74a45386e3 100644
--- a/src/react/LabelPaired/LabelPairedGripDotsVerticalLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGripDotsVerticalLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGripDotsVerticalLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGripDotsVerticalLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGripDotsVerticalLgRegularIcon.tsx
index 6ee3a8e938..fb67ca522e 100644
--- a/src/react/LabelPaired/LabelPairedGripDotsVerticalLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGripDotsVerticalLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGripDotsVerticalLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGripDotsVerticalMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGripDotsVerticalMdBoldIcon.tsx
index 1910ddd51b..83eb2ab3b6 100644
--- a/src/react/LabelPaired/LabelPairedGripDotsVerticalMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGripDotsVerticalMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGripDotsVerticalMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGripDotsVerticalMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedGripDotsVerticalMdFillIcon.tsx
index f2d882139b..2e5e855e85 100644
--- a/src/react/LabelPaired/LabelPairedGripDotsVerticalMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGripDotsVerticalMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGripDotsVerticalMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGripDotsVerticalMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGripDotsVerticalMdRegularIcon.tsx
index c83b08cf19..b15ee9b125 100644
--- a/src/react/LabelPaired/LabelPairedGripDotsVerticalMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGripDotsVerticalMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGripDotsVerticalMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGripDotsVerticalSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGripDotsVerticalSmBoldIcon.tsx
index 374b9b38ae..a3617c943e 100644
--- a/src/react/LabelPaired/LabelPairedGripDotsVerticalSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGripDotsVerticalSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGripDotsVerticalSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGripDotsVerticalSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedGripDotsVerticalSmFillIcon.tsx
index 3e47b143b7..72a72a70e8 100644
--- a/src/react/LabelPaired/LabelPairedGripDotsVerticalSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGripDotsVerticalSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGripDotsVerticalSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGripDotsVerticalSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGripDotsVerticalSmRegularIcon.tsx
index b5b167864c..23dee3a0ac 100644
--- a/src/react/LabelPaired/LabelPairedGripDotsVerticalSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGripDotsVerticalSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGripDotsVerticalSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGripDotsVerticalXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedGripDotsVerticalXlBoldIcon.tsx
index 13aa12f321..8b7b5d5c39 100644
--- a/src/react/LabelPaired/LabelPairedGripDotsVerticalXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGripDotsVerticalXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGripDotsVerticalXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGripDotsVerticalXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedGripDotsVerticalXlFillIcon.tsx
index 950dcebaa9..c9ac241597 100644
--- a/src/react/LabelPaired/LabelPairedGripDotsVerticalXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGripDotsVerticalXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGripDotsVerticalXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedGripDotsVerticalXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedGripDotsVerticalXlRegularIcon.tsx
index 189e0b43e1..815a346a1a 100644
--- a/src/react/LabelPaired/LabelPairedGripDotsVerticalXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedGripDotsVerticalXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedGripDotsVerticalXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondCaptionBoldIcon.tsx
index 62790363a4..c5244ebf0f 100644
--- a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHandsHoldingDiamondCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondCaptionFillIcon.tsx
index 7a9ec44e6e..a861baa66d 100644
--- a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHandsHoldingDiamondCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondCaptionRegularIcon.tsx
index b0f450e34d..9c6598c11d 100644
--- a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHandsHoldingDiamondCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondLgBoldIcon.tsx
index 4caf45e2a5..0465642722 100644
--- a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHandsHoldingDiamondLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondLgFillIcon.tsx
index cfd246bc80..650a9bc848 100644
--- a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHandsHoldingDiamondLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondLgRegularIcon.tsx
index c0947fc6c9..53d0ff2a5f 100644
--- a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHandsHoldingDiamondLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondMdBoldIcon.tsx
index cd66c3feb0..df652c792b 100644
--- a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHandsHoldingDiamondMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondMdFillIcon.tsx
index 7169fc297f..0480696dd7 100644
--- a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHandsHoldingDiamondMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondMdRegularIcon.tsx
index 03c8341a03..2b8a6a73e0 100644
--- a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHandsHoldingDiamondMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondSmBoldIcon.tsx
index eae9d2bf83..2022b8e1dd 100644
--- a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHandsHoldingDiamondSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondSmFillIcon.tsx
index f3957fa525..d789ef7e62 100644
--- a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHandsHoldingDiamondSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondSmRegularIcon.tsx
index 30cd2fcb5f..2c2b23c071 100644
--- a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHandsHoldingDiamondSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondXlBoldIcon.tsx
index cc1461d378..7d45cd73c0 100644
--- a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHandsHoldingDiamondXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondXlFillIcon.tsx
index fb99b3c594..b6f09f2f02 100644
--- a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHandsHoldingDiamondXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondXlRegularIcon.tsx
index 843fcc29cd..0580de1f6f 100644
--- a/src/react/LabelPaired/LabelPairedHandsHoldingDiamondXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHandsHoldingDiamondXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHandsHoldingDiamondXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHarmonyOsCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedHarmonyOsCaptionIcon.tsx
index b954bd6b24..23d99b7811 100644
--- a/src/react/LabelPaired/LabelPairedHarmonyOsCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHarmonyOsCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHarmonyOsCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHarmonyOsLgIcon.tsx b/src/react/LabelPaired/LabelPairedHarmonyOsLgIcon.tsx
index b883180b5e..590f18b947 100644
--- a/src/react/LabelPaired/LabelPairedHarmonyOsLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHarmonyOsLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHarmonyOsLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHarmonyOsMdIcon.tsx b/src/react/LabelPaired/LabelPairedHarmonyOsMdIcon.tsx
index 61e341fb94..e2132dee98 100644
--- a/src/react/LabelPaired/LabelPairedHarmonyOsMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHarmonyOsMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHarmonyOsMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHarmonyOsSmIcon.tsx b/src/react/LabelPaired/LabelPairedHarmonyOsSmIcon.tsx
index f986a3c722..e9d4b2fd72 100644
--- a/src/react/LabelPaired/LabelPairedHarmonyOsSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHarmonyOsSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHarmonyOsSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHarmonyOsXlIcon.tsx b/src/react/LabelPaired/LabelPairedHarmonyOsXlIcon.tsx
index f6aea37dec..ac952270ea 100644
--- a/src/react/LabelPaired/LabelPairedHarmonyOsXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHarmonyOsXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHarmonyOsXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleCaptionBoldIcon.tsx
index 7e2daf7dea..bf4c1cceda 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleCaptionFillIcon.tsx
index 135830ddc6..4a2e3cdcd0 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleCaptionRegularIcon.tsx
index 508528d379..1b6243db04 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedCaptionBoldIcon.tsx
index 6cb14fb4f7..8797c49960 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleDashedCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedCaptionFillIcon.tsx
index 23ee15dbb6..1fc7edcb67 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleDashedCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedCaptionRegularIcon.tsx
index 5fd7b68556..3c8c12d45f 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleDashedCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedLgBoldIcon.tsx
index ed73a750d0..5fd637a17d 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleDashedLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedLgFillIcon.tsx
index 71db1ca986..c5285cf479 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleDashedLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedLgRegularIcon.tsx
index f8dc2f8343..3b395246fd 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleDashedLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedMdBoldIcon.tsx
index 9f34954a21..def618f100 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleDashedMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedMdFillIcon.tsx
index fb2030295d..bc6c749bb5 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleDashedMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedMdRegularIcon.tsx
index 5700d94f0b..7e0505721c 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleDashedMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedSmBoldIcon.tsx
index 8ca177fbdf..bd85d6d7ad 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleDashedSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedSmFillIcon.tsx
index ee29b22105..355dfde526 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleDashedSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedSmRegularIcon.tsx
index 549cc53efb..17eb6bfd4b 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleDashedSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedXlBoldIcon.tsx
index 7ac2d85f66..83ec939dcb 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleDashedXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedXlFillIcon.tsx
index 7f480d71af..b47e181c2a 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleDashedXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedXlRegularIcon.tsx
index 3698015009..5683b6211a 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleDashedXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleDashedXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleDashedXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleLgBoldIcon.tsx
index 50e8311d06..f13b50eac1 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleLgFillIcon.tsx
index 0c1c70b589..f747ee29ae 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleLgRegularIcon.tsx
index a5444a3c4d..4a68f3a25d 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleMdBoldIcon.tsx
index fbcb358d8c..183728164b 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleMdFillIcon.tsx
index 5610a674f8..187360e83f 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleMdRegularIcon.tsx
index 25d6c7eda0..872c5b66f6 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleSmBoldIcon.tsx
index 1f2ddf0c46..a6b96cbee3 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleSmFillIcon.tsx
index b487ae4920..0679f3d26b 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleSmRegularIcon.tsx
index 0d603083dc..ef39ae6997 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleXlBoldIcon.tsx
index db914e8c1a..664e4a9529 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleXlFillIcon.tsx
index f7e7bbb61b..549685c6c9 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHorizontalRuleXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedHorizontalRuleXlRegularIcon.tsx
index 3cd8ec9fc4..65ef636b2c 100644
--- a/src/react/LabelPaired/LabelPairedHorizontalRuleXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHorizontalRuleXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHorizontalRuleXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHouseBlankCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedHouseBlankCaptionBoldIcon.tsx
index 20d0443a7d..246816b01a 100644
--- a/src/react/LabelPaired/LabelPairedHouseBlankCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHouseBlankCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHouseBlankCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHouseBlankCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedHouseBlankCaptionFillIcon.tsx
index 747d302bd4..2239d1f1fa 100644
--- a/src/react/LabelPaired/LabelPairedHouseBlankCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHouseBlankCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHouseBlankCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHouseBlankCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedHouseBlankCaptionRegularIcon.tsx
index 7f17e960f6..754a7b3a4c 100644
--- a/src/react/LabelPaired/LabelPairedHouseBlankCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHouseBlankCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHouseBlankCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHouseBlankLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedHouseBlankLgBoldIcon.tsx
index 6d048c22d9..4afb6eb52e 100644
--- a/src/react/LabelPaired/LabelPairedHouseBlankLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHouseBlankLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHouseBlankLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHouseBlankLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedHouseBlankLgFillIcon.tsx
index 324bd69b18..fcf6d19210 100644
--- a/src/react/LabelPaired/LabelPairedHouseBlankLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHouseBlankLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHouseBlankLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHouseBlankLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedHouseBlankLgRegularIcon.tsx
index 2e27f50fb8..2c757aa7a5 100644
--- a/src/react/LabelPaired/LabelPairedHouseBlankLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHouseBlankLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHouseBlankLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHouseBlankMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedHouseBlankMdBoldIcon.tsx
index 23ebb9e083..a423aecfe4 100644
--- a/src/react/LabelPaired/LabelPairedHouseBlankMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHouseBlankMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHouseBlankMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHouseBlankMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedHouseBlankMdFillIcon.tsx
index 001f279b91..9d1e353e4e 100644
--- a/src/react/LabelPaired/LabelPairedHouseBlankMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHouseBlankMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHouseBlankMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHouseBlankMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedHouseBlankMdRegularIcon.tsx
index 0e04b49dbf..b2f091f341 100644
--- a/src/react/LabelPaired/LabelPairedHouseBlankMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHouseBlankMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHouseBlankMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHouseBlankSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedHouseBlankSmBoldIcon.tsx
index 4263e04edc..5db092b6fe 100644
--- a/src/react/LabelPaired/LabelPairedHouseBlankSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHouseBlankSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHouseBlankSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHouseBlankSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedHouseBlankSmFillIcon.tsx
index 6684570727..9e138fecad 100644
--- a/src/react/LabelPaired/LabelPairedHouseBlankSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHouseBlankSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHouseBlankSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHouseBlankSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedHouseBlankSmRegularIcon.tsx
index f57b5d7ce6..706d5127a0 100644
--- a/src/react/LabelPaired/LabelPairedHouseBlankSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHouseBlankSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHouseBlankSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHouseBlankXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedHouseBlankXlBoldIcon.tsx
index 844fa3d7fa..4cdf75883c 100644
--- a/src/react/LabelPaired/LabelPairedHouseBlankXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHouseBlankXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHouseBlankXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHouseBlankXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedHouseBlankXlFillIcon.tsx
index af9db0342f..e628160862 100644
--- a/src/react/LabelPaired/LabelPairedHouseBlankXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHouseBlankXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHouseBlankXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHouseBlankXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedHouseBlankXlRegularIcon.tsx
index ff7883ac10..932dcd3a1b 100644
--- a/src/react/LabelPaired/LabelPairedHouseBlankXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHouseBlankXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHouseBlankXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHuaweiAppGalleryCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedHuaweiAppGalleryCaptionIcon.tsx
index 8526ebdf4e..ac4f162001 100644
--- a/src/react/LabelPaired/LabelPairedHuaweiAppGalleryCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHuaweiAppGalleryCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHuaweiAppGalleryCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHuaweiAppGalleryLgIcon.tsx b/src/react/LabelPaired/LabelPairedHuaweiAppGalleryLgIcon.tsx
index 173a66de43..22b99d1c84 100644
--- a/src/react/LabelPaired/LabelPairedHuaweiAppGalleryLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHuaweiAppGalleryLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHuaweiAppGalleryLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHuaweiAppGalleryMdIcon.tsx b/src/react/LabelPaired/LabelPairedHuaweiAppGalleryMdIcon.tsx
index e36561671d..5ae1d05773 100644
--- a/src/react/LabelPaired/LabelPairedHuaweiAppGalleryMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHuaweiAppGalleryMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHuaweiAppGalleryMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHuaweiAppGallerySmIcon.tsx b/src/react/LabelPaired/LabelPairedHuaweiAppGallerySmIcon.tsx
index 218e933f8b..5349cd8aef 100644
--- a/src/react/LabelPaired/LabelPairedHuaweiAppGallerySmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHuaweiAppGallerySmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHuaweiAppGallerySmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHuaweiAppGalleryXlIcon.tsx b/src/react/LabelPaired/LabelPairedHuaweiAppGalleryXlIcon.tsx
index 3ceda55855..dc07c32baf 100644
--- a/src/react/LabelPaired/LabelPairedHuaweiAppGalleryXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHuaweiAppGalleryXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHuaweiAppGalleryXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHuaweiCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedHuaweiCaptionIcon.tsx
index b0a060b61c..e9d0b2c1f2 100644
--- a/src/react/LabelPaired/LabelPairedHuaweiCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHuaweiCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHuaweiCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHuaweiLgIcon.tsx b/src/react/LabelPaired/LabelPairedHuaweiLgIcon.tsx
index d410e86e93..6f88dca207 100644
--- a/src/react/LabelPaired/LabelPairedHuaweiLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHuaweiLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHuaweiLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHuaweiMdIcon.tsx b/src/react/LabelPaired/LabelPairedHuaweiMdIcon.tsx
index ef69fc653e..d1f6f0d56f 100644
--- a/src/react/LabelPaired/LabelPairedHuaweiMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHuaweiMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHuaweiMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHuaweiSmIcon.tsx b/src/react/LabelPaired/LabelPairedHuaweiSmIcon.tsx
index 8726ed1921..a69edb30e2 100644
--- a/src/react/LabelPaired/LabelPairedHuaweiSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHuaweiSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHuaweiSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedHuaweiXlIcon.tsx b/src/react/LabelPaired/LabelPairedHuaweiXlIcon.tsx
index 503036a4fb..3c28934988 100644
--- a/src/react/LabelPaired/LabelPairedHuaweiXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedHuaweiXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedHuaweiXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImageCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedImageCaptionBoldIcon.tsx
index 1667b94f54..5274d4f546 100644
--- a/src/react/LabelPaired/LabelPairedImageCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImageCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImageCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImageCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedImageCaptionFillIcon.tsx
index 212c8cef4d..be35f863bd 100644
--- a/src/react/LabelPaired/LabelPairedImageCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImageCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImageCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImageCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedImageCaptionRegularIcon.tsx
index 241026105a..62a938c7bb 100644
--- a/src/react/LabelPaired/LabelPairedImageCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImageCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImageCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImageLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedImageLgBoldIcon.tsx
index 682ea5e27b..fa2d3f717a 100644
--- a/src/react/LabelPaired/LabelPairedImageLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImageLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImageLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImageLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedImageLgFillIcon.tsx
index 8e0446a08d..5e904c7456 100644
--- a/src/react/LabelPaired/LabelPairedImageLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImageLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImageLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImageLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedImageLgRegularIcon.tsx
index 8383fad080..2c2d8890a3 100644
--- a/src/react/LabelPaired/LabelPairedImageLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImageLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImageLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImageMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedImageMdBoldIcon.tsx
index 2d76a3b4b0..e888440227 100644
--- a/src/react/LabelPaired/LabelPairedImageMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImageMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImageMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImageMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedImageMdFillIcon.tsx
index 7012eadb6c..154602c8d8 100644
--- a/src/react/LabelPaired/LabelPairedImageMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImageMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImageMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImageMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedImageMdRegularIcon.tsx
index 7f9b62ecf6..f764779aa7 100644
--- a/src/react/LabelPaired/LabelPairedImageMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImageMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImageMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImagePolaroidUserCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedImagePolaroidUserCaptionBoldIcon.tsx
index 9c6e0a3e49..071c085035 100644
--- a/src/react/LabelPaired/LabelPairedImagePolaroidUserCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImagePolaroidUserCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImagePolaroidUserCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImagePolaroidUserCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedImagePolaroidUserCaptionFillIcon.tsx
index 15422fadac..9afb39868c 100644
--- a/src/react/LabelPaired/LabelPairedImagePolaroidUserCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImagePolaroidUserCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImagePolaroidUserCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImagePolaroidUserCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedImagePolaroidUserCaptionRegularIcon.tsx
index 20a96e2a8a..79b117a51f 100644
--- a/src/react/LabelPaired/LabelPairedImagePolaroidUserCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImagePolaroidUserCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImagePolaroidUserCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImagePolaroidUserLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedImagePolaroidUserLgBoldIcon.tsx
index b9e3eff192..666e481bc1 100644
--- a/src/react/LabelPaired/LabelPairedImagePolaroidUserLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImagePolaroidUserLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImagePolaroidUserLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImagePolaroidUserLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedImagePolaroidUserLgFillIcon.tsx
index 4e82b76159..f6baa07bf7 100644
--- a/src/react/LabelPaired/LabelPairedImagePolaroidUserLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImagePolaroidUserLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImagePolaroidUserLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImagePolaroidUserLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedImagePolaroidUserLgRegularIcon.tsx
index 14e496d06f..e4d9ad5d03 100644
--- a/src/react/LabelPaired/LabelPairedImagePolaroidUserLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImagePolaroidUserLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImagePolaroidUserLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImagePolaroidUserMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedImagePolaroidUserMdBoldIcon.tsx
index c73cd1eedb..2bea90870b 100644
--- a/src/react/LabelPaired/LabelPairedImagePolaroidUserMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImagePolaroidUserMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImagePolaroidUserMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImagePolaroidUserMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedImagePolaroidUserMdFillIcon.tsx
index 45d0f50ad6..90cbf02354 100644
--- a/src/react/LabelPaired/LabelPairedImagePolaroidUserMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImagePolaroidUserMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImagePolaroidUserMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImagePolaroidUserMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedImagePolaroidUserMdRegularIcon.tsx
index 079d77b7a6..6437f634f8 100644
--- a/src/react/LabelPaired/LabelPairedImagePolaroidUserMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImagePolaroidUserMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImagePolaroidUserMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImagePolaroidUserSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedImagePolaroidUserSmBoldIcon.tsx
index 2d3931a654..d96b464916 100644
--- a/src/react/LabelPaired/LabelPairedImagePolaroidUserSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImagePolaroidUserSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImagePolaroidUserSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImagePolaroidUserSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedImagePolaroidUserSmFillIcon.tsx
index ed6ecf66a8..04befde0a2 100644
--- a/src/react/LabelPaired/LabelPairedImagePolaroidUserSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImagePolaroidUserSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImagePolaroidUserSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImagePolaroidUserSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedImagePolaroidUserSmRegularIcon.tsx
index b39aef198e..a5db25d004 100644
--- a/src/react/LabelPaired/LabelPairedImagePolaroidUserSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImagePolaroidUserSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImagePolaroidUserSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImagePolaroidUserXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedImagePolaroidUserXlBoldIcon.tsx
index 2ec8335ed9..08fed22439 100644
--- a/src/react/LabelPaired/LabelPairedImagePolaroidUserXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImagePolaroidUserXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImagePolaroidUserXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImagePolaroidUserXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedImagePolaroidUserXlFillIcon.tsx
index aeeb323d2f..905ab3d67c 100644
--- a/src/react/LabelPaired/LabelPairedImagePolaroidUserXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImagePolaroidUserXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImagePolaroidUserXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImagePolaroidUserXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedImagePolaroidUserXlRegularIcon.tsx
index 6c366503c5..e2c917d42e 100644
--- a/src/react/LabelPaired/LabelPairedImagePolaroidUserXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImagePolaroidUserXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImagePolaroidUserXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImageSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedImageSmBoldIcon.tsx
index 76a989d787..3e9a49788a 100644
--- a/src/react/LabelPaired/LabelPairedImageSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImageSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImageSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImageSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedImageSmFillIcon.tsx
index 279c67084d..e53a03967a 100644
--- a/src/react/LabelPaired/LabelPairedImageSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImageSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImageSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImageSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedImageSmRegularIcon.tsx
index e6106f2420..4e604fab70 100644
--- a/src/react/LabelPaired/LabelPairedImageSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImageSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImageSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImageXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedImageXlBoldIcon.tsx
index fb5acd4add..21a668b33c 100644
--- a/src/react/LabelPaired/LabelPairedImageXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImageXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImageXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImageXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedImageXlFillIcon.tsx
index 36db0d5698..78f38507cf 100644
--- a/src/react/LabelPaired/LabelPairedImageXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImageXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImageXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedImageXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedImageXlRegularIcon.tsx
index db7091ba7d..645144fe33 100644
--- a/src/react/LabelPaired/LabelPairedImageXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedImageXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedImageXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedInfoCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedInfoCaptionBoldIcon.tsx
index cb45c27922..15e53ed87c 100644
--- a/src/react/LabelPaired/LabelPairedInfoCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedInfoCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedInfoCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedInfoCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedInfoCaptionFillIcon.tsx
index 4c2ef07b5e..17dec5af3c 100644
--- a/src/react/LabelPaired/LabelPairedInfoCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedInfoCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedInfoCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedInfoCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedInfoCaptionRegularIcon.tsx
index 300351debd..aac68301fa 100644
--- a/src/react/LabelPaired/LabelPairedInfoCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedInfoCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedInfoCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedInfoLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedInfoLgBoldIcon.tsx
index 43eb64de22..98bb279058 100644
--- a/src/react/LabelPaired/LabelPairedInfoLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedInfoLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedInfoLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedInfoLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedInfoLgFillIcon.tsx
index d925ab844e..a019b4c4d7 100644
--- a/src/react/LabelPaired/LabelPairedInfoLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedInfoLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedInfoLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedInfoLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedInfoLgRegularIcon.tsx
index 5f01ac4619..09e8f6f3ed 100644
--- a/src/react/LabelPaired/LabelPairedInfoLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedInfoLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedInfoLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedInfoMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedInfoMdBoldIcon.tsx
index 7737e2900e..8d7bb317db 100644
--- a/src/react/LabelPaired/LabelPairedInfoMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedInfoMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedInfoMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedInfoMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedInfoMdFillIcon.tsx
index 0e512fd5fb..a77c6f63c7 100644
--- a/src/react/LabelPaired/LabelPairedInfoMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedInfoMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedInfoMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedInfoMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedInfoMdRegularIcon.tsx
index bb921fc01a..7e28ab7652 100644
--- a/src/react/LabelPaired/LabelPairedInfoMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedInfoMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedInfoMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedInfoSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedInfoSmBoldIcon.tsx
index d76d9e5a23..734737966a 100644
--- a/src/react/LabelPaired/LabelPairedInfoSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedInfoSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedInfoSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedInfoSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedInfoSmFillIcon.tsx
index f44131f664..366bd4ec1b 100644
--- a/src/react/LabelPaired/LabelPairedInfoSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedInfoSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedInfoSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedInfoSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedInfoSmRegularIcon.tsx
index 8be3a1688b..76aee33fb7 100644
--- a/src/react/LabelPaired/LabelPairedInfoSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedInfoSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedInfoSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedInfoXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedInfoXlBoldIcon.tsx
index 982a38a138..24bc7426bd 100644
--- a/src/react/LabelPaired/LabelPairedInfoXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedInfoXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedInfoXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedInfoXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedInfoXlFillIcon.tsx
index b283fd6c54..d7ea2995cd 100644
--- a/src/react/LabelPaired/LabelPairedInfoXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedInfoXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedInfoXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedInfoXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedInfoXlRegularIcon.tsx
index 0f85361f84..0cdd13e98d 100644
--- a/src/react/LabelPaired/LabelPairedInfoXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedInfoXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedInfoXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedInstagramCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedInstagramCaptionIcon.tsx
index afb87b06b9..76dcc37cf3 100644
--- a/src/react/LabelPaired/LabelPairedInstagramCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedInstagramCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedInstagramCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedInstagramLgIcon.tsx b/src/react/LabelPaired/LabelPairedInstagramLgIcon.tsx
index f4eac3caed..e114b257b9 100644
--- a/src/react/LabelPaired/LabelPairedInstagramLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedInstagramLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedInstagramLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedInstagramMdIcon.tsx b/src/react/LabelPaired/LabelPairedInstagramMdIcon.tsx
index e7c67af9c3..8b64c3e3af 100644
--- a/src/react/LabelPaired/LabelPairedInstagramMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedInstagramMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedInstagramMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedInstagramSmIcon.tsx b/src/react/LabelPaired/LabelPairedInstagramSmIcon.tsx
index ba57b1072e..c7d5bac6d5 100644
--- a/src/react/LabelPaired/LabelPairedInstagramSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedInstagramSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedInstagramSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedInstagramXlIcon.tsx b/src/react/LabelPaired/LabelPairedInstagramXlIcon.tsx
index f94c95a1fb..dedbcd967d 100644
--- a/src/react/LabelPaired/LabelPairedInstagramXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedInstagramXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedInstagramXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedIosCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedIosCaptionIcon.tsx
index 6f8f9f5aa6..854517a6d2 100644
--- a/src/react/LabelPaired/LabelPairedIosCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedIosCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedIosCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedIosLgIcon.tsx b/src/react/LabelPaired/LabelPairedIosLgIcon.tsx
index 8dc746ba9e..2e64a2697d 100644
--- a/src/react/LabelPaired/LabelPairedIosLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedIosLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedIosLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedIosMdIcon.tsx b/src/react/LabelPaired/LabelPairedIosMdIcon.tsx
index c7208cdf35..62ab261ea4 100644
--- a/src/react/LabelPaired/LabelPairedIosMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedIosMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedIosMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedIosSmIcon.tsx b/src/react/LabelPaired/LabelPairedIosSmIcon.tsx
index 116770d968..2ffc2b3c64 100644
--- a/src/react/LabelPaired/LabelPairedIosSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedIosSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedIosSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedIosXlIcon.tsx b/src/react/LabelPaired/LabelPairedIosXlIcon.tsx
index 1010adf44e..f0a58c5d77 100644
--- a/src/react/LabelPaired/LabelPairedIosXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedIosXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedIosXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedIpadosCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedIpadosCaptionIcon.tsx
index e9a32e0ba9..72b1d78dc7 100644
--- a/src/react/LabelPaired/LabelPairedIpadosCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedIpadosCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedIpadosCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedIpadosLgIcon.tsx b/src/react/LabelPaired/LabelPairedIpadosLgIcon.tsx
index c3d8938dfe..3764725b7f 100644
--- a/src/react/LabelPaired/LabelPairedIpadosLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedIpadosLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedIpadosLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedIpadosMdIcon.tsx b/src/react/LabelPaired/LabelPairedIpadosMdIcon.tsx
index f44e961552..eaef4b0ea5 100644
--- a/src/react/LabelPaired/LabelPairedIpadosMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedIpadosMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedIpadosMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedIpadosSmIcon.tsx b/src/react/LabelPaired/LabelPairedIpadosSmIcon.tsx
index 757eaeabdb..acae40fa87 100644
--- a/src/react/LabelPaired/LabelPairedIpadosSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedIpadosSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedIpadosSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedIpadosXlIcon.tsx b/src/react/LabelPaired/LabelPairedIpadosXlIcon.tsx
index 931a73a7a7..7ddc0d68c1 100644
--- a/src/react/LabelPaired/LabelPairedIpadosXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedIpadosXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedIpadosXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedKeyboardCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedKeyboardCaptionBoldIcon.tsx
index a6bde2834e..7fcd0857f5 100644
--- a/src/react/LabelPaired/LabelPairedKeyboardCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedKeyboardCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedKeyboardCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedKeyboardCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedKeyboardCaptionFillIcon.tsx
index 58c90aae2b..a81106e7a1 100644
--- a/src/react/LabelPaired/LabelPairedKeyboardCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedKeyboardCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedKeyboardCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedKeyboardCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedKeyboardCaptionRegularIcon.tsx
index f0d0f4450c..cc22e0d8b1 100644
--- a/src/react/LabelPaired/LabelPairedKeyboardCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedKeyboardCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedKeyboardCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedKeyboardLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedKeyboardLgBoldIcon.tsx
index 164ed01c5f..77631fd61b 100644
--- a/src/react/LabelPaired/LabelPairedKeyboardLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedKeyboardLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedKeyboardLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedKeyboardLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedKeyboardLgFillIcon.tsx
index cf3c8d0706..2f15cd3527 100644
--- a/src/react/LabelPaired/LabelPairedKeyboardLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedKeyboardLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedKeyboardLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedKeyboardLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedKeyboardLgRegularIcon.tsx
index a03188fba7..52cb410155 100644
--- a/src/react/LabelPaired/LabelPairedKeyboardLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedKeyboardLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedKeyboardLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedKeyboardMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedKeyboardMdBoldIcon.tsx
index c7b4526c58..9802d5c3a9 100644
--- a/src/react/LabelPaired/LabelPairedKeyboardMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedKeyboardMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedKeyboardMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedKeyboardMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedKeyboardMdFillIcon.tsx
index 77104ccdff..f4b00c6099 100644
--- a/src/react/LabelPaired/LabelPairedKeyboardMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedKeyboardMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedKeyboardMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedKeyboardMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedKeyboardMdRegularIcon.tsx
index 5df9f21c49..afea4040f8 100644
--- a/src/react/LabelPaired/LabelPairedKeyboardMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedKeyboardMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedKeyboardMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedKeyboardSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedKeyboardSmBoldIcon.tsx
index 1ba8d11897..c9bd0f01b7 100644
--- a/src/react/LabelPaired/LabelPairedKeyboardSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedKeyboardSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedKeyboardSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedKeyboardSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedKeyboardSmFillIcon.tsx
index a5b2e8906a..b50d82ab49 100644
--- a/src/react/LabelPaired/LabelPairedKeyboardSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedKeyboardSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedKeyboardSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedKeyboardSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedKeyboardSmRegularIcon.tsx
index 4caced6fb1..5891df3b68 100644
--- a/src/react/LabelPaired/LabelPairedKeyboardSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedKeyboardSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedKeyboardSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedKeyboardXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedKeyboardXlBoldIcon.tsx
index 53b1433cb8..dc8eebfc70 100644
--- a/src/react/LabelPaired/LabelPairedKeyboardXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedKeyboardXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedKeyboardXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedKeyboardXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedKeyboardXlFillIcon.tsx
index 8e8aa7b124..e2a666d844 100644
--- a/src/react/LabelPaired/LabelPairedKeyboardXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedKeyboardXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedKeyboardXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedKeyboardXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedKeyboardXlRegularIcon.tsx
index ae629bd2c2..9c832d25be 100644
--- a/src/react/LabelPaired/LabelPairedKeyboardXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedKeyboardXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedKeyboardXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLanguageCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLanguageCaptionBoldIcon.tsx
index 66e538b069..2b144320d9 100644
--- a/src/react/LabelPaired/LabelPairedLanguageCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLanguageCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLanguageCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLanguageCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedLanguageCaptionFillIcon.tsx
index 39528e1c41..362bce08ad 100644
--- a/src/react/LabelPaired/LabelPairedLanguageCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLanguageCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLanguageCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLanguageCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLanguageCaptionRegularIcon.tsx
index b1d079a3e5..c10af79c29 100644
--- a/src/react/LabelPaired/LabelPairedLanguageCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLanguageCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLanguageCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLanguageLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLanguageLgBoldIcon.tsx
index 08bf4cb484..3e8514c295 100644
--- a/src/react/LabelPaired/LabelPairedLanguageLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLanguageLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLanguageLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLanguageLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedLanguageLgFillIcon.tsx
index 0a080771cd..679af4a283 100644
--- a/src/react/LabelPaired/LabelPairedLanguageLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLanguageLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLanguageLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLanguageLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLanguageLgRegularIcon.tsx
index 9c71bb7bc4..ceab1143e7 100644
--- a/src/react/LabelPaired/LabelPairedLanguageLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLanguageLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLanguageLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLanguageMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLanguageMdBoldIcon.tsx
index 8cb2173302..599793f7a9 100644
--- a/src/react/LabelPaired/LabelPairedLanguageMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLanguageMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLanguageMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLanguageMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedLanguageMdFillIcon.tsx
index 8ab6521557..b4a826e631 100644
--- a/src/react/LabelPaired/LabelPairedLanguageMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLanguageMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLanguageMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLanguageMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLanguageMdRegularIcon.tsx
index d0c8510ebd..b9bf973892 100644
--- a/src/react/LabelPaired/LabelPairedLanguageMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLanguageMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLanguageMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLanguageSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLanguageSmBoldIcon.tsx
index d65c41ae6d..789e5c5e44 100644
--- a/src/react/LabelPaired/LabelPairedLanguageSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLanguageSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLanguageSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLanguageSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedLanguageSmFillIcon.tsx
index 1fe07f0fe1..86dab5ea5e 100644
--- a/src/react/LabelPaired/LabelPairedLanguageSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLanguageSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLanguageSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLanguageSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLanguageSmRegularIcon.tsx
index 0a669b6876..341640baa0 100644
--- a/src/react/LabelPaired/LabelPairedLanguageSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLanguageSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLanguageSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLanguageXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLanguageXlBoldIcon.tsx
index 6e533337e5..5857bb7bcb 100644
--- a/src/react/LabelPaired/LabelPairedLanguageXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLanguageXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLanguageXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLanguageXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedLanguageXlFillIcon.tsx
index 8684047c19..c34ec6b387 100644
--- a/src/react/LabelPaired/LabelPairedLanguageXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLanguageXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLanguageXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLanguageXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLanguageXlRegularIcon.tsx
index 00090c3966..537377a8d2 100644
--- a/src/react/LabelPaired/LabelPairedLanguageXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLanguageXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLanguageXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopCaptionBoldIcon.tsx
index 825b5aa041..2a6a70b592 100644
--- a/src/react/LabelPaired/LabelPairedLaptopCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopCaptionFillIcon.tsx
index bb168ce5c5..ba25e99520 100644
--- a/src/react/LabelPaired/LabelPairedLaptopCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopCaptionRegularIcon.tsx
index 4311b4aecd..66fa87009c 100644
--- a/src/react/LabelPaired/LabelPairedLaptopCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopLgBoldIcon.tsx
index 767e9ef57b..1fcdbdc6fc 100644
--- a/src/react/LabelPaired/LabelPairedLaptopLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopLgFillIcon.tsx
index 6fcb5808a6..6fe22000fd 100644
--- a/src/react/LabelPaired/LabelPairedLaptopLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopLgRegularIcon.tsx
index b42732b741..a9682f12aa 100644
--- a/src/react/LabelPaired/LabelPairedLaptopLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopMdBoldIcon.tsx
index 8d4d8f3746..7a8df712fa 100644
--- a/src/react/LabelPaired/LabelPairedLaptopMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopMdFillIcon.tsx
index ee0b44de09..60c68a2b29 100644
--- a/src/react/LabelPaired/LabelPairedLaptopMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopMdRegularIcon.tsx
index 040a3db115..917e70e187 100644
--- a/src/react/LabelPaired/LabelPairedLaptopMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopMobileCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopMobileCaptionBoldIcon.tsx
index 4d9e17e3ef..daa30409c6 100644
--- a/src/react/LabelPaired/LabelPairedLaptopMobileCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopMobileCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopMobileCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopMobileCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopMobileCaptionFillIcon.tsx
index 678c8d3dd3..e81ea45324 100644
--- a/src/react/LabelPaired/LabelPairedLaptopMobileCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopMobileCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopMobileCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopMobileCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopMobileCaptionRegularIcon.tsx
index 20d425c53e..b26f9e3f53 100644
--- a/src/react/LabelPaired/LabelPairedLaptopMobileCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopMobileCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopMobileCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopMobileLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopMobileLgBoldIcon.tsx
index 641f97ff23..9ec15f2749 100644
--- a/src/react/LabelPaired/LabelPairedLaptopMobileLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopMobileLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopMobileLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopMobileLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopMobileLgFillIcon.tsx
index eaaf7bc6bf..31961f682b 100644
--- a/src/react/LabelPaired/LabelPairedLaptopMobileLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopMobileLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopMobileLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopMobileLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopMobileLgRegularIcon.tsx
index 55f6704cbb..9eb3f8e1e1 100644
--- a/src/react/LabelPaired/LabelPairedLaptopMobileLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopMobileLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopMobileLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopMobileMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopMobileMdBoldIcon.tsx
index c56828f9ee..0a6fd05831 100644
--- a/src/react/LabelPaired/LabelPairedLaptopMobileMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopMobileMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopMobileMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopMobileMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopMobileMdFillIcon.tsx
index 50dd425bbc..553bd67007 100644
--- a/src/react/LabelPaired/LabelPairedLaptopMobileMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopMobileMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopMobileMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopMobileMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopMobileMdRegularIcon.tsx
index bc80112326..971e2dd2a1 100644
--- a/src/react/LabelPaired/LabelPairedLaptopMobileMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopMobileMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopMobileMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopMobileSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopMobileSmBoldIcon.tsx
index eee33ebbbb..5aad5cb50d 100644
--- a/src/react/LabelPaired/LabelPairedLaptopMobileSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopMobileSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopMobileSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopMobileSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopMobileSmFillIcon.tsx
index f48d0be239..00e5c7316e 100644
--- a/src/react/LabelPaired/LabelPairedLaptopMobileSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopMobileSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopMobileSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopMobileSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopMobileSmRegularIcon.tsx
index f6c3b07c44..4d0ef69a43 100644
--- a/src/react/LabelPaired/LabelPairedLaptopMobileSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopMobileSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopMobileSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopMobileXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopMobileXlBoldIcon.tsx
index 72f518c675..98f73bac1e 100644
--- a/src/react/LabelPaired/LabelPairedLaptopMobileXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopMobileXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopMobileXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopMobileXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopMobileXlFillIcon.tsx
index ff1a1c6703..1fc5b8e9d6 100644
--- a/src/react/LabelPaired/LabelPairedLaptopMobileXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopMobileXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopMobileXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopMobileXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopMobileXlRegularIcon.tsx
index 2e5a9dbb2f..6c41266abd 100644
--- a/src/react/LabelPaired/LabelPairedLaptopMobileXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopMobileXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopMobileXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopSmBoldIcon.tsx
index c9bbb2792f..1a8cae9a47 100644
--- a/src/react/LabelPaired/LabelPairedLaptopSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopSmFillIcon.tsx
index 16d9966921..db56dc8f60 100644
--- a/src/react/LabelPaired/LabelPairedLaptopSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopSmRegularIcon.tsx
index 5baec71b8b..a7a383181c 100644
--- a/src/react/LabelPaired/LabelPairedLaptopSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopXlBoldIcon.tsx
index ce860affc5..08cdd0434c 100644
--- a/src/react/LabelPaired/LabelPairedLaptopXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopXlFillIcon.tsx
index 697a271deb..b7cf90d676 100644
--- a/src/react/LabelPaired/LabelPairedLaptopXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLaptopXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLaptopXlRegularIcon.tsx
index 3ce606d4c0..6825fedb16 100644
--- a/src/react/LabelPaired/LabelPairedLaptopXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLaptopXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLaptopXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLifeRingCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLifeRingCaptionBoldIcon.tsx
index 1473818c28..6d107d0dd4 100644
--- a/src/react/LabelPaired/LabelPairedLifeRingCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLifeRingCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLifeRingCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLifeRingCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedLifeRingCaptionFillIcon.tsx
index 85464eb225..1100c54d18 100644
--- a/src/react/LabelPaired/LabelPairedLifeRingCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLifeRingCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLifeRingCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLifeRingCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLifeRingCaptionRegularIcon.tsx
index c9b2e81187..6fba608362 100644
--- a/src/react/LabelPaired/LabelPairedLifeRingCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLifeRingCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLifeRingCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLifeRingLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLifeRingLgBoldIcon.tsx
index f5f776ea21..af68748ceb 100644
--- a/src/react/LabelPaired/LabelPairedLifeRingLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLifeRingLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLifeRingLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLifeRingLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedLifeRingLgFillIcon.tsx
index 8def0877d9..ad7b0cf544 100644
--- a/src/react/LabelPaired/LabelPairedLifeRingLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLifeRingLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLifeRingLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLifeRingLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLifeRingLgRegularIcon.tsx
index 3f3ef4cff5..330ded6c64 100644
--- a/src/react/LabelPaired/LabelPairedLifeRingLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLifeRingLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLifeRingLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLifeRingMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLifeRingMdBoldIcon.tsx
index 028b4c849c..9e68a00004 100644
--- a/src/react/LabelPaired/LabelPairedLifeRingMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLifeRingMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLifeRingMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLifeRingMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedLifeRingMdFillIcon.tsx
index e3539c35ec..c163b42060 100644
--- a/src/react/LabelPaired/LabelPairedLifeRingMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLifeRingMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLifeRingMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLifeRingMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLifeRingMdRegularIcon.tsx
index 5387408b25..ee985a627f 100644
--- a/src/react/LabelPaired/LabelPairedLifeRingMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLifeRingMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLifeRingMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLifeRingSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLifeRingSmBoldIcon.tsx
index 25cd12372f..ae07014e3d 100644
--- a/src/react/LabelPaired/LabelPairedLifeRingSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLifeRingSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLifeRingSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLifeRingSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedLifeRingSmFillIcon.tsx
index 6fbf48f9e4..e758a38750 100644
--- a/src/react/LabelPaired/LabelPairedLifeRingSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLifeRingSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLifeRingSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLifeRingSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLifeRingSmRegularIcon.tsx
index 5858b66f08..e73418471a 100644
--- a/src/react/LabelPaired/LabelPairedLifeRingSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLifeRingSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLifeRingSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLifeRingXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLifeRingXlBoldIcon.tsx
index 06399e9753..62265da0ab 100644
--- a/src/react/LabelPaired/LabelPairedLifeRingXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLifeRingXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLifeRingXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLifeRingXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedLifeRingXlFillIcon.tsx
index 80454770bf..32011d69f4 100644
--- a/src/react/LabelPaired/LabelPairedLifeRingXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLifeRingXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLifeRingXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLifeRingXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLifeRingXlRegularIcon.tsx
index 032bb2c6a5..91f860e911 100644
--- a/src/react/LabelPaired/LabelPairedLifeRingXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLifeRingXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLifeRingXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockCaptionBoldIcon.tsx
index dbf892d683..9f0f0a3052 100644
--- a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightChartLineUpDownClockCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockCaptionFillIcon.tsx
index 9475d4a5f4..cde0cd33d7 100644
--- a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightChartLineUpDownClockCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockCaptionRegularIcon.tsx
index 07a878f1ce..9369547fc0 100644
--- a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightChartLineUpDownClockCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockLgBoldIcon.tsx
index b14ee63b66..33bbaba5fe 100644
--- a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightChartLineUpDownClockLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockLgFillIcon.tsx
index 2758b9f613..94875baa1d 100644
--- a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightChartLineUpDownClockLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockLgRegularIcon.tsx
index e2d5be9fde..c2bb7e068b 100644
--- a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightChartLineUpDownClockLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockMdBoldIcon.tsx
index f86fd51128..9a4d72e942 100644
--- a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightChartLineUpDownClockMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockMdFillIcon.tsx
index 8e40b1cfe0..ce81f042f8 100644
--- a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightChartLineUpDownClockMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockMdRegularIcon.tsx
index e32e060f4c..4b7a550169 100644
--- a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightChartLineUpDownClockMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockSmBoldIcon.tsx
index 1e6e616d55..2b4656f4b2 100644
--- a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightChartLineUpDownClockSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockSmFillIcon.tsx
index 340707fe32..b8a4bd91c0 100644
--- a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightChartLineUpDownClockSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockSmRegularIcon.tsx
index 158c04267a..bd2a66c636 100644
--- a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightChartLineUpDownClockSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockXlBoldIcon.tsx
index b314b75982..f18128276f 100644
--- a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightChartLineUpDownClockXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockXlFillIcon.tsx
index 0db80d06ae..30878c5643 100644
--- a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightChartLineUpDownClockXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockXlRegularIcon.tsx
index 44b9ba08af..c730668fdd 100644
--- a/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightChartLineUpDownClockXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightChartLineUpDownClockXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarCaptionBoldIcon.tsx
index 6567f24718..8bf22ce059 100644
--- a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightUserTieCircleDollarCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarCaptionFillIcon.tsx
index c290296657..add2c48d0f 100644
--- a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightUserTieCircleDollarCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarCaptionRegularIcon.tsx
index 94668f5cbb..d207f53a84 100644
--- a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightUserTieCircleDollarCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarLgBoldIcon.tsx
index f87c8eb827..18824d2da2 100644
--- a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightUserTieCircleDollarLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarLgFillIcon.tsx
index f7feb7ea65..2eda8615fd 100644
--- a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightUserTieCircleDollarLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarLgRegularIcon.tsx
index fcd7c49d12..d87fc41fdb 100644
--- a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightUserTieCircleDollarLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarMdBoldIcon.tsx
index ed7fc29819..9ca9ea3503 100644
--- a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightUserTieCircleDollarMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarMdFillIcon.tsx
index 36b492eeb6..65db4600f0 100644
--- a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightUserTieCircleDollarMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarMdRegularIcon.tsx
index aa09d0c186..bdf201f97d 100644
--- a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightUserTieCircleDollarMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarSmBoldIcon.tsx
index 14db5a9e46..d86ba824d2 100644
--- a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightUserTieCircleDollarSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarSmFillIcon.tsx
index 40ab5d2f57..acac2b56fd 100644
--- a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightUserTieCircleDollarSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarSmRegularIcon.tsx
index 8571c372e3..a912946610 100644
--- a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightUserTieCircleDollarSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarXlBoldIcon.tsx
index 52262b1abe..c3d9546f27 100644
--- a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightUserTieCircleDollarXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarXlFillIcon.tsx
index e3bf2c3179..2d85148396 100644
--- a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightUserTieCircleDollarXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarXlRegularIcon.tsx
index 988d5e8aa0..9f9424d8bf 100644
--- a/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightUserTieCircleDollarXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightUserTieCircleDollarXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightbulbCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLightbulbCaptionBoldIcon.tsx
index 9f16ffef67..0f3640eca1 100644
--- a/src/react/LabelPaired/LabelPairedLightbulbCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightbulbCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightbulbCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightbulbCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedLightbulbCaptionFillIcon.tsx
index a7b425a6d7..6e5ef4c8af 100644
--- a/src/react/LabelPaired/LabelPairedLightbulbCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightbulbCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightbulbCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightbulbCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLightbulbCaptionRegularIcon.tsx
index 88430a5c58..ad7726e586 100644
--- a/src/react/LabelPaired/LabelPairedLightbulbCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightbulbCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightbulbCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightbulbLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLightbulbLgBoldIcon.tsx
index 69c757e3d6..8ef676784a 100644
--- a/src/react/LabelPaired/LabelPairedLightbulbLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightbulbLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightbulbLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightbulbLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedLightbulbLgFillIcon.tsx
index 989d4b0605..60c9c0f617 100644
--- a/src/react/LabelPaired/LabelPairedLightbulbLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightbulbLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightbulbLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightbulbLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLightbulbLgRegularIcon.tsx
index 1ff205f7a7..e5b9298d4b 100644
--- a/src/react/LabelPaired/LabelPairedLightbulbLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightbulbLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightbulbLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightbulbMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLightbulbMdBoldIcon.tsx
index 6ede1d386d..4158c563cf 100644
--- a/src/react/LabelPaired/LabelPairedLightbulbMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightbulbMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightbulbMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightbulbMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedLightbulbMdFillIcon.tsx
index a11f4279c6..59795ee89d 100644
--- a/src/react/LabelPaired/LabelPairedLightbulbMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightbulbMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightbulbMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightbulbMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLightbulbMdRegularIcon.tsx
index c6141cc12d..8a881cce5d 100644
--- a/src/react/LabelPaired/LabelPairedLightbulbMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightbulbMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightbulbMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightbulbSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLightbulbSmBoldIcon.tsx
index 52f160e637..b6ef2ca73d 100644
--- a/src/react/LabelPaired/LabelPairedLightbulbSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightbulbSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightbulbSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightbulbSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedLightbulbSmFillIcon.tsx
index 05cb535908..7ea2815000 100644
--- a/src/react/LabelPaired/LabelPairedLightbulbSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightbulbSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightbulbSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightbulbSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLightbulbSmRegularIcon.tsx
index 9f46d9d1ae..b34c49800f 100644
--- a/src/react/LabelPaired/LabelPairedLightbulbSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightbulbSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightbulbSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightbulbXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLightbulbXlBoldIcon.tsx
index cf682e95ac..060f384a28 100644
--- a/src/react/LabelPaired/LabelPairedLightbulbXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightbulbXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightbulbXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightbulbXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedLightbulbXlFillIcon.tsx
index 311f03cfc0..7c8bb39476 100644
--- a/src/react/LabelPaired/LabelPairedLightbulbXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightbulbXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightbulbXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLightbulbXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLightbulbXlRegularIcon.tsx
index 5287159bfd..2c1130471e 100644
--- a/src/react/LabelPaired/LabelPairedLightbulbXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLightbulbXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLightbulbXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLinkSimpleCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLinkSimpleCaptionBoldIcon.tsx
index 51e6693d51..096ce1f546 100644
--- a/src/react/LabelPaired/LabelPairedLinkSimpleCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLinkSimpleCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLinkSimpleCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLinkSimpleCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedLinkSimpleCaptionFillIcon.tsx
index fb76a53030..0f411411d1 100644
--- a/src/react/LabelPaired/LabelPairedLinkSimpleCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLinkSimpleCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLinkSimpleCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLinkSimpleCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLinkSimpleCaptionRegularIcon.tsx
index c4ef0104ba..9edadb8c30 100644
--- a/src/react/LabelPaired/LabelPairedLinkSimpleCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLinkSimpleCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLinkSimpleCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLinkSimpleLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLinkSimpleLgBoldIcon.tsx
index b2cf153887..a9fd5480c8 100644
--- a/src/react/LabelPaired/LabelPairedLinkSimpleLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLinkSimpleLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLinkSimpleLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLinkSimpleLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedLinkSimpleLgFillIcon.tsx
index e19457e54a..0e28fe1a0d 100644
--- a/src/react/LabelPaired/LabelPairedLinkSimpleLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLinkSimpleLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLinkSimpleLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLinkSimpleLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLinkSimpleLgRegularIcon.tsx
index 5e8c2d602b..4ebde36e48 100644
--- a/src/react/LabelPaired/LabelPairedLinkSimpleLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLinkSimpleLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLinkSimpleLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLinkSimpleMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLinkSimpleMdBoldIcon.tsx
index e96f332cc3..f63ae08f1e 100644
--- a/src/react/LabelPaired/LabelPairedLinkSimpleMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLinkSimpleMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLinkSimpleMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLinkSimpleMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedLinkSimpleMdFillIcon.tsx
index 837e8a1204..10707c937d 100644
--- a/src/react/LabelPaired/LabelPairedLinkSimpleMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLinkSimpleMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLinkSimpleMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLinkSimpleMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLinkSimpleMdRegularIcon.tsx
index c483ef48bd..c37254bf8a 100644
--- a/src/react/LabelPaired/LabelPairedLinkSimpleMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLinkSimpleMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLinkSimpleMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLinkSimpleSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLinkSimpleSmBoldIcon.tsx
index d11133431f..c1ae8cff54 100644
--- a/src/react/LabelPaired/LabelPairedLinkSimpleSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLinkSimpleSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLinkSimpleSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLinkSimpleSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedLinkSimpleSmFillIcon.tsx
index ea36809516..efd291d6f3 100644
--- a/src/react/LabelPaired/LabelPairedLinkSimpleSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLinkSimpleSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLinkSimpleSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLinkSimpleSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLinkSimpleSmRegularIcon.tsx
index 5b54117e0a..1c16bc34eb 100644
--- a/src/react/LabelPaired/LabelPairedLinkSimpleSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLinkSimpleSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLinkSimpleSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLinkSimpleXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLinkSimpleXlBoldIcon.tsx
index 2279ca2e76..d49f880306 100644
--- a/src/react/LabelPaired/LabelPairedLinkSimpleXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLinkSimpleXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLinkSimpleXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLinkSimpleXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedLinkSimpleXlFillIcon.tsx
index e9afcd8367..356e262949 100644
--- a/src/react/LabelPaired/LabelPairedLinkSimpleXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLinkSimpleXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLinkSimpleXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLinkSimpleXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLinkSimpleXlRegularIcon.tsx
index ccba9b0f37..2f7575eec2 100644
--- a/src/react/LabelPaired/LabelPairedLinkSimpleXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLinkSimpleXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLinkSimpleXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLinkedinCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedLinkedinCaptionIcon.tsx
index d58e6d7a71..bd241c5c12 100644
--- a/src/react/LabelPaired/LabelPairedLinkedinCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLinkedinCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLinkedinCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLinkedinLgIcon.tsx b/src/react/LabelPaired/LabelPairedLinkedinLgIcon.tsx
index a08a8e0bff..e63a25f7ad 100644
--- a/src/react/LabelPaired/LabelPairedLinkedinLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLinkedinLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLinkedinLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLinkedinMdIcon.tsx b/src/react/LabelPaired/LabelPairedLinkedinMdIcon.tsx
index 46bb521eb9..ecedf7fef7 100644
--- a/src/react/LabelPaired/LabelPairedLinkedinMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLinkedinMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLinkedinMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLinkedinSmIcon.tsx b/src/react/LabelPaired/LabelPairedLinkedinSmIcon.tsx
index ddb5afa102..8add8094fe 100644
--- a/src/react/LabelPaired/LabelPairedLinkedinSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLinkedinSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLinkedinSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLinkedinXlIcon.tsx b/src/react/LabelPaired/LabelPairedLinkedinXlIcon.tsx
index b798252d01..ba20984319 100644
--- a/src/react/LabelPaired/LabelPairedLinkedinXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLinkedinXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLinkedinXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLinuxCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedLinuxCaptionIcon.tsx
index ca2ba659f5..cf898fbe02 100644
--- a/src/react/LabelPaired/LabelPairedLinuxCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLinuxCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLinuxCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLinuxLgIcon.tsx b/src/react/LabelPaired/LabelPairedLinuxLgIcon.tsx
index 6ac803c8aa..d412c5eb14 100644
--- a/src/react/LabelPaired/LabelPairedLinuxLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLinuxLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLinuxLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLinuxMdIcon.tsx b/src/react/LabelPaired/LabelPairedLinuxMdIcon.tsx
index c86c885a23..728cf0ce90 100644
--- a/src/react/LabelPaired/LabelPairedLinuxMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLinuxMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLinuxMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLinuxSmIcon.tsx b/src/react/LabelPaired/LabelPairedLinuxSmIcon.tsx
index 76c21fa5ce..7a2d4c2601 100644
--- a/src/react/LabelPaired/LabelPairedLinuxSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLinuxSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLinuxSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLinuxXlIcon.tsx b/src/react/LabelPaired/LabelPairedLinuxXlIcon.tsx
index ce8f54e20b..b4e036eb90 100644
--- a/src/react/LabelPaired/LabelPairedLinuxXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLinuxXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLinuxXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsCaptionBoldIcon.tsx
index 18a05908e1..5204f9c907 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsCaptionFillIcon.tsx
index 7d2cd1dc11..a7b3e3dda1 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsCaptionRegularIcon.tsx
index 7526927605..843d9c1711 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsLgBoldIcon.tsx
index 7e5dd156fc..84808788c7 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsLgFillIcon.tsx
index b199a34049..da907ec48e 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsLgRegularIcon.tsx
index 47eaaf6629..ca5a2d261b 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsMdBoldIcon.tsx
index 0867f28d16..5b7d314003 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsMdFillIcon.tsx
index b878c300cd..0b47acc9be 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsMdRegularIcon.tsx
index 680d98b268..e451dee65c 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashCaptionBoldIcon.tsx
index 497225a959..45ee04f476 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsSlashCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashCaptionFillIcon.tsx
index 48ff6e272f..5de4fa2894 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsSlashCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashCaptionRegularIcon.tsx
index 9bbded5580..743365f084 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsSlashCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashLgBoldIcon.tsx
index 3cc1fbb4a9..c54cd32b30 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsSlashLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashLgFillIcon.tsx
index 38fa70b77f..7220ad5a01 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsSlashLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashLgRegularIcon.tsx
index 2b84a1bd32..5feaf05b30 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsSlashLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashMdBoldIcon.tsx
index 035e1df2f5..dd7cedf069 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsSlashMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashMdFillIcon.tsx
index 8cc92e900f..aea61dc650 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsSlashMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashMdRegularIcon.tsx
index f6239888e6..6422f11b15 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsSlashMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashSmBoldIcon.tsx
index d221e3512f..7bced04670 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsSlashSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashSmFillIcon.tsx
index c7fede1f69..572c6a7de7 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsSlashSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashSmRegularIcon.tsx
index 6d3a340f39..378e45a56d 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsSlashSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashXlBoldIcon.tsx
index c5941be031..fd0c287cd1 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsSlashXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashXlFillIcon.tsx
index 69f0b7eb40..e5a4287955 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsSlashXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashXlRegularIcon.tsx
index 3a39b9720a..4117377b1b 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsSlashXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsSlashXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsSmBoldIcon.tsx
index 5fc53859f0..1ac62ff6f9 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsSmFillIcon.tsx
index bca4f3d85d..f511570bb8 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsSmRegularIcon.tsx
index 26b777c435..7312d96fe8 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsXlBoldIcon.tsx
index 8bb864c490..d7f0521388 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsXlFillIcon.tsx
index 27ec3bd375..7d409a6b90 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationCrosshairsXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLocationCrosshairsXlRegularIcon.tsx
index 0f0f097338..9bf26013dd 100644
--- a/src/react/LabelPaired/LabelPairedLocationCrosshairsXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationCrosshairsXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationCrosshairsXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationDotCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLocationDotCaptionBoldIcon.tsx
index 6738c950f7..4c3d7a6ce6 100644
--- a/src/react/LabelPaired/LabelPairedLocationDotCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationDotCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationDotCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationDotCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedLocationDotCaptionFillIcon.tsx
index 40bca8a251..33b825d9a8 100644
--- a/src/react/LabelPaired/LabelPairedLocationDotCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationDotCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationDotCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationDotCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLocationDotCaptionRegularIcon.tsx
index 2bd91788c6..862d1e56f6 100644
--- a/src/react/LabelPaired/LabelPairedLocationDotCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationDotCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationDotCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationDotLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLocationDotLgBoldIcon.tsx
index 42a755212e..4de6a37f29 100644
--- a/src/react/LabelPaired/LabelPairedLocationDotLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationDotLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationDotLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationDotLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedLocationDotLgFillIcon.tsx
index 730fdc364c..d02934c93a 100644
--- a/src/react/LabelPaired/LabelPairedLocationDotLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationDotLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationDotLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationDotLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLocationDotLgRegularIcon.tsx
index 630198a6e6..5b37ca0cde 100644
--- a/src/react/LabelPaired/LabelPairedLocationDotLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationDotLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationDotLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationDotMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLocationDotMdBoldIcon.tsx
index 64fc7488f7..743ec042aa 100644
--- a/src/react/LabelPaired/LabelPairedLocationDotMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationDotMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationDotMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationDotMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedLocationDotMdFillIcon.tsx
index 64e3476861..001fabcee2 100644
--- a/src/react/LabelPaired/LabelPairedLocationDotMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationDotMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationDotMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationDotMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLocationDotMdRegularIcon.tsx
index b7a526d0fd..7cc6b090c7 100644
--- a/src/react/LabelPaired/LabelPairedLocationDotMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationDotMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationDotMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationDotSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLocationDotSmBoldIcon.tsx
index a10bc67ffc..438c2eb601 100644
--- a/src/react/LabelPaired/LabelPairedLocationDotSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationDotSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationDotSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationDotSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedLocationDotSmFillIcon.tsx
index bddedb7835..8ad7787b5a 100644
--- a/src/react/LabelPaired/LabelPairedLocationDotSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationDotSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationDotSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationDotSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLocationDotSmRegularIcon.tsx
index 71cf6eb6cc..c8b7778572 100644
--- a/src/react/LabelPaired/LabelPairedLocationDotSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationDotSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationDotSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationDotXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLocationDotXlBoldIcon.tsx
index 8346850499..dcc9664975 100644
--- a/src/react/LabelPaired/LabelPairedLocationDotXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationDotXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationDotXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationDotXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedLocationDotXlFillIcon.tsx
index 656b09ba4d..9162fad44e 100644
--- a/src/react/LabelPaired/LabelPairedLocationDotXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationDotXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationDotXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLocationDotXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLocationDotXlRegularIcon.tsx
index b3aa28e7f5..63d20f4fa7 100644
--- a/src/react/LabelPaired/LabelPairedLocationDotXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLocationDotXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLocationDotXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLockCaptionBoldIcon.tsx
index ffaeb0bdbc..23942ee498 100644
--- a/src/react/LabelPaired/LabelPairedLockCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedLockCaptionFillIcon.tsx
index 4f7321eb82..b6d044108e 100644
--- a/src/react/LabelPaired/LabelPairedLockCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLockCaptionRegularIcon.tsx
index 9b87d90721..a42ab85910 100644
--- a/src/react/LabelPaired/LabelPairedLockCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLockLgBoldIcon.tsx
index 37384f52eb..a24d69d984 100644
--- a/src/react/LabelPaired/LabelPairedLockLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedLockLgFillIcon.tsx
index ad24b8afc2..172fd5a696 100644
--- a/src/react/LabelPaired/LabelPairedLockLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLockLgRegularIcon.tsx
index 62857f2764..81bce7c809 100644
--- a/src/react/LabelPaired/LabelPairedLockLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLockMdBoldIcon.tsx
index f5c52a1332..bbb06d184f 100644
--- a/src/react/LabelPaired/LabelPairedLockMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedLockMdFillIcon.tsx
index afe3527afd..709008a564 100644
--- a/src/react/LabelPaired/LabelPairedLockMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLockMdRegularIcon.tsx
index a230f30141..a24ab91c65 100644
--- a/src/react/LabelPaired/LabelPairedLockMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockPatternCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLockPatternCaptionBoldIcon.tsx
index 3599c212fb..2b8a761d32 100644
--- a/src/react/LabelPaired/LabelPairedLockPatternCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockPatternCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockPatternCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockPatternCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedLockPatternCaptionFillIcon.tsx
index 0227879ded..dfe838cc28 100644
--- a/src/react/LabelPaired/LabelPairedLockPatternCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockPatternCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockPatternCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockPatternCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLockPatternCaptionRegularIcon.tsx
index edae979889..b77155e745 100644
--- a/src/react/LabelPaired/LabelPairedLockPatternCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockPatternCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockPatternCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockPatternLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLockPatternLgBoldIcon.tsx
index 742f6e1371..49fd16c9a7 100644
--- a/src/react/LabelPaired/LabelPairedLockPatternLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockPatternLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockPatternLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockPatternLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedLockPatternLgFillIcon.tsx
index 6b2792b63e..1b2e74448b 100644
--- a/src/react/LabelPaired/LabelPairedLockPatternLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockPatternLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockPatternLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockPatternLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLockPatternLgRegularIcon.tsx
index cfc348a1b3..3be78c65e4 100644
--- a/src/react/LabelPaired/LabelPairedLockPatternLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockPatternLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockPatternLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockPatternMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLockPatternMdBoldIcon.tsx
index 9a0333454c..e0000240c1 100644
--- a/src/react/LabelPaired/LabelPairedLockPatternMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockPatternMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockPatternMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockPatternMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedLockPatternMdFillIcon.tsx
index e06fc29656..26d1bd3058 100644
--- a/src/react/LabelPaired/LabelPairedLockPatternMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockPatternMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockPatternMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockPatternMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLockPatternMdRegularIcon.tsx
index 0e71328a26..ec6db3f79f 100644
--- a/src/react/LabelPaired/LabelPairedLockPatternMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockPatternMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockPatternMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockPatternSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLockPatternSmBoldIcon.tsx
index 19eb389136..911016c510 100644
--- a/src/react/LabelPaired/LabelPairedLockPatternSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockPatternSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockPatternSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockPatternSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedLockPatternSmFillIcon.tsx
index a90060fd06..ccdcc2dd6e 100644
--- a/src/react/LabelPaired/LabelPairedLockPatternSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockPatternSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockPatternSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockPatternSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLockPatternSmRegularIcon.tsx
index 248ba10046..428e20b699 100644
--- a/src/react/LabelPaired/LabelPairedLockPatternSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockPatternSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockPatternSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockPatternXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLockPatternXlBoldIcon.tsx
index 513c012ffb..af60232661 100644
--- a/src/react/LabelPaired/LabelPairedLockPatternXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockPatternXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockPatternXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockPatternXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedLockPatternXlFillIcon.tsx
index f2724696c0..11397974d3 100644
--- a/src/react/LabelPaired/LabelPairedLockPatternXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockPatternXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockPatternXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockPatternXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLockPatternXlRegularIcon.tsx
index da6284d1f1..6493843f22 100644
--- a/src/react/LabelPaired/LabelPairedLockPatternXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockPatternXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockPatternXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLockSmBoldIcon.tsx
index f501e0d395..2528b34cb8 100644
--- a/src/react/LabelPaired/LabelPairedLockSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedLockSmFillIcon.tsx
index cb0da024fa..c6042b3b12 100644
--- a/src/react/LabelPaired/LabelPairedLockSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLockSmRegularIcon.tsx
index 357b6e1d64..17c21f545c 100644
--- a/src/react/LabelPaired/LabelPairedLockSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedLockXlBoldIcon.tsx
index 0b69e2a93b..5b22bed5e6 100644
--- a/src/react/LabelPaired/LabelPairedLockXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedLockXlFillIcon.tsx
index f2c489a7e2..ccc576a7ad 100644
--- a/src/react/LabelPaired/LabelPairedLockXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedLockXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedLockXlRegularIcon.tsx
index df00f858d7..1107766c70 100644
--- a/src/react/LabelPaired/LabelPairedLockXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedLockXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedLockXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMacosCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedMacosCaptionIcon.tsx
index ad1e6ad2f3..8c6babb891 100644
--- a/src/react/LabelPaired/LabelPairedMacosCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMacosCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMacosCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMacosLgIcon.tsx b/src/react/LabelPaired/LabelPairedMacosLgIcon.tsx
index 5c107cdc16..71c11d136b 100644
--- a/src/react/LabelPaired/LabelPairedMacosLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMacosLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMacosLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMacosMdIcon.tsx b/src/react/LabelPaired/LabelPairedMacosMdIcon.tsx
index 976eefe4ce..46c7c0fe6a 100644
--- a/src/react/LabelPaired/LabelPairedMacosMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMacosMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMacosMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMacosSmIcon.tsx b/src/react/LabelPaired/LabelPairedMacosSmIcon.tsx
index a985b265f6..b0c83b5eec 100644
--- a/src/react/LabelPaired/LabelPairedMacosSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMacosSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMacosSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMacosXlIcon.tsx b/src/react/LabelPaired/LabelPairedMacosXlIcon.tsx
index 587197ee7f..a8aff7901d 100644
--- a/src/react/LabelPaired/LabelPairedMacosXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMacosXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMacosXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMemoCircleCheckCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMemoCircleCheckCaptionBoldIcon.tsx
index 66df376b05..72865b5fa3 100644
--- a/src/react/LabelPaired/LabelPairedMemoCircleCheckCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMemoCircleCheckCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMemoCircleCheckCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMemoCircleCheckCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedMemoCircleCheckCaptionFillIcon.tsx
index 19fc3d825b..b132309608 100644
--- a/src/react/LabelPaired/LabelPairedMemoCircleCheckCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMemoCircleCheckCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMemoCircleCheckCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMemoCircleCheckCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMemoCircleCheckCaptionRegularIcon.tsx
index 3d9c0bbe33..8f4145300b 100644
--- a/src/react/LabelPaired/LabelPairedMemoCircleCheckCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMemoCircleCheckCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMemoCircleCheckCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMemoCircleCheckLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMemoCircleCheckLgBoldIcon.tsx
index e285fbef2f..a2d918fb42 100644
--- a/src/react/LabelPaired/LabelPairedMemoCircleCheckLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMemoCircleCheckLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMemoCircleCheckLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMemoCircleCheckLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedMemoCircleCheckLgFillIcon.tsx
index ed15055691..56eda8d76f 100644
--- a/src/react/LabelPaired/LabelPairedMemoCircleCheckLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMemoCircleCheckLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMemoCircleCheckLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMemoCircleCheckLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMemoCircleCheckLgRegularIcon.tsx
index bf1e60a85a..19d033fe7e 100644
--- a/src/react/LabelPaired/LabelPairedMemoCircleCheckLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMemoCircleCheckLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMemoCircleCheckLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMemoCircleCheckMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMemoCircleCheckMdBoldIcon.tsx
index a6eaed3434..aa9fb21038 100644
--- a/src/react/LabelPaired/LabelPairedMemoCircleCheckMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMemoCircleCheckMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMemoCircleCheckMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMemoCircleCheckMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedMemoCircleCheckMdFillIcon.tsx
index f8d571b7f2..7d27651ac8 100644
--- a/src/react/LabelPaired/LabelPairedMemoCircleCheckMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMemoCircleCheckMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMemoCircleCheckMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMemoCircleCheckMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMemoCircleCheckMdRegularIcon.tsx
index 7604e03c83..67bfefda33 100644
--- a/src/react/LabelPaired/LabelPairedMemoCircleCheckMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMemoCircleCheckMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMemoCircleCheckMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMemoCircleCheckSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMemoCircleCheckSmBoldIcon.tsx
index 463f5d5608..96e7108c08 100644
--- a/src/react/LabelPaired/LabelPairedMemoCircleCheckSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMemoCircleCheckSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMemoCircleCheckSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMemoCircleCheckSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedMemoCircleCheckSmFillIcon.tsx
index ce59da791d..fb1b230889 100644
--- a/src/react/LabelPaired/LabelPairedMemoCircleCheckSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMemoCircleCheckSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMemoCircleCheckSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMemoCircleCheckSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMemoCircleCheckSmRegularIcon.tsx
index 5be7f20530..cecb365a65 100644
--- a/src/react/LabelPaired/LabelPairedMemoCircleCheckSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMemoCircleCheckSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMemoCircleCheckSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMemoCircleCheckXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMemoCircleCheckXlBoldIcon.tsx
index c68e658434..d2a0084053 100644
--- a/src/react/LabelPaired/LabelPairedMemoCircleCheckXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMemoCircleCheckXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMemoCircleCheckXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMemoCircleCheckXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedMemoCircleCheckXlFillIcon.tsx
index 629849d8f4..6e24aaecb0 100644
--- a/src/react/LabelPaired/LabelPairedMemoCircleCheckXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMemoCircleCheckXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMemoCircleCheckXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMemoCircleCheckXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMemoCircleCheckXlRegularIcon.tsx
index 3c03310016..dce575c9df 100644
--- a/src/react/LabelPaired/LabelPairedMemoCircleCheckXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMemoCircleCheckXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMemoCircleCheckXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMessagesQuestionCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMessagesQuestionCaptionBoldIcon.tsx
index 2f53786e9f..e284cad70e 100644
--- a/src/react/LabelPaired/LabelPairedMessagesQuestionCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMessagesQuestionCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMessagesQuestionCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMessagesQuestionCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedMessagesQuestionCaptionFillIcon.tsx
index 8a02d922ab..7d51e57cd5 100644
--- a/src/react/LabelPaired/LabelPairedMessagesQuestionCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMessagesQuestionCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMessagesQuestionCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMessagesQuestionCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMessagesQuestionCaptionRegularIcon.tsx
index a7bf9cc5e6..5b0ac06d90 100644
--- a/src/react/LabelPaired/LabelPairedMessagesQuestionCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMessagesQuestionCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMessagesQuestionCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMessagesQuestionLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMessagesQuestionLgBoldIcon.tsx
index 62fb604857..131f93478b 100644
--- a/src/react/LabelPaired/LabelPairedMessagesQuestionLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMessagesQuestionLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMessagesQuestionLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMessagesQuestionLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedMessagesQuestionLgFillIcon.tsx
index 239e563a72..4dc01b44aa 100644
--- a/src/react/LabelPaired/LabelPairedMessagesQuestionLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMessagesQuestionLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMessagesQuestionLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMessagesQuestionLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMessagesQuestionLgRegularIcon.tsx
index c730283d04..b333fda5ef 100644
--- a/src/react/LabelPaired/LabelPairedMessagesQuestionLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMessagesQuestionLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMessagesQuestionLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMessagesQuestionMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMessagesQuestionMdBoldIcon.tsx
index bacbc3265b..c0d1952628 100644
--- a/src/react/LabelPaired/LabelPairedMessagesQuestionMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMessagesQuestionMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMessagesQuestionMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMessagesQuestionMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedMessagesQuestionMdFillIcon.tsx
index 56d403d525..7ed54fdfd4 100644
--- a/src/react/LabelPaired/LabelPairedMessagesQuestionMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMessagesQuestionMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMessagesQuestionMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMessagesQuestionMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMessagesQuestionMdRegularIcon.tsx
index 84d0799196..581d4a7da8 100644
--- a/src/react/LabelPaired/LabelPairedMessagesQuestionMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMessagesQuestionMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMessagesQuestionMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMessagesQuestionSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMessagesQuestionSmBoldIcon.tsx
index becaa3f12d..61d34c16e8 100644
--- a/src/react/LabelPaired/LabelPairedMessagesQuestionSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMessagesQuestionSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMessagesQuestionSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMessagesQuestionSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedMessagesQuestionSmFillIcon.tsx
index dbbc395f5c..9509f09e5b 100644
--- a/src/react/LabelPaired/LabelPairedMessagesQuestionSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMessagesQuestionSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMessagesQuestionSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMessagesQuestionSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMessagesQuestionSmRegularIcon.tsx
index 5d1d0470b5..04804c138c 100644
--- a/src/react/LabelPaired/LabelPairedMessagesQuestionSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMessagesQuestionSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMessagesQuestionSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMessagesQuestionXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMessagesQuestionXlBoldIcon.tsx
index 09a36a370b..86d6c6f3f4 100644
--- a/src/react/LabelPaired/LabelPairedMessagesQuestionXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMessagesQuestionXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMessagesQuestionXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMessagesQuestionXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedMessagesQuestionXlFillIcon.tsx
index 8ac4d19cd3..c84a758d9f 100644
--- a/src/react/LabelPaired/LabelPairedMessagesQuestionXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMessagesQuestionXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMessagesQuestionXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMessagesQuestionXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMessagesQuestionXlRegularIcon.tsx
index e92bb516f0..c506dfeb6b 100644
--- a/src/react/LabelPaired/LabelPairedMessagesQuestionXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMessagesQuestionXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMessagesQuestionXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMicrophoneCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMicrophoneCaptionBoldIcon.tsx
index b05424fa19..ff9a7ac73a 100644
--- a/src/react/LabelPaired/LabelPairedMicrophoneCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMicrophoneCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMicrophoneCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMicrophoneCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedMicrophoneCaptionFillIcon.tsx
index f15da3790a..358866e3a4 100644
--- a/src/react/LabelPaired/LabelPairedMicrophoneCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMicrophoneCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMicrophoneCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMicrophoneCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMicrophoneCaptionRegularIcon.tsx
index 77b8c472df..b198fc5c3d 100644
--- a/src/react/LabelPaired/LabelPairedMicrophoneCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMicrophoneCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMicrophoneCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMicrophoneLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMicrophoneLgBoldIcon.tsx
index 587e1e6791..79759b9092 100644
--- a/src/react/LabelPaired/LabelPairedMicrophoneLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMicrophoneLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMicrophoneLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMicrophoneLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedMicrophoneLgFillIcon.tsx
index 4cb3b472a3..9eaba41e0c 100644
--- a/src/react/LabelPaired/LabelPairedMicrophoneLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMicrophoneLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMicrophoneLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMicrophoneLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMicrophoneLgRegularIcon.tsx
index c17f6ab0ce..7e3d13466c 100644
--- a/src/react/LabelPaired/LabelPairedMicrophoneLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMicrophoneLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMicrophoneLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMicrophoneMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMicrophoneMdBoldIcon.tsx
index a474457aa5..dca480f47b 100644
--- a/src/react/LabelPaired/LabelPairedMicrophoneMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMicrophoneMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMicrophoneMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMicrophoneMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedMicrophoneMdFillIcon.tsx
index 15cdfe24a3..2bce390316 100644
--- a/src/react/LabelPaired/LabelPairedMicrophoneMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMicrophoneMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMicrophoneMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMicrophoneMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMicrophoneMdRegularIcon.tsx
index 17b5a18dd4..d52b36cd40 100644
--- a/src/react/LabelPaired/LabelPairedMicrophoneMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMicrophoneMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMicrophoneMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMicrophoneSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMicrophoneSmBoldIcon.tsx
index fcb989085f..e518c14421 100644
--- a/src/react/LabelPaired/LabelPairedMicrophoneSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMicrophoneSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMicrophoneSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMicrophoneSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedMicrophoneSmFillIcon.tsx
index 1eadbe6ab8..30f3e61f16 100644
--- a/src/react/LabelPaired/LabelPairedMicrophoneSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMicrophoneSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMicrophoneSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMicrophoneSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMicrophoneSmRegularIcon.tsx
index 1049d08c3b..567885dde2 100644
--- a/src/react/LabelPaired/LabelPairedMicrophoneSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMicrophoneSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMicrophoneSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMicrophoneXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMicrophoneXlBoldIcon.tsx
index e04d7f7d02..7dc88f44b6 100644
--- a/src/react/LabelPaired/LabelPairedMicrophoneXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMicrophoneXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMicrophoneXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMicrophoneXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedMicrophoneXlFillIcon.tsx
index bce0aff4d5..3b6682af87 100644
--- a/src/react/LabelPaired/LabelPairedMicrophoneXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMicrophoneXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMicrophoneXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMicrophoneXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMicrophoneXlRegularIcon.tsx
index 9c5734613b..d4e679c9ca 100644
--- a/src/react/LabelPaired/LabelPairedMicrophoneXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMicrophoneXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMicrophoneXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMicrosoftCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedMicrosoftCaptionIcon.tsx
index d1ad417471..676de88f83 100644
--- a/src/react/LabelPaired/LabelPairedMicrosoftCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMicrosoftCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMicrosoftCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMicrosoftLgIcon.tsx b/src/react/LabelPaired/LabelPairedMicrosoftLgIcon.tsx
index 82f0151e13..ed49fb8d2f 100644
--- a/src/react/LabelPaired/LabelPairedMicrosoftLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMicrosoftLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMicrosoftLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMicrosoftMdIcon.tsx b/src/react/LabelPaired/LabelPairedMicrosoftMdIcon.tsx
index f41da37269..ce7e637c19 100644
--- a/src/react/LabelPaired/LabelPairedMicrosoftMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMicrosoftMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMicrosoftMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMicrosoftSmIcon.tsx b/src/react/LabelPaired/LabelPairedMicrosoftSmIcon.tsx
index 2e0055311b..30676cf98e 100644
--- a/src/react/LabelPaired/LabelPairedMicrosoftSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMicrosoftSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMicrosoftSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMicrosoftStoreCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedMicrosoftStoreCaptionIcon.tsx
index d089336937..e20e72ee01 100644
--- a/src/react/LabelPaired/LabelPairedMicrosoftStoreCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMicrosoftStoreCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMicrosoftStoreCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMicrosoftStoreLgIcon.tsx b/src/react/LabelPaired/LabelPairedMicrosoftStoreLgIcon.tsx
index a88df2911b..eb33dd44fc 100644
--- a/src/react/LabelPaired/LabelPairedMicrosoftStoreLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMicrosoftStoreLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMicrosoftStoreLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMicrosoftStoreMdIcon.tsx b/src/react/LabelPaired/LabelPairedMicrosoftStoreMdIcon.tsx
index 5fc39f426f..1c6044f02f 100644
--- a/src/react/LabelPaired/LabelPairedMicrosoftStoreMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMicrosoftStoreMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMicrosoftStoreMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMicrosoftStoreSmIcon.tsx b/src/react/LabelPaired/LabelPairedMicrosoftStoreSmIcon.tsx
index ab8c0aba03..dc82f06e33 100644
--- a/src/react/LabelPaired/LabelPairedMicrosoftStoreSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMicrosoftStoreSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMicrosoftStoreSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMicrosoftStoreXlIcon.tsx b/src/react/LabelPaired/LabelPairedMicrosoftStoreXlIcon.tsx
index 38c675cf42..112b088c46 100644
--- a/src/react/LabelPaired/LabelPairedMicrosoftStoreXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMicrosoftStoreXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMicrosoftStoreXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMicrosoftXlIcon.tsx b/src/react/LabelPaired/LabelPairedMicrosoftXlIcon.tsx
index ea62de2dd5..20d6bb3afc 100644
--- a/src/react/LabelPaired/LabelPairedMicrosoftXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMicrosoftXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMicrosoftXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMinusCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMinusCaptionBoldIcon.tsx
index 50b4fe2e30..f07cbb1ee8 100644
--- a/src/react/LabelPaired/LabelPairedMinusCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMinusCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMinusCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMinusCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedMinusCaptionFillIcon.tsx
index ebf5a0eaa3..ee3c357bd6 100644
--- a/src/react/LabelPaired/LabelPairedMinusCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMinusCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMinusCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMinusCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMinusCaptionRegularIcon.tsx
index 1de7bb771b..add400b1ab 100644
--- a/src/react/LabelPaired/LabelPairedMinusCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMinusCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMinusCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMinusLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMinusLgBoldIcon.tsx
index 61112d2efc..38b444d61a 100644
--- a/src/react/LabelPaired/LabelPairedMinusLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMinusLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMinusLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMinusLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedMinusLgFillIcon.tsx
index 379571f018..da5ac82bdb 100644
--- a/src/react/LabelPaired/LabelPairedMinusLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMinusLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMinusLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMinusLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMinusLgRegularIcon.tsx
index 199a71b5d3..afd3b1198c 100644
--- a/src/react/LabelPaired/LabelPairedMinusLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMinusLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMinusLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMinusMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMinusMdBoldIcon.tsx
index 752d5c6615..4698095b69 100644
--- a/src/react/LabelPaired/LabelPairedMinusMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMinusMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMinusMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMinusMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedMinusMdFillIcon.tsx
index b319d5b43d..13fe71187c 100644
--- a/src/react/LabelPaired/LabelPairedMinusMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMinusMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMinusMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMinusMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMinusMdRegularIcon.tsx
index 5d3d67313a..f5270d6114 100644
--- a/src/react/LabelPaired/LabelPairedMinusMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMinusMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMinusMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMinusSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMinusSmBoldIcon.tsx
index d8be3d1bc7..d84c4f7419 100644
--- a/src/react/LabelPaired/LabelPairedMinusSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMinusSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMinusSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMinusSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedMinusSmFillIcon.tsx
index 0b634db673..965ba6f3a1 100644
--- a/src/react/LabelPaired/LabelPairedMinusSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMinusSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMinusSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMinusSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMinusSmRegularIcon.tsx
index fc929b0b38..58e4704cfd 100644
--- a/src/react/LabelPaired/LabelPairedMinusSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMinusSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMinusSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMinusXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMinusXlBoldIcon.tsx
index d82b9f721a..6372336d57 100644
--- a/src/react/LabelPaired/LabelPairedMinusXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMinusXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMinusXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMinusXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedMinusXlFillIcon.tsx
index 8860e9b08d..467d75d1eb 100644
--- a/src/react/LabelPaired/LabelPairedMinusXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMinusXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMinusXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMinusXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMinusXlRegularIcon.tsx
index 68da789b30..9b9c2e578d 100644
--- a/src/react/LabelPaired/LabelPairedMinusXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMinusXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMinusXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchCaptionBoldIcon.tsx
index 71b9eede73..acbedfc68e 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchCaptionFillIcon.tsx
index 01da5a79d8..348504a293 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchCaptionRegularIcon.tsx
index 1224f860fb..53c33d90b5 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchLgBoldIcon.tsx
index 4f17e1e70a..ec3d2ab92e 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchLgFillIcon.tsx
index f95db69dc1..79c4787dd9 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchLgRegularIcon.tsx
index 7d0268c8c9..ce5fcce45f 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchMdBoldIcon.tsx
index 02598a95e3..aa5f4c8116 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchMdFillIcon.tsx
index fe9d078888..e61e9820a3 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchMdRegularIcon.tsx
index 3b16ca229c..bc5f6451ed 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchRotateCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchRotateCaptionBoldIcon.tsx
index bea154d970..c3d0f98551 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchRotateCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchRotateCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchRotateCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchRotateCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchRotateCaptionFillIcon.tsx
index c95e94d781..7a47324fbb 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchRotateCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchRotateCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchRotateCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchRotateCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchRotateCaptionRegularIcon.tsx
index 503ef99e78..afc1397209 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchRotateCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchRotateCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchRotateCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchRotateLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchRotateLgBoldIcon.tsx
index ea4bfe412a..83c17629dc 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchRotateLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchRotateLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchRotateLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchRotateLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchRotateLgFillIcon.tsx
index 8356c7b7e5..9364af4133 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchRotateLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchRotateLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchRotateLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchRotateLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchRotateLgRegularIcon.tsx
index 774b37b558..12ba299241 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchRotateLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchRotateLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchRotateLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchRotateMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchRotateMdBoldIcon.tsx
index b28fc28ac3..4b19355d3c 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchRotateMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchRotateMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchRotateMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchRotateMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchRotateMdFillIcon.tsx
index 7b532851f2..c336fdf051 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchRotateMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchRotateMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchRotateMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchRotateMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchRotateMdRegularIcon.tsx
index c965108b94..bad5fcd7e0 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchRotateMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchRotateMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchRotateMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchRotateSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchRotateSmBoldIcon.tsx
index 82325adcf2..49f261620f 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchRotateSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchRotateSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchRotateSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchRotateSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchRotateSmFillIcon.tsx
index eabbe87057..1a56cdc163 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchRotateSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchRotateSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchRotateSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchRotateSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchRotateSmRegularIcon.tsx
index 887ea2f9b8..5dcebeb1e4 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchRotateSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchRotateSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchRotateSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchRotateXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchRotateXlBoldIcon.tsx
index 8130ec9c1d..50dfc19acb 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchRotateXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchRotateXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchRotateXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchRotateXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchRotateXlFillIcon.tsx
index 08b08359a7..2b693192e8 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchRotateXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchRotateXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchRotateXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchRotateXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchRotateXlRegularIcon.tsx
index 05b7240d5f..0c2d68d79c 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchRotateXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchRotateXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchRotateXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchSmBoldIcon.tsx
index b014fcedb2..f6dc3fcc71 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchSmFillIcon.tsx
index a24b6ddb31..c4393b7091 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchSmRegularIcon.tsx
index 3094967315..2e648d1ee3 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchXlBoldIcon.tsx
index f80ae8aa4d..51f7ac2eb8 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchXlFillIcon.tsx
index cca9d2c16b..157f1bfda0 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileNotchXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMobileNotchXlRegularIcon.tsx
index 74aa28ccbb..8aee99f65c 100644
--- a/src/react/LabelPaired/LabelPairedMobileNotchXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileNotchXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileNotchXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileScreenButtonCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMobileScreenButtonCaptionBoldIcon.tsx
index 0432b2de03..7c0772fd3b 100644
--- a/src/react/LabelPaired/LabelPairedMobileScreenButtonCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileScreenButtonCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileScreenButtonCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileScreenButtonCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedMobileScreenButtonCaptionFillIcon.tsx
index 2087856ab1..9114da9b49 100644
--- a/src/react/LabelPaired/LabelPairedMobileScreenButtonCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileScreenButtonCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileScreenButtonCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileScreenButtonCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMobileScreenButtonCaptionRegularIcon.tsx
index e13170a265..12d7e49223 100644
--- a/src/react/LabelPaired/LabelPairedMobileScreenButtonCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileScreenButtonCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileScreenButtonCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileScreenButtonLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMobileScreenButtonLgBoldIcon.tsx
index aa256eb65a..6d0280838c 100644
--- a/src/react/LabelPaired/LabelPairedMobileScreenButtonLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileScreenButtonLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileScreenButtonLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileScreenButtonLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedMobileScreenButtonLgFillIcon.tsx
index f6e39e2d3f..da2e8f9d9a 100644
--- a/src/react/LabelPaired/LabelPairedMobileScreenButtonLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileScreenButtonLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileScreenButtonLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileScreenButtonLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMobileScreenButtonLgRegularIcon.tsx
index e223c96b1e..55c30729d1 100644
--- a/src/react/LabelPaired/LabelPairedMobileScreenButtonLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileScreenButtonLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileScreenButtonLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileScreenButtonMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMobileScreenButtonMdBoldIcon.tsx
index 9a5753dddc..468ceeb4aa 100644
--- a/src/react/LabelPaired/LabelPairedMobileScreenButtonMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileScreenButtonMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileScreenButtonMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileScreenButtonMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedMobileScreenButtonMdFillIcon.tsx
index 169539c11e..f4531a0f25 100644
--- a/src/react/LabelPaired/LabelPairedMobileScreenButtonMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileScreenButtonMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileScreenButtonMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileScreenButtonMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMobileScreenButtonMdRegularIcon.tsx
index 98349b0b81..f1f9f08ff5 100644
--- a/src/react/LabelPaired/LabelPairedMobileScreenButtonMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileScreenButtonMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileScreenButtonMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileScreenButtonSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMobileScreenButtonSmBoldIcon.tsx
index 326524b018..e70870707b 100644
--- a/src/react/LabelPaired/LabelPairedMobileScreenButtonSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileScreenButtonSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileScreenButtonSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileScreenButtonSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedMobileScreenButtonSmFillIcon.tsx
index 778285a093..1316d2310f 100644
--- a/src/react/LabelPaired/LabelPairedMobileScreenButtonSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileScreenButtonSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileScreenButtonSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileScreenButtonSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMobileScreenButtonSmRegularIcon.tsx
index 6b38e427c1..a98df36c8f 100644
--- a/src/react/LabelPaired/LabelPairedMobileScreenButtonSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileScreenButtonSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileScreenButtonSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileScreenButtonXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMobileScreenButtonXlBoldIcon.tsx
index 116cb258b6..320556b67d 100644
--- a/src/react/LabelPaired/LabelPairedMobileScreenButtonXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileScreenButtonXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileScreenButtonXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileScreenButtonXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedMobileScreenButtonXlFillIcon.tsx
index 7248b29e2d..650c5a31fe 100644
--- a/src/react/LabelPaired/LabelPairedMobileScreenButtonXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileScreenButtonXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileScreenButtonXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMobileScreenButtonXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMobileScreenButtonXlRegularIcon.tsx
index dcdab157bb..0e4096ab7e 100644
--- a/src/react/LabelPaired/LabelPairedMobileScreenButtonXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMobileScreenButtonXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMobileScreenButtonXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoneyBillCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMoneyBillCaptionBoldIcon.tsx
index bd62c0b034..821dd188c0 100644
--- a/src/react/LabelPaired/LabelPairedMoneyBillCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoneyBillCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoneyBillCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoneyBillCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedMoneyBillCaptionFillIcon.tsx
index 3b280b16e4..fb0f3de123 100644
--- a/src/react/LabelPaired/LabelPairedMoneyBillCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoneyBillCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoneyBillCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoneyBillCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMoneyBillCaptionRegularIcon.tsx
index c80b38ccdb..cc73d27b33 100644
--- a/src/react/LabelPaired/LabelPairedMoneyBillCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoneyBillCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoneyBillCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoneyBillLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMoneyBillLgBoldIcon.tsx
index 6d37247ca1..d1c5ba80aa 100644
--- a/src/react/LabelPaired/LabelPairedMoneyBillLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoneyBillLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoneyBillLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoneyBillLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedMoneyBillLgFillIcon.tsx
index eaf85dcd7b..daf938a418 100644
--- a/src/react/LabelPaired/LabelPairedMoneyBillLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoneyBillLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoneyBillLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoneyBillLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMoneyBillLgRegularIcon.tsx
index 7dc59efb38..d458cb588f 100644
--- a/src/react/LabelPaired/LabelPairedMoneyBillLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoneyBillLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoneyBillLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoneyBillMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMoneyBillMdBoldIcon.tsx
index 9012d83db4..61b0af9f7b 100644
--- a/src/react/LabelPaired/LabelPairedMoneyBillMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoneyBillMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoneyBillMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoneyBillMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedMoneyBillMdFillIcon.tsx
index b34ad5f0d8..c3932628bc 100644
--- a/src/react/LabelPaired/LabelPairedMoneyBillMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoneyBillMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoneyBillMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoneyBillMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMoneyBillMdRegularIcon.tsx
index 0ce190529c..93ff60a57b 100644
--- a/src/react/LabelPaired/LabelPairedMoneyBillMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoneyBillMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoneyBillMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoneyBillSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMoneyBillSmBoldIcon.tsx
index 042a40d7fb..969dc686dc 100644
--- a/src/react/LabelPaired/LabelPairedMoneyBillSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoneyBillSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoneyBillSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoneyBillSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedMoneyBillSmFillIcon.tsx
index 92fd9b674c..34a224e842 100644
--- a/src/react/LabelPaired/LabelPairedMoneyBillSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoneyBillSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoneyBillSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoneyBillSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMoneyBillSmRegularIcon.tsx
index fa22122084..2c965b47a6 100644
--- a/src/react/LabelPaired/LabelPairedMoneyBillSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoneyBillSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoneyBillSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoneyBillXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMoneyBillXlBoldIcon.tsx
index 0a26be70a7..19f26bf6ca 100644
--- a/src/react/LabelPaired/LabelPairedMoneyBillXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoneyBillXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoneyBillXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoneyBillXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedMoneyBillXlFillIcon.tsx
index 4355b980bd..f3cbaa3a4b 100644
--- a/src/react/LabelPaired/LabelPairedMoneyBillXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoneyBillXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoneyBillXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoneyBillXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMoneyBillXlRegularIcon.tsx
index efac81e34c..912c4ba792 100644
--- a/src/react/LabelPaired/LabelPairedMoneyBillXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoneyBillXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoneyBillXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoonCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMoonCaptionBoldIcon.tsx
index f1a0dee697..62231b7c55 100644
--- a/src/react/LabelPaired/LabelPairedMoonCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoonCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoonCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoonCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedMoonCaptionFillIcon.tsx
index e1d8341189..8ace98f286 100644
--- a/src/react/LabelPaired/LabelPairedMoonCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoonCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoonCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoonCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMoonCaptionRegularIcon.tsx
index 2a57fe905e..54cd2597f9 100644
--- a/src/react/LabelPaired/LabelPairedMoonCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoonCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoonCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoonLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMoonLgBoldIcon.tsx
index c1598de9a4..b060227373 100644
--- a/src/react/LabelPaired/LabelPairedMoonLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoonLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoonLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoonLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedMoonLgFillIcon.tsx
index a3572fc3d2..2315863dfe 100644
--- a/src/react/LabelPaired/LabelPairedMoonLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoonLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoonLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoonLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMoonLgRegularIcon.tsx
index aa9b828fbb..d0393d52ca 100644
--- a/src/react/LabelPaired/LabelPairedMoonLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoonLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoonLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoonMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMoonMdBoldIcon.tsx
index d35587f6c4..9e1acd76f5 100644
--- a/src/react/LabelPaired/LabelPairedMoonMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoonMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoonMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoonMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedMoonMdFillIcon.tsx
index 2b95134c7e..c62f4fac88 100644
--- a/src/react/LabelPaired/LabelPairedMoonMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoonMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoonMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoonMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMoonMdRegularIcon.tsx
index 22624901d2..4e85c361a8 100644
--- a/src/react/LabelPaired/LabelPairedMoonMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoonMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoonMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoonSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMoonSmBoldIcon.tsx
index 52a6078c3b..b3d296fac0 100644
--- a/src/react/LabelPaired/LabelPairedMoonSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoonSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoonSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoonSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedMoonSmFillIcon.tsx
index 723b3284b2..6f815a80ae 100644
--- a/src/react/LabelPaired/LabelPairedMoonSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoonSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoonSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoonSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMoonSmRegularIcon.tsx
index 4dc5c7cb68..cb4f79b892 100644
--- a/src/react/LabelPaired/LabelPairedMoonSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoonSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoonSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoonXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedMoonXlBoldIcon.tsx
index 657537337b..04dc9d3563 100644
--- a/src/react/LabelPaired/LabelPairedMoonXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoonXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoonXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoonXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedMoonXlFillIcon.tsx
index d01b53fa8c..58f54276c1 100644
--- a/src/react/LabelPaired/LabelPairedMoonXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoonXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoonXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedMoonXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedMoonXlRegularIcon.tsx
index ce123f871c..2dc591adaa 100644
--- a/src/react/LabelPaired/LabelPairedMoonXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedMoonXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedMoonXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedNineCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedNineCaptionBoldIcon.tsx
index 7fefe22ea5..7e8ee172c2 100644
--- a/src/react/LabelPaired/LabelPairedNineCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedNineCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedNineCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedNineCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedNineCaptionFillIcon.tsx
index 5eb8bcbf62..fc319fa230 100644
--- a/src/react/LabelPaired/LabelPairedNineCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedNineCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedNineCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedNineCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedNineCaptionRegularIcon.tsx
index a725827dda..34c740e042 100644
--- a/src/react/LabelPaired/LabelPairedNineCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedNineCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedNineCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedNineLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedNineLgBoldIcon.tsx
index 7256967e4c..90ad6877a6 100644
--- a/src/react/LabelPaired/LabelPairedNineLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedNineLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedNineLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedNineLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedNineLgFillIcon.tsx
index 844b8372d5..46525f9c9a 100644
--- a/src/react/LabelPaired/LabelPairedNineLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedNineLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedNineLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedNineLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedNineLgRegularIcon.tsx
index 51869974b8..97f2c314e2 100644
--- a/src/react/LabelPaired/LabelPairedNineLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedNineLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedNineLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedNineMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedNineMdBoldIcon.tsx
index 101bb15560..3b2793c991 100644
--- a/src/react/LabelPaired/LabelPairedNineMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedNineMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedNineMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedNineMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedNineMdFillIcon.tsx
index e661cd8524..1c3f477076 100644
--- a/src/react/LabelPaired/LabelPairedNineMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedNineMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedNineMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedNineMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedNineMdRegularIcon.tsx
index dfef3e68a3..f7f17bbf47 100644
--- a/src/react/LabelPaired/LabelPairedNineMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedNineMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedNineMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedNineSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedNineSmBoldIcon.tsx
index eb063cf85c..34a143bc2f 100644
--- a/src/react/LabelPaired/LabelPairedNineSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedNineSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedNineSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedNineSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedNineSmFillIcon.tsx
index 48b7c72be9..d200890353 100644
--- a/src/react/LabelPaired/LabelPairedNineSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedNineSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedNineSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedNineSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedNineSmRegularIcon.tsx
index 2be43b77ad..16ea0717f0 100644
--- a/src/react/LabelPaired/LabelPairedNineSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedNineSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedNineSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedNineXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedNineXlBoldIcon.tsx
index 1fad551ad1..f32a232801 100644
--- a/src/react/LabelPaired/LabelPairedNineXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedNineXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedNineXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedNineXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedNineXlFillIcon.tsx
index 39d7ec0add..341e444ab5 100644
--- a/src/react/LabelPaired/LabelPairedNineXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedNineXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedNineXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedNineXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedNineXlRegularIcon.tsx
index 2155311063..c07c6d07cd 100644
--- a/src/react/LabelPaired/LabelPairedNineXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedNineXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedNineXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedOneCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedOneCaptionBoldIcon.tsx
index eace3b71fb..374606a12e 100644
--- a/src/react/LabelPaired/LabelPairedOneCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedOneCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedOneCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedOneCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedOneCaptionFillIcon.tsx
index 7b8d194706..f6f00d1fca 100644
--- a/src/react/LabelPaired/LabelPairedOneCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedOneCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedOneCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedOneCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedOneCaptionRegularIcon.tsx
index 332d33f2b5..25d5c139e1 100644
--- a/src/react/LabelPaired/LabelPairedOneCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedOneCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedOneCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedOneLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedOneLgBoldIcon.tsx
index d2d7ce5570..bced89c7a6 100644
--- a/src/react/LabelPaired/LabelPairedOneLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedOneLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedOneLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedOneLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedOneLgFillIcon.tsx
index f6ef60e0f6..6240afe5fa 100644
--- a/src/react/LabelPaired/LabelPairedOneLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedOneLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedOneLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedOneLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedOneLgRegularIcon.tsx
index ef03a2cf2f..668443e6f3 100644
--- a/src/react/LabelPaired/LabelPairedOneLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedOneLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedOneLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedOneMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedOneMdBoldIcon.tsx
index 7ec1a58d67..deae09f415 100644
--- a/src/react/LabelPaired/LabelPairedOneMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedOneMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedOneMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedOneMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedOneMdFillIcon.tsx
index ed938dd928..59b718edc8 100644
--- a/src/react/LabelPaired/LabelPairedOneMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedOneMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedOneMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedOneMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedOneMdRegularIcon.tsx
index 2041bae7de..1cf25079b5 100644
--- a/src/react/LabelPaired/LabelPairedOneMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedOneMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedOneMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedOneSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedOneSmBoldIcon.tsx
index d820b0a074..7eced326f6 100644
--- a/src/react/LabelPaired/LabelPairedOneSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedOneSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedOneSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedOneSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedOneSmFillIcon.tsx
index 9a145701ac..3b126ecc5d 100644
--- a/src/react/LabelPaired/LabelPairedOneSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedOneSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedOneSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedOneSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedOneSmRegularIcon.tsx
index a6f430c925..99595572b6 100644
--- a/src/react/LabelPaired/LabelPairedOneSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedOneSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedOneSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedOneXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedOneXlBoldIcon.tsx
index 10da7066d8..79d790565a 100644
--- a/src/react/LabelPaired/LabelPairedOneXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedOneXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedOneXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedOneXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedOneXlFillIcon.tsx
index c427b6662d..19c82c9e99 100644
--- a/src/react/LabelPaired/LabelPairedOneXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedOneXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedOneXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedOneXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedOneXlRegularIcon.tsx
index a5823a0c4e..4da5c13bf4 100644
--- a/src/react/LabelPaired/LabelPairedOneXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedOneXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedOneXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPaperPlaneTopCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPaperPlaneTopCaptionBoldIcon.tsx
new file mode 100644
index 0000000000..4016df0d24
--- /dev/null
+++ b/src/react/LabelPaired/LabelPairedPaperPlaneTopCaptionBoldIcon.tsx
@@ -0,0 +1,33 @@
+import * as React from 'react';
+import { SVGProps, Ref, forwardRef } from 'react';
+interface SVGRProps {
+ title?: string;
+ titleId?: string;
+}
+const LabelPairedPaperPlaneTopCaptionBoldIcon = (
+ { title, titleId, ...props }: SVGProps & SVGRProps,
+ ref: Ref,
+) => (
+
+);
+const ForwardRef = forwardRef(LabelPairedPaperPlaneTopCaptionBoldIcon);
+export default ForwardRef;
diff --git a/src/react/LabelPaired/LabelPairedPaperPlaneTopCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedPaperPlaneTopCaptionFillIcon.tsx
new file mode 100644
index 0000000000..cf45252d68
--- /dev/null
+++ b/src/react/LabelPaired/LabelPairedPaperPlaneTopCaptionFillIcon.tsx
@@ -0,0 +1,33 @@
+import * as React from 'react';
+import { SVGProps, Ref, forwardRef } from 'react';
+interface SVGRProps {
+ title?: string;
+ titleId?: string;
+}
+const LabelPairedPaperPlaneTopCaptionFillIcon = (
+ { title, titleId, ...props }: SVGProps & SVGRProps,
+ ref: Ref,
+) => (
+
+);
+const ForwardRef = forwardRef(LabelPairedPaperPlaneTopCaptionFillIcon);
+export default ForwardRef;
diff --git a/src/react/LabelPaired/LabelPairedPaperPlaneTopCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPaperPlaneTopCaptionRegularIcon.tsx
new file mode 100644
index 0000000000..14bc4180c4
--- /dev/null
+++ b/src/react/LabelPaired/LabelPairedPaperPlaneTopCaptionRegularIcon.tsx
@@ -0,0 +1,33 @@
+import * as React from 'react';
+import { SVGProps, Ref, forwardRef } from 'react';
+interface SVGRProps {
+ title?: string;
+ titleId?: string;
+}
+const LabelPairedPaperPlaneTopCaptionRegularIcon = (
+ { title, titleId, ...props }: SVGProps & SVGRProps,
+ ref: Ref,
+) => (
+
+);
+const ForwardRef = forwardRef(LabelPairedPaperPlaneTopCaptionRegularIcon);
+export default ForwardRef;
diff --git a/src/react/LabelPaired/LabelPairedPaperPlaneTopLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPaperPlaneTopLgBoldIcon.tsx
new file mode 100644
index 0000000000..40a2a8604b
--- /dev/null
+++ b/src/react/LabelPaired/LabelPairedPaperPlaneTopLgBoldIcon.tsx
@@ -0,0 +1,33 @@
+import * as React from 'react';
+import { SVGProps, Ref, forwardRef } from 'react';
+interface SVGRProps {
+ title?: string;
+ titleId?: string;
+}
+const LabelPairedPaperPlaneTopLgBoldIcon = (
+ { title, titleId, ...props }: SVGProps & SVGRProps,
+ ref: Ref,
+) => (
+
+);
+const ForwardRef = forwardRef(LabelPairedPaperPlaneTopLgBoldIcon);
+export default ForwardRef;
diff --git a/src/react/LabelPaired/LabelPairedPaperPlaneTopLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedPaperPlaneTopLgFillIcon.tsx
new file mode 100644
index 0000000000..2c9d77dea3
--- /dev/null
+++ b/src/react/LabelPaired/LabelPairedPaperPlaneTopLgFillIcon.tsx
@@ -0,0 +1,33 @@
+import * as React from 'react';
+import { SVGProps, Ref, forwardRef } from 'react';
+interface SVGRProps {
+ title?: string;
+ titleId?: string;
+}
+const LabelPairedPaperPlaneTopLgFillIcon = (
+ { title, titleId, ...props }: SVGProps & SVGRProps,
+ ref: Ref,
+) => (
+
+);
+const ForwardRef = forwardRef(LabelPairedPaperPlaneTopLgFillIcon);
+export default ForwardRef;
diff --git a/src/react/LabelPaired/LabelPairedPaperPlaneTopLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPaperPlaneTopLgRegularIcon.tsx
new file mode 100644
index 0000000000..1445723caf
--- /dev/null
+++ b/src/react/LabelPaired/LabelPairedPaperPlaneTopLgRegularIcon.tsx
@@ -0,0 +1,33 @@
+import * as React from 'react';
+import { SVGProps, Ref, forwardRef } from 'react';
+interface SVGRProps {
+ title?: string;
+ titleId?: string;
+}
+const LabelPairedPaperPlaneTopLgRegularIcon = (
+ { title, titleId, ...props }: SVGProps & SVGRProps,
+ ref: Ref,
+) => (
+
+);
+const ForwardRef = forwardRef(LabelPairedPaperPlaneTopLgRegularIcon);
+export default ForwardRef;
diff --git a/src/react/LabelPaired/LabelPairedPaperPlaneTopMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPaperPlaneTopMdBoldIcon.tsx
new file mode 100644
index 0000000000..22c3d2af9d
--- /dev/null
+++ b/src/react/LabelPaired/LabelPairedPaperPlaneTopMdBoldIcon.tsx
@@ -0,0 +1,33 @@
+import * as React from 'react';
+import { SVGProps, Ref, forwardRef } from 'react';
+interface SVGRProps {
+ title?: string;
+ titleId?: string;
+}
+const LabelPairedPaperPlaneTopMdBoldIcon = (
+ { title, titleId, ...props }: SVGProps & SVGRProps,
+ ref: Ref,
+) => (
+
+);
+const ForwardRef = forwardRef(LabelPairedPaperPlaneTopMdBoldIcon);
+export default ForwardRef;
diff --git a/src/react/LabelPaired/LabelPairedPaperPlaneTopMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedPaperPlaneTopMdFillIcon.tsx
new file mode 100644
index 0000000000..3c4ab52b2f
--- /dev/null
+++ b/src/react/LabelPaired/LabelPairedPaperPlaneTopMdFillIcon.tsx
@@ -0,0 +1,33 @@
+import * as React from 'react';
+import { SVGProps, Ref, forwardRef } from 'react';
+interface SVGRProps {
+ title?: string;
+ titleId?: string;
+}
+const LabelPairedPaperPlaneTopMdFillIcon = (
+ { title, titleId, ...props }: SVGProps & SVGRProps,
+ ref: Ref,
+) => (
+
+);
+const ForwardRef = forwardRef(LabelPairedPaperPlaneTopMdFillIcon);
+export default ForwardRef;
diff --git a/src/react/LabelPaired/LabelPairedPaperPlaneTopMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPaperPlaneTopMdRegularIcon.tsx
new file mode 100644
index 0000000000..340d96cc28
--- /dev/null
+++ b/src/react/LabelPaired/LabelPairedPaperPlaneTopMdRegularIcon.tsx
@@ -0,0 +1,33 @@
+import * as React from 'react';
+import { SVGProps, Ref, forwardRef } from 'react';
+interface SVGRProps {
+ title?: string;
+ titleId?: string;
+}
+const LabelPairedPaperPlaneTopMdRegularIcon = (
+ { title, titleId, ...props }: SVGProps & SVGRProps,
+ ref: Ref,
+) => (
+
+);
+const ForwardRef = forwardRef(LabelPairedPaperPlaneTopMdRegularIcon);
+export default ForwardRef;
diff --git a/src/react/LabelPaired/LabelPairedPaperPlaneTopSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPaperPlaneTopSmBoldIcon.tsx
new file mode 100644
index 0000000000..bdd0a1c5d6
--- /dev/null
+++ b/src/react/LabelPaired/LabelPairedPaperPlaneTopSmBoldIcon.tsx
@@ -0,0 +1,33 @@
+import * as React from 'react';
+import { SVGProps, Ref, forwardRef } from 'react';
+interface SVGRProps {
+ title?: string;
+ titleId?: string;
+}
+const LabelPairedPaperPlaneTopSmBoldIcon = (
+ { title, titleId, ...props }: SVGProps & SVGRProps,
+ ref: Ref,
+) => (
+
+);
+const ForwardRef = forwardRef(LabelPairedPaperPlaneTopSmBoldIcon);
+export default ForwardRef;
diff --git a/src/react/LabelPaired/LabelPairedPaperPlaneTopSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedPaperPlaneTopSmFillIcon.tsx
new file mode 100644
index 0000000000..9d3ef1f647
--- /dev/null
+++ b/src/react/LabelPaired/LabelPairedPaperPlaneTopSmFillIcon.tsx
@@ -0,0 +1,33 @@
+import * as React from 'react';
+import { SVGProps, Ref, forwardRef } from 'react';
+interface SVGRProps {
+ title?: string;
+ titleId?: string;
+}
+const LabelPairedPaperPlaneTopSmFillIcon = (
+ { title, titleId, ...props }: SVGProps & SVGRProps,
+ ref: Ref,
+) => (
+
+);
+const ForwardRef = forwardRef(LabelPairedPaperPlaneTopSmFillIcon);
+export default ForwardRef;
diff --git a/src/react/LabelPaired/LabelPairedPaperPlaneTopSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPaperPlaneTopSmRegularIcon.tsx
new file mode 100644
index 0000000000..cf2d9ee46d
--- /dev/null
+++ b/src/react/LabelPaired/LabelPairedPaperPlaneTopSmRegularIcon.tsx
@@ -0,0 +1,33 @@
+import * as React from 'react';
+import { SVGProps, Ref, forwardRef } from 'react';
+interface SVGRProps {
+ title?: string;
+ titleId?: string;
+}
+const LabelPairedPaperPlaneTopSmRegularIcon = (
+ { title, titleId, ...props }: SVGProps & SVGRProps,
+ ref: Ref,
+) => (
+
+);
+const ForwardRef = forwardRef(LabelPairedPaperPlaneTopSmRegularIcon);
+export default ForwardRef;
diff --git a/src/react/LabelPaired/LabelPairedPaperPlaneTopXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPaperPlaneTopXlBoldIcon.tsx
new file mode 100644
index 0000000000..81b2a9884c
--- /dev/null
+++ b/src/react/LabelPaired/LabelPairedPaperPlaneTopXlBoldIcon.tsx
@@ -0,0 +1,33 @@
+import * as React from 'react';
+import { SVGProps, Ref, forwardRef } from 'react';
+interface SVGRProps {
+ title?: string;
+ titleId?: string;
+}
+const LabelPairedPaperPlaneTopXlBoldIcon = (
+ { title, titleId, ...props }: SVGProps & SVGRProps,
+ ref: Ref,
+) => (
+
+);
+const ForwardRef = forwardRef(LabelPairedPaperPlaneTopXlBoldIcon);
+export default ForwardRef;
diff --git a/src/react/LabelPaired/LabelPairedPaperPlaneTopXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedPaperPlaneTopXlFillIcon.tsx
new file mode 100644
index 0000000000..6647416344
--- /dev/null
+++ b/src/react/LabelPaired/LabelPairedPaperPlaneTopXlFillIcon.tsx
@@ -0,0 +1,33 @@
+import * as React from 'react';
+import { SVGProps, Ref, forwardRef } from 'react';
+interface SVGRProps {
+ title?: string;
+ titleId?: string;
+}
+const LabelPairedPaperPlaneTopXlFillIcon = (
+ { title, titleId, ...props }: SVGProps & SVGRProps,
+ ref: Ref,
+) => (
+
+);
+const ForwardRef = forwardRef(LabelPairedPaperPlaneTopXlFillIcon);
+export default ForwardRef;
diff --git a/src/react/LabelPaired/LabelPairedPaperPlaneTopXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPaperPlaneTopXlRegularIcon.tsx
new file mode 100644
index 0000000000..f23828a55c
--- /dev/null
+++ b/src/react/LabelPaired/LabelPairedPaperPlaneTopXlRegularIcon.tsx
@@ -0,0 +1,33 @@
+import * as React from 'react';
+import { SVGProps, Ref, forwardRef } from 'react';
+interface SVGRProps {
+ title?: string;
+ titleId?: string;
+}
+const LabelPairedPaperPlaneTopXlRegularIcon = (
+ { title, titleId, ...props }: SVGProps & SVGRProps,
+ ref: Ref,
+) => (
+
+);
+const ForwardRef = forwardRef(LabelPairedPaperPlaneTopXlRegularIcon);
+export default ForwardRef;
diff --git a/src/react/LabelPaired/LabelPairedPasskeyCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPasskeyCaptionBoldIcon.tsx
index 5b7ff08995..513a6eb068 100644
--- a/src/react/LabelPaired/LabelPairedPasskeyCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasskeyCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasskeyCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasskeyCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedPasskeyCaptionFillIcon.tsx
index a72fc029c4..63b10e38fe 100644
--- a/src/react/LabelPaired/LabelPairedPasskeyCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasskeyCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasskeyCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasskeyCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPasskeyCaptionRegularIcon.tsx
index 6ee1d493a6..0ab2f4c577 100644
--- a/src/react/LabelPaired/LabelPairedPasskeyCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasskeyCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasskeyCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasskeyLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPasskeyLgBoldIcon.tsx
index 5cd13cf3c2..cb88826a39 100644
--- a/src/react/LabelPaired/LabelPairedPasskeyLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasskeyLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasskeyLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasskeyLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedPasskeyLgFillIcon.tsx
index beab6d25d7..5ce3b8df05 100644
--- a/src/react/LabelPaired/LabelPairedPasskeyLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasskeyLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasskeyLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasskeyLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPasskeyLgRegularIcon.tsx
index 5605af8133..af94fcb70b 100644
--- a/src/react/LabelPaired/LabelPairedPasskeyLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasskeyLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasskeyLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasskeyMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPasskeyMdBoldIcon.tsx
index 22b667d4e9..5ce2e01a1a 100644
--- a/src/react/LabelPaired/LabelPairedPasskeyMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasskeyMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasskeyMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasskeyMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedPasskeyMdFillIcon.tsx
index 81767b280b..436d6edf3d 100644
--- a/src/react/LabelPaired/LabelPairedPasskeyMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasskeyMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasskeyMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasskeyMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPasskeyMdRegularIcon.tsx
index 7533d1e693..9d46115b71 100644
--- a/src/react/LabelPaired/LabelPairedPasskeyMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasskeyMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasskeyMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasskeySmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPasskeySmBoldIcon.tsx
index eefc8b848d..61ed72dbfb 100644
--- a/src/react/LabelPaired/LabelPairedPasskeySmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasskeySmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasskeySmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasskeySmFillIcon.tsx b/src/react/LabelPaired/LabelPairedPasskeySmFillIcon.tsx
index 1cbc7f0386..ab7a7017d1 100644
--- a/src/react/LabelPaired/LabelPairedPasskeySmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasskeySmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasskeySmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasskeySmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPasskeySmRegularIcon.tsx
index 13a8833165..53f0687032 100644
--- a/src/react/LabelPaired/LabelPairedPasskeySmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasskeySmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasskeySmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasskeyXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPasskeyXlBoldIcon.tsx
index 3ee7fccd52..6d74dd851f 100644
--- a/src/react/LabelPaired/LabelPairedPasskeyXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasskeyXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasskeyXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasskeyXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedPasskeyXlFillIcon.tsx
index d994b7a4b2..a7cac7d68d 100644
--- a/src/react/LabelPaired/LabelPairedPasskeyXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasskeyXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasskeyXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasskeyXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPasskeyXlRegularIcon.tsx
index 952ca55bff..40daf5c250 100644
--- a/src/react/LabelPaired/LabelPairedPasskeyXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasskeyXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasskeyXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasteCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPasteCaptionBoldIcon.tsx
index 20cdf7aa42..c03b315c66 100644
--- a/src/react/LabelPaired/LabelPairedPasteCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasteCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasteCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasteCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedPasteCaptionFillIcon.tsx
index 728c3c7ece..c99f523cae 100644
--- a/src/react/LabelPaired/LabelPairedPasteCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasteCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasteCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasteCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPasteCaptionRegularIcon.tsx
index 18a1e7465f..48719926b9 100644
--- a/src/react/LabelPaired/LabelPairedPasteCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasteCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasteCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasteLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPasteLgBoldIcon.tsx
index 5625c5b048..768d21191a 100644
--- a/src/react/LabelPaired/LabelPairedPasteLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasteLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasteLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasteLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedPasteLgFillIcon.tsx
index 5d13757406..9939d0fda7 100644
--- a/src/react/LabelPaired/LabelPairedPasteLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasteLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasteLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasteLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPasteLgRegularIcon.tsx
index 84fda3db25..dd04537861 100644
--- a/src/react/LabelPaired/LabelPairedPasteLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasteLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasteLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasteMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPasteMdBoldIcon.tsx
index 4ed8ab1cd2..76c154de4e 100644
--- a/src/react/LabelPaired/LabelPairedPasteMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasteMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasteMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasteMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedPasteMdFillIcon.tsx
index 2c9e10273f..a849b61489 100644
--- a/src/react/LabelPaired/LabelPairedPasteMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasteMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasteMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasteMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPasteMdRegularIcon.tsx
index 25b4129245..4e87183875 100644
--- a/src/react/LabelPaired/LabelPairedPasteMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasteMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasteMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasteSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPasteSmBoldIcon.tsx
index 87d2b4ec8a..840d77f8ac 100644
--- a/src/react/LabelPaired/LabelPairedPasteSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasteSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasteSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasteSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedPasteSmFillIcon.tsx
index 909b5a26e2..5d068c3785 100644
--- a/src/react/LabelPaired/LabelPairedPasteSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasteSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasteSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasteSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPasteSmRegularIcon.tsx
index 598b69ad71..99b51bef50 100644
--- a/src/react/LabelPaired/LabelPairedPasteSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasteSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasteSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasteXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPasteXlBoldIcon.tsx
index 852694647c..43c517c6d1 100644
--- a/src/react/LabelPaired/LabelPairedPasteXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasteXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasteXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasteXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedPasteXlFillIcon.tsx
index 5877ee5a70..caf5f3d46e 100644
--- a/src/react/LabelPaired/LabelPairedPasteXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasteXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasteXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPasteXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPasteXlRegularIcon.tsx
index baf0f6200c..38efa6a2cb 100644
--- a/src/react/LabelPaired/LabelPairedPasteXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPasteXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPasteXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPauseCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPauseCaptionBoldIcon.tsx
index 0d08a96ffc..9a9889059a 100644
--- a/src/react/LabelPaired/LabelPairedPauseCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPauseCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPauseCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPauseCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedPauseCaptionFillIcon.tsx
index 855c3c9c80..921b099ce2 100644
--- a/src/react/LabelPaired/LabelPairedPauseCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPauseCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPauseCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPauseCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPauseCaptionRegularIcon.tsx
index 51dfb81ce2..06739b4e58 100644
--- a/src/react/LabelPaired/LabelPairedPauseCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPauseCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPauseCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPauseLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPauseLgBoldIcon.tsx
index fad246f682..41d1bd8f35 100644
--- a/src/react/LabelPaired/LabelPairedPauseLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPauseLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPauseLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPauseLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedPauseLgFillIcon.tsx
index edafbbec8c..1499056ed4 100644
--- a/src/react/LabelPaired/LabelPairedPauseLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPauseLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPauseLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPauseLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPauseLgRegularIcon.tsx
index 632d63090f..915b84ac56 100644
--- a/src/react/LabelPaired/LabelPairedPauseLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPauseLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPauseLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPauseMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPauseMdBoldIcon.tsx
index 33f3bc2927..c7c078f7e6 100644
--- a/src/react/LabelPaired/LabelPairedPauseMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPauseMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPauseMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPauseMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedPauseMdFillIcon.tsx
index 10f2bd4ff6..4d85caf3c7 100644
--- a/src/react/LabelPaired/LabelPairedPauseMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPauseMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPauseMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPauseMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPauseMdRegularIcon.tsx
index 6fe502bc34..b8630fa008 100644
--- a/src/react/LabelPaired/LabelPairedPauseMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPauseMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPauseMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPauseSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPauseSmBoldIcon.tsx
index 2803929cb1..2e1f2ed9e3 100644
--- a/src/react/LabelPaired/LabelPairedPauseSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPauseSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPauseSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPauseSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedPauseSmFillIcon.tsx
index 23b900202a..f82175f0f3 100644
--- a/src/react/LabelPaired/LabelPairedPauseSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPauseSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPauseSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPauseSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPauseSmRegularIcon.tsx
index 3f42bf362c..4ebe9222a5 100644
--- a/src/react/LabelPaired/LabelPairedPauseSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPauseSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPauseSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPauseXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPauseXlBoldIcon.tsx
index a1ff267b33..d007231552 100644
--- a/src/react/LabelPaired/LabelPairedPauseXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPauseXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPauseXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPauseXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedPauseXlFillIcon.tsx
index 7d683957c5..3d4897254b 100644
--- a/src/react/LabelPaired/LabelPairedPauseXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPauseXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPauseXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPauseXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPauseXlRegularIcon.tsx
index 3126c59196..c37a3f0ea3 100644
--- a/src/react/LabelPaired/LabelPairedPauseXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPauseXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPauseXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPenCaptionBoldIcon.tsx
index db60d466cf..0028be990e 100644
--- a/src/react/LabelPaired/LabelPairedPenCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedPenCaptionFillIcon.tsx
index 8157dcf6d8..e9c1fbf2f1 100644
--- a/src/react/LabelPaired/LabelPairedPenCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPenCaptionRegularIcon.tsx
index 97c6ff9356..e6cc484ebf 100644
--- a/src/react/LabelPaired/LabelPairedPenCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenCircleCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPenCircleCaptionBoldIcon.tsx
index 081bba0be6..2b374db358 100644
--- a/src/react/LabelPaired/LabelPairedPenCircleCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenCircleCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenCircleCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenCircleCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedPenCircleCaptionFillIcon.tsx
index e8f8d5cd72..09cf47e17a 100644
--- a/src/react/LabelPaired/LabelPairedPenCircleCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenCircleCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenCircleCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenCircleCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPenCircleCaptionRegularIcon.tsx
index d1a416244c..195bc2f396 100644
--- a/src/react/LabelPaired/LabelPairedPenCircleCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenCircleCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenCircleCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenCircleLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPenCircleLgBoldIcon.tsx
index 8081392011..3cd79ae165 100644
--- a/src/react/LabelPaired/LabelPairedPenCircleLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenCircleLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenCircleLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenCircleLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedPenCircleLgFillIcon.tsx
index 2a348366a2..9a21ebe78f 100644
--- a/src/react/LabelPaired/LabelPairedPenCircleLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenCircleLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenCircleLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenCircleLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPenCircleLgRegularIcon.tsx
index e570d2f0c3..d39f2422bb 100644
--- a/src/react/LabelPaired/LabelPairedPenCircleLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenCircleLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenCircleLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenCircleMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPenCircleMdBoldIcon.tsx
index 6071e9346a..550f8c6058 100644
--- a/src/react/LabelPaired/LabelPairedPenCircleMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenCircleMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenCircleMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenCircleMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedPenCircleMdFillIcon.tsx
index 9a07931efa..7494823039 100644
--- a/src/react/LabelPaired/LabelPairedPenCircleMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenCircleMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenCircleMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenCircleMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPenCircleMdRegularIcon.tsx
index 4a5706f2b0..029140af9e 100644
--- a/src/react/LabelPaired/LabelPairedPenCircleMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenCircleMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenCircleMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenCircleSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPenCircleSmBoldIcon.tsx
index 848ffce6eb..758a7699d1 100644
--- a/src/react/LabelPaired/LabelPairedPenCircleSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenCircleSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenCircleSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenCircleSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedPenCircleSmFillIcon.tsx
index 95d14e374b..ab3bf22d6b 100644
--- a/src/react/LabelPaired/LabelPairedPenCircleSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenCircleSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenCircleSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenCircleSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPenCircleSmRegularIcon.tsx
index fa619e2975..b514089b39 100644
--- a/src/react/LabelPaired/LabelPairedPenCircleSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenCircleSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenCircleSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenCircleXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPenCircleXlBoldIcon.tsx
index 9c4d00a4a8..b3fd0095ed 100644
--- a/src/react/LabelPaired/LabelPairedPenCircleXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenCircleXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenCircleXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenCircleXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedPenCircleXlFillIcon.tsx
index 9d359e1c00..64f4dcae69 100644
--- a/src/react/LabelPaired/LabelPairedPenCircleXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenCircleXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenCircleXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenCircleXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPenCircleXlRegularIcon.tsx
index 9d9287f589..700e7c5651 100644
--- a/src/react/LabelPaired/LabelPairedPenCircleXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenCircleXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenCircleXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPenLgBoldIcon.tsx
index 5b940372e8..b29003670d 100644
--- a/src/react/LabelPaired/LabelPairedPenLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedPenLgFillIcon.tsx
index 0e17fbe300..208e79e779 100644
--- a/src/react/LabelPaired/LabelPairedPenLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPenLgRegularIcon.tsx
index 46db9f56b2..81966a23c7 100644
--- a/src/react/LabelPaired/LabelPairedPenLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenLineCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPenLineCaptionBoldIcon.tsx
index 5f8ec99724..b827afa134 100644
--- a/src/react/LabelPaired/LabelPairedPenLineCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenLineCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenLineCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenLineCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedPenLineCaptionFillIcon.tsx
index 915aeffd22..50b2bb709d 100644
--- a/src/react/LabelPaired/LabelPairedPenLineCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenLineCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenLineCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenLineCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPenLineCaptionRegularIcon.tsx
index b7f7b39bbe..2cbbb4fd85 100644
--- a/src/react/LabelPaired/LabelPairedPenLineCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenLineCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenLineCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenLineLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPenLineLgBoldIcon.tsx
index d2e774a62f..7ab0cd92e9 100644
--- a/src/react/LabelPaired/LabelPairedPenLineLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenLineLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenLineLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenLineLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedPenLineLgFillIcon.tsx
index 13fd4bc462..54ce4104af 100644
--- a/src/react/LabelPaired/LabelPairedPenLineLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenLineLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenLineLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenLineLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPenLineLgRegularIcon.tsx
index de010083b7..0d0421ccd1 100644
--- a/src/react/LabelPaired/LabelPairedPenLineLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenLineLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenLineLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenLineMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPenLineMdBoldIcon.tsx
index 202ff88c00..26564e8955 100644
--- a/src/react/LabelPaired/LabelPairedPenLineMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenLineMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenLineMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenLineMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedPenLineMdFillIcon.tsx
index 4e582ac582..5f9e0b123a 100644
--- a/src/react/LabelPaired/LabelPairedPenLineMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenLineMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenLineMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenLineMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPenLineMdRegularIcon.tsx
index a3461d3d03..028c58c504 100644
--- a/src/react/LabelPaired/LabelPairedPenLineMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenLineMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenLineMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenLineSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPenLineSmBoldIcon.tsx
index b9b8e90788..c61dda326a 100644
--- a/src/react/LabelPaired/LabelPairedPenLineSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenLineSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenLineSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenLineSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedPenLineSmFillIcon.tsx
index 93b6746e77..092747648b 100644
--- a/src/react/LabelPaired/LabelPairedPenLineSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenLineSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenLineSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenLineSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPenLineSmRegularIcon.tsx
index 74539c9640..08d0616c33 100644
--- a/src/react/LabelPaired/LabelPairedPenLineSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenLineSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenLineSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenLineXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPenLineXlBoldIcon.tsx
index 5139a22175..ab57e52eb1 100644
--- a/src/react/LabelPaired/LabelPairedPenLineXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenLineXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenLineXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenLineXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedPenLineXlFillIcon.tsx
index abd183aee5..b99b62bf2c 100644
--- a/src/react/LabelPaired/LabelPairedPenLineXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenLineXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenLineXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenLineXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPenLineXlRegularIcon.tsx
index 2ebd6159ac..889bb2c55a 100644
--- a/src/react/LabelPaired/LabelPairedPenLineXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenLineXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenLineXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPenMdBoldIcon.tsx
index 02405e7258..70e48d7ed4 100644
--- a/src/react/LabelPaired/LabelPairedPenMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedPenMdFillIcon.tsx
index 9d98d6c3a5..5ebed849e5 100644
--- a/src/react/LabelPaired/LabelPairedPenMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPenMdRegularIcon.tsx
index 5edb868d0b..909806313d 100644
--- a/src/react/LabelPaired/LabelPairedPenMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPenSmBoldIcon.tsx
index 3d5bec69ba..4df2de2307 100644
--- a/src/react/LabelPaired/LabelPairedPenSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedPenSmFillIcon.tsx
index b0b936812d..a57025bfd1 100644
--- a/src/react/LabelPaired/LabelPairedPenSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPenSmRegularIcon.tsx
index 187e6e0e44..9ee791b3db 100644
--- a/src/react/LabelPaired/LabelPairedPenSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPenXlBoldIcon.tsx
index a66350371c..4e078b56b2 100644
--- a/src/react/LabelPaired/LabelPairedPenXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedPenXlFillIcon.tsx
index db3f1e2797..e8c28ee39b 100644
--- a/src/react/LabelPaired/LabelPairedPenXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPenXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPenXlRegularIcon.tsx
index 7e5d75db2c..2d7b93f651 100644
--- a/src/react/LabelPaired/LabelPairedPenXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPenXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPenXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPercentCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPercentCaptionBoldIcon.tsx
index 73a146edcb..2acae95492 100644
--- a/src/react/LabelPaired/LabelPairedPercentCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPercentCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPercentCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPercentCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedPercentCaptionFillIcon.tsx
index 900e70593e..30059069f4 100644
--- a/src/react/LabelPaired/LabelPairedPercentCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPercentCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPercentCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPercentCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPercentCaptionRegularIcon.tsx
index beae62e977..b319f04655 100644
--- a/src/react/LabelPaired/LabelPairedPercentCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPercentCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPercentCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPercentLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPercentLgBoldIcon.tsx
index 4d11d02950..515c748568 100644
--- a/src/react/LabelPaired/LabelPairedPercentLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPercentLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPercentLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPercentLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedPercentLgFillIcon.tsx
index 23e92d9a82..d1fff23b85 100644
--- a/src/react/LabelPaired/LabelPairedPercentLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPercentLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPercentLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPercentLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPercentLgRegularIcon.tsx
index 8728180b4a..93c170896e 100644
--- a/src/react/LabelPaired/LabelPairedPercentLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPercentLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPercentLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPercentMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPercentMdBoldIcon.tsx
index a1e3010f22..c01381ccf8 100644
--- a/src/react/LabelPaired/LabelPairedPercentMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPercentMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPercentMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPercentMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedPercentMdFillIcon.tsx
index 8819e69c3d..eba4a9bf2f 100644
--- a/src/react/LabelPaired/LabelPairedPercentMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPercentMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPercentMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPercentMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPercentMdRegularIcon.tsx
index ac116005dc..657fcbc846 100644
--- a/src/react/LabelPaired/LabelPairedPercentMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPercentMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPercentMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPercentSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPercentSmBoldIcon.tsx
index b77295b453..4f49cfe805 100644
--- a/src/react/LabelPaired/LabelPairedPercentSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPercentSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPercentSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPercentSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedPercentSmFillIcon.tsx
index a57c437c87..6e86fc48ea 100644
--- a/src/react/LabelPaired/LabelPairedPercentSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPercentSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPercentSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPercentSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPercentSmRegularIcon.tsx
index 1be8e0063e..99c636eab6 100644
--- a/src/react/LabelPaired/LabelPairedPercentSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPercentSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPercentSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPercentXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPercentXlBoldIcon.tsx
index f2617b7947..5ea60a5875 100644
--- a/src/react/LabelPaired/LabelPairedPercentXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPercentXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPercentXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPercentXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedPercentXlFillIcon.tsx
index f7942ca5d8..82a83e0b81 100644
--- a/src/react/LabelPaired/LabelPairedPercentXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPercentXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPercentXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPercentXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPercentXlRegularIcon.tsx
index 9a818ea905..37f6ae67af 100644
--- a/src/react/LabelPaired/LabelPairedPercentXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPercentXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPercentXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPersonChalkboardCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPersonChalkboardCaptionBoldIcon.tsx
index 74dc0475e2..19af38b9a8 100644
--- a/src/react/LabelPaired/LabelPairedPersonChalkboardCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPersonChalkboardCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPersonChalkboardCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPersonChalkboardCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedPersonChalkboardCaptionFillIcon.tsx
index 1d1000981b..cb2e93de6e 100644
--- a/src/react/LabelPaired/LabelPairedPersonChalkboardCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPersonChalkboardCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPersonChalkboardCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPersonChalkboardCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPersonChalkboardCaptionRegularIcon.tsx
index c8f93c9f72..26a1ac14fc 100644
--- a/src/react/LabelPaired/LabelPairedPersonChalkboardCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPersonChalkboardCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPersonChalkboardCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPersonChalkboardLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPersonChalkboardLgBoldIcon.tsx
index b99343ef8a..e56e340eee 100644
--- a/src/react/LabelPaired/LabelPairedPersonChalkboardLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPersonChalkboardLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPersonChalkboardLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPersonChalkboardLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedPersonChalkboardLgFillIcon.tsx
index a9b636d545..d35025e98e 100644
--- a/src/react/LabelPaired/LabelPairedPersonChalkboardLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPersonChalkboardLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPersonChalkboardLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPersonChalkboardLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPersonChalkboardLgRegularIcon.tsx
index 98e083f07a..6d8be93168 100644
--- a/src/react/LabelPaired/LabelPairedPersonChalkboardLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPersonChalkboardLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPersonChalkboardLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPersonChalkboardMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPersonChalkboardMdBoldIcon.tsx
index a1c6200f3a..28729708ce 100644
--- a/src/react/LabelPaired/LabelPairedPersonChalkboardMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPersonChalkboardMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPersonChalkboardMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPersonChalkboardMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedPersonChalkboardMdFillIcon.tsx
index 3614e51fc3..86ae402646 100644
--- a/src/react/LabelPaired/LabelPairedPersonChalkboardMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPersonChalkboardMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPersonChalkboardMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPersonChalkboardMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPersonChalkboardMdRegularIcon.tsx
index 8f1cbcdbc0..2c56666558 100644
--- a/src/react/LabelPaired/LabelPairedPersonChalkboardMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPersonChalkboardMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPersonChalkboardMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPersonChalkboardSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPersonChalkboardSmBoldIcon.tsx
index 26b32b98e6..7748f864a3 100644
--- a/src/react/LabelPaired/LabelPairedPersonChalkboardSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPersonChalkboardSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPersonChalkboardSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPersonChalkboardSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedPersonChalkboardSmFillIcon.tsx
index be835622ac..e6b4a994a7 100644
--- a/src/react/LabelPaired/LabelPairedPersonChalkboardSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPersonChalkboardSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPersonChalkboardSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPersonChalkboardSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPersonChalkboardSmRegularIcon.tsx
index 6574d86949..fbf7e6e3ab 100644
--- a/src/react/LabelPaired/LabelPairedPersonChalkboardSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPersonChalkboardSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPersonChalkboardSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPersonChalkboardXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPersonChalkboardXlBoldIcon.tsx
index 06b8fab76a..101298d02e 100644
--- a/src/react/LabelPaired/LabelPairedPersonChalkboardXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPersonChalkboardXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPersonChalkboardXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPersonChalkboardXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedPersonChalkboardXlFillIcon.tsx
index 860236a0a0..e816cc7574 100644
--- a/src/react/LabelPaired/LabelPairedPersonChalkboardXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPersonChalkboardXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPersonChalkboardXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPersonChalkboardXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPersonChalkboardXlRegularIcon.tsx
index d4425c4dea..e61ae3ea97 100644
--- a/src/react/LabelPaired/LabelPairedPersonChalkboardXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPersonChalkboardXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPersonChalkboardXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPhoneCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPhoneCaptionBoldIcon.tsx
index bcbc5cd4a5..22f48abf35 100644
--- a/src/react/LabelPaired/LabelPairedPhoneCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPhoneCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPhoneCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPhoneCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedPhoneCaptionFillIcon.tsx
index 20bfe09c70..d257410b60 100644
--- a/src/react/LabelPaired/LabelPairedPhoneCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPhoneCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPhoneCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPhoneCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPhoneCaptionRegularIcon.tsx
index e5d95f21f8..1299ae08fc 100644
--- a/src/react/LabelPaired/LabelPairedPhoneCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPhoneCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPhoneCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPhoneLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPhoneLgBoldIcon.tsx
index 207195acef..5f8bcf65ca 100644
--- a/src/react/LabelPaired/LabelPairedPhoneLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPhoneLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPhoneLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPhoneLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedPhoneLgFillIcon.tsx
index de4af17c95..ce640924e8 100644
--- a/src/react/LabelPaired/LabelPairedPhoneLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPhoneLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPhoneLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPhoneLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPhoneLgRegularIcon.tsx
index 93ccaf3a76..88e965668e 100644
--- a/src/react/LabelPaired/LabelPairedPhoneLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPhoneLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPhoneLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPhoneMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPhoneMdBoldIcon.tsx
index e5013b06c4..14408fa762 100644
--- a/src/react/LabelPaired/LabelPairedPhoneMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPhoneMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPhoneMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPhoneMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedPhoneMdFillIcon.tsx
index 8546c22aef..95bb7c3bfc 100644
--- a/src/react/LabelPaired/LabelPairedPhoneMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPhoneMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPhoneMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPhoneMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPhoneMdRegularIcon.tsx
index 7a1ba17638..f57ede9760 100644
--- a/src/react/LabelPaired/LabelPairedPhoneMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPhoneMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPhoneMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPhoneSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPhoneSmBoldIcon.tsx
index 6f425cd426..37158d087f 100644
--- a/src/react/LabelPaired/LabelPairedPhoneSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPhoneSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPhoneSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPhoneSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedPhoneSmFillIcon.tsx
index 9352b81f82..463bd16429 100644
--- a/src/react/LabelPaired/LabelPairedPhoneSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPhoneSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPhoneSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPhoneSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPhoneSmRegularIcon.tsx
index 05cfb47e61..2f1649a463 100644
--- a/src/react/LabelPaired/LabelPairedPhoneSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPhoneSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPhoneSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPhoneXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPhoneXlBoldIcon.tsx
index fc41c5b835..9f441350b4 100644
--- a/src/react/LabelPaired/LabelPairedPhoneXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPhoneXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPhoneXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPhoneXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedPhoneXlFillIcon.tsx
index e19e5b3e43..f9fe99d03f 100644
--- a/src/react/LabelPaired/LabelPairedPhoneXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPhoneXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPhoneXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPhoneXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPhoneXlRegularIcon.tsx
index 7696e3f1b2..3835a3b655 100644
--- a/src/react/LabelPaired/LabelPairedPhoneXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPhoneXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPhoneXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlaceholderCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPlaceholderCaptionBoldIcon.tsx
index 4fa4eb8236..0cd81f45b3 100644
--- a/src/react/LabelPaired/LabelPairedPlaceholderCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlaceholderCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlaceholderCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlaceholderCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedPlaceholderCaptionFillIcon.tsx
index 6fa3a192b1..01d9c3163c 100644
--- a/src/react/LabelPaired/LabelPairedPlaceholderCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlaceholderCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlaceholderCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlaceholderCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPlaceholderCaptionRegularIcon.tsx
index 5fb8ea3cf1..ab5daa0279 100644
--- a/src/react/LabelPaired/LabelPairedPlaceholderCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlaceholderCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlaceholderCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlaceholderLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPlaceholderLgBoldIcon.tsx
index b7ca4ab5d3..93f68f1e8a 100644
--- a/src/react/LabelPaired/LabelPairedPlaceholderLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlaceholderLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlaceholderLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlaceholderLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedPlaceholderLgFillIcon.tsx
index fdd70e4102..bf6e3eeea9 100644
--- a/src/react/LabelPaired/LabelPairedPlaceholderLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlaceholderLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlaceholderLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlaceholderLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPlaceholderLgRegularIcon.tsx
index bc65bd22dc..c7c097379d 100644
--- a/src/react/LabelPaired/LabelPairedPlaceholderLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlaceholderLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlaceholderLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlaceholderMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPlaceholderMdBoldIcon.tsx
index 4c4b8cca50..7a5d16a443 100644
--- a/src/react/LabelPaired/LabelPairedPlaceholderMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlaceholderMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlaceholderMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlaceholderMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedPlaceholderMdFillIcon.tsx
index 2df2aa605a..3c75332347 100644
--- a/src/react/LabelPaired/LabelPairedPlaceholderMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlaceholderMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlaceholderMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlaceholderMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPlaceholderMdRegularIcon.tsx
index d28730893a..8bb91358f7 100644
--- a/src/react/LabelPaired/LabelPairedPlaceholderMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlaceholderMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlaceholderMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlaceholderSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPlaceholderSmBoldIcon.tsx
index 169cc4f793..e6ec8ea53b 100644
--- a/src/react/LabelPaired/LabelPairedPlaceholderSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlaceholderSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlaceholderSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlaceholderSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedPlaceholderSmFillIcon.tsx
index 02206d473d..2bbd512ab5 100644
--- a/src/react/LabelPaired/LabelPairedPlaceholderSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlaceholderSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlaceholderSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlaceholderSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPlaceholderSmRegularIcon.tsx
index 576ae2889c..a842c7b93a 100644
--- a/src/react/LabelPaired/LabelPairedPlaceholderSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlaceholderSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlaceholderSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlaceholderXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPlaceholderXlBoldIcon.tsx
index 519950a191..9d651ecf74 100644
--- a/src/react/LabelPaired/LabelPairedPlaceholderXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlaceholderXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlaceholderXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlaceholderXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedPlaceholderXlFillIcon.tsx
index ef89045cad..97592ee991 100644
--- a/src/react/LabelPaired/LabelPairedPlaceholderXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlaceholderXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlaceholderXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlaceholderXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPlaceholderXlRegularIcon.tsx
index 84b0dfcce5..1f5887c3a3 100644
--- a/src/react/LabelPaired/LabelPairedPlaceholderXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlaceholderXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlaceholderXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlayCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPlayCaptionBoldIcon.tsx
index 254ac29c97..9119802279 100644
--- a/src/react/LabelPaired/LabelPairedPlayCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlayCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlayCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlayCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedPlayCaptionFillIcon.tsx
index a8097bad97..daeb028215 100644
--- a/src/react/LabelPaired/LabelPairedPlayCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlayCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlayCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlayCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPlayCaptionRegularIcon.tsx
index a201b3f09f..51f4dc7549 100644
--- a/src/react/LabelPaired/LabelPairedPlayCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlayCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlayCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlayLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPlayLgBoldIcon.tsx
index a4c589fdbe..08929ef682 100644
--- a/src/react/LabelPaired/LabelPairedPlayLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlayLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlayLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlayLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedPlayLgFillIcon.tsx
index dcd1370340..87a8de9e31 100644
--- a/src/react/LabelPaired/LabelPairedPlayLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlayLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlayLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlayLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPlayLgRegularIcon.tsx
index d94a9b76b7..59d42db3f0 100644
--- a/src/react/LabelPaired/LabelPairedPlayLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlayLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlayLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlayMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPlayMdBoldIcon.tsx
index 7ad9893b0e..2f496daa29 100644
--- a/src/react/LabelPaired/LabelPairedPlayMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlayMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlayMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlayMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedPlayMdFillIcon.tsx
index bfa8aa3aa3..0e2fd3584b 100644
--- a/src/react/LabelPaired/LabelPairedPlayMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlayMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlayMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlayMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPlayMdRegularIcon.tsx
index 9ea129a32d..96cc564c46 100644
--- a/src/react/LabelPaired/LabelPairedPlayMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlayMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlayMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlaySmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPlaySmBoldIcon.tsx
index 5a7b84d94c..e931b3cfac 100644
--- a/src/react/LabelPaired/LabelPairedPlaySmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlaySmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlaySmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlaySmFillIcon.tsx b/src/react/LabelPaired/LabelPairedPlaySmFillIcon.tsx
index 70f1e44df4..9c7dd692a8 100644
--- a/src/react/LabelPaired/LabelPairedPlaySmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlaySmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlaySmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlaySmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPlaySmRegularIcon.tsx
index 3fb6288b11..e94dbd6f50 100644
--- a/src/react/LabelPaired/LabelPairedPlaySmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlaySmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlaySmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlayXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPlayXlBoldIcon.tsx
index 6f792b8d6a..079bace478 100644
--- a/src/react/LabelPaired/LabelPairedPlayXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlayXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlayXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlayXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedPlayXlFillIcon.tsx
index 879a7a98b7..4c7184fd17 100644
--- a/src/react/LabelPaired/LabelPairedPlayXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlayXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlayXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlayXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPlayXlRegularIcon.tsx
index ef8d5ecd64..e75e83cce2 100644
--- a/src/react/LabelPaired/LabelPairedPlayXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlayXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlayXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlusCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPlusCaptionBoldIcon.tsx
index ff6177daa2..d9ae37b904 100644
--- a/src/react/LabelPaired/LabelPairedPlusCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlusCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlusCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlusCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedPlusCaptionFillIcon.tsx
index 3d219974a6..9ba7e1f268 100644
--- a/src/react/LabelPaired/LabelPairedPlusCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlusCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlusCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlusCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPlusCaptionRegularIcon.tsx
index d6de2a8adb..064e803f62 100644
--- a/src/react/LabelPaired/LabelPairedPlusCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlusCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlusCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlusLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPlusLgBoldIcon.tsx
index 756aa57262..ab5590788f 100644
--- a/src/react/LabelPaired/LabelPairedPlusLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlusLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlusLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlusLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedPlusLgFillIcon.tsx
index 839c189da2..0b0a914c4b 100644
--- a/src/react/LabelPaired/LabelPairedPlusLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlusLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlusLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlusLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPlusLgRegularIcon.tsx
index fb2368413a..b14a527754 100644
--- a/src/react/LabelPaired/LabelPairedPlusLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlusLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlusLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlusMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPlusMdBoldIcon.tsx
index 381e799c0a..a54f8408d7 100644
--- a/src/react/LabelPaired/LabelPairedPlusMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlusMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlusMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlusMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedPlusMdFillIcon.tsx
index 939a26fba4..94d0612e76 100644
--- a/src/react/LabelPaired/LabelPairedPlusMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlusMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlusMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlusMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPlusMdRegularIcon.tsx
index 68df56bce8..69882fabb1 100644
--- a/src/react/LabelPaired/LabelPairedPlusMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlusMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlusMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlusSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPlusSmBoldIcon.tsx
index 3d354c382e..3cd01c8ff5 100644
--- a/src/react/LabelPaired/LabelPairedPlusSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlusSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlusSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlusSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedPlusSmFillIcon.tsx
index af9506efd0..8203d56f99 100644
--- a/src/react/LabelPaired/LabelPairedPlusSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlusSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlusSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlusSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPlusSmRegularIcon.tsx
index 6dfeda7dce..519c38d358 100644
--- a/src/react/LabelPaired/LabelPairedPlusSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlusSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlusSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlusXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPlusXlBoldIcon.tsx
index a634f65dcf..45f2aec7a7 100644
--- a/src/react/LabelPaired/LabelPairedPlusXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlusXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlusXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlusXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedPlusXlFillIcon.tsx
index 1def105e08..07372fb5f4 100644
--- a/src/react/LabelPaired/LabelPairedPlusXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlusXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlusXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPlusXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPlusXlRegularIcon.tsx
index eccf5e3dce..c1a9847279 100644
--- a/src/react/LabelPaired/LabelPairedPlusXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPlusXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPlusXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPresentationScreenCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPresentationScreenCaptionBoldIcon.tsx
index 71aa13fe21..703edaacba 100644
--- a/src/react/LabelPaired/LabelPairedPresentationScreenCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPresentationScreenCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPresentationScreenCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPresentationScreenCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedPresentationScreenCaptionFillIcon.tsx
index 0da9828d47..1fde3bdbb7 100644
--- a/src/react/LabelPaired/LabelPairedPresentationScreenCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPresentationScreenCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPresentationScreenCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPresentationScreenCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPresentationScreenCaptionRegularIcon.tsx
index c749e84774..ebdad3fc64 100644
--- a/src/react/LabelPaired/LabelPairedPresentationScreenCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPresentationScreenCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPresentationScreenCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPresentationScreenLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPresentationScreenLgBoldIcon.tsx
index ec155b7f45..c71cd4dd05 100644
--- a/src/react/LabelPaired/LabelPairedPresentationScreenLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPresentationScreenLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPresentationScreenLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPresentationScreenLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedPresentationScreenLgFillIcon.tsx
index e53da777f0..8e0b257eba 100644
--- a/src/react/LabelPaired/LabelPairedPresentationScreenLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPresentationScreenLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPresentationScreenLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPresentationScreenLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPresentationScreenLgRegularIcon.tsx
index 610a873a8c..3d67044134 100644
--- a/src/react/LabelPaired/LabelPairedPresentationScreenLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPresentationScreenLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPresentationScreenLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPresentationScreenMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPresentationScreenMdBoldIcon.tsx
index 7909352da0..d5d4852cf9 100644
--- a/src/react/LabelPaired/LabelPairedPresentationScreenMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPresentationScreenMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPresentationScreenMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPresentationScreenMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedPresentationScreenMdFillIcon.tsx
index 5be4f5344d..8ed50ef9aa 100644
--- a/src/react/LabelPaired/LabelPairedPresentationScreenMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPresentationScreenMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPresentationScreenMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPresentationScreenMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPresentationScreenMdRegularIcon.tsx
index dd50189972..cabe2cbe45 100644
--- a/src/react/LabelPaired/LabelPairedPresentationScreenMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPresentationScreenMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPresentationScreenMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPresentationScreenSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPresentationScreenSmBoldIcon.tsx
index 7fa9b15f3a..96cd996ef1 100644
--- a/src/react/LabelPaired/LabelPairedPresentationScreenSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPresentationScreenSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPresentationScreenSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPresentationScreenSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedPresentationScreenSmFillIcon.tsx
index f9c791b7cc..be112ba604 100644
--- a/src/react/LabelPaired/LabelPairedPresentationScreenSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPresentationScreenSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPresentationScreenSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPresentationScreenSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPresentationScreenSmRegularIcon.tsx
index 4784f0be46..651ee2face 100644
--- a/src/react/LabelPaired/LabelPairedPresentationScreenSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPresentationScreenSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPresentationScreenSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPresentationScreenXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedPresentationScreenXlBoldIcon.tsx
index b0894c594e..7be98867c0 100644
--- a/src/react/LabelPaired/LabelPairedPresentationScreenXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPresentationScreenXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPresentationScreenXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPresentationScreenXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedPresentationScreenXlFillIcon.tsx
index b5f96d1bf1..9b3129f7de 100644
--- a/src/react/LabelPaired/LabelPairedPresentationScreenXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPresentationScreenXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPresentationScreenXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedPresentationScreenXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedPresentationScreenXlRegularIcon.tsx
index 3c49d6f178..c433e0f509 100644
--- a/src/react/LabelPaired/LabelPairedPresentationScreenXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedPresentationScreenXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedPresentationScreenXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedQrcodeCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedQrcodeCaptionBoldIcon.tsx
index 8cd7e5fdaf..07e7c6bbd9 100644
--- a/src/react/LabelPaired/LabelPairedQrcodeCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedQrcodeCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedQrcodeCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedQrcodeCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedQrcodeCaptionFillIcon.tsx
index d92546aebc..a16fe05732 100644
--- a/src/react/LabelPaired/LabelPairedQrcodeCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedQrcodeCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedQrcodeCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedQrcodeCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedQrcodeCaptionRegularIcon.tsx
index 90be88d6f3..4f753207a2 100644
--- a/src/react/LabelPaired/LabelPairedQrcodeCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedQrcodeCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedQrcodeCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedQrcodeLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedQrcodeLgBoldIcon.tsx
index 996e4f814c..a1e318a495 100644
--- a/src/react/LabelPaired/LabelPairedQrcodeLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedQrcodeLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedQrcodeLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedQrcodeLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedQrcodeLgFillIcon.tsx
index 84f069189e..11a7f33eed 100644
--- a/src/react/LabelPaired/LabelPairedQrcodeLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedQrcodeLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedQrcodeLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedQrcodeLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedQrcodeLgRegularIcon.tsx
index 22abfeb7f1..3767d20ca7 100644
--- a/src/react/LabelPaired/LabelPairedQrcodeLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedQrcodeLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedQrcodeLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedQrcodeMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedQrcodeMdBoldIcon.tsx
index ebd840ff0e..d06109856e 100644
--- a/src/react/LabelPaired/LabelPairedQrcodeMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedQrcodeMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedQrcodeMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedQrcodeMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedQrcodeMdFillIcon.tsx
index 2aed97caf1..bdf64a4277 100644
--- a/src/react/LabelPaired/LabelPairedQrcodeMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedQrcodeMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedQrcodeMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedQrcodeMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedQrcodeMdRegularIcon.tsx
index d6ff662e44..056b969759 100644
--- a/src/react/LabelPaired/LabelPairedQrcodeMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedQrcodeMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedQrcodeMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedQrcodeSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedQrcodeSmBoldIcon.tsx
index 2f02fbb524..8839717054 100644
--- a/src/react/LabelPaired/LabelPairedQrcodeSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedQrcodeSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedQrcodeSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedQrcodeSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedQrcodeSmFillIcon.tsx
index fd6b6c5b25..6b835f61a0 100644
--- a/src/react/LabelPaired/LabelPairedQrcodeSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedQrcodeSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedQrcodeSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedQrcodeSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedQrcodeSmRegularIcon.tsx
index 56e86a91a7..c097aa0a81 100644
--- a/src/react/LabelPaired/LabelPairedQrcodeSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedQrcodeSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedQrcodeSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedQrcodeXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedQrcodeXlBoldIcon.tsx
index 058d04c828..27bf10edb4 100644
--- a/src/react/LabelPaired/LabelPairedQrcodeXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedQrcodeXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedQrcodeXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedQrcodeXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedQrcodeXlFillIcon.tsx
index 25a01e69c0..089164ec10 100644
--- a/src/react/LabelPaired/LabelPairedQrcodeXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedQrcodeXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedQrcodeXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedQrcodeXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedQrcodeXlRegularIcon.tsx
index 786a855784..4b062223f1 100644
--- a/src/react/LabelPaired/LabelPairedQrcodeXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedQrcodeXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedQrcodeXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleAdCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleAdCaptionBoldIcon.tsx
index b1e990749c..6a47b05641 100644
--- a/src/react/LabelPaired/LabelPairedRectangleAdCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleAdCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleAdCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleAdCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleAdCaptionFillIcon.tsx
index f0ef0943be..88d34af3e2 100644
--- a/src/react/LabelPaired/LabelPairedRectangleAdCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleAdCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleAdCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleAdCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleAdCaptionRegularIcon.tsx
index 6927d1841d..98c221fcf9 100644
--- a/src/react/LabelPaired/LabelPairedRectangleAdCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleAdCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleAdCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleAdLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleAdLgBoldIcon.tsx
index 6f8959a15f..927e7e1c2d 100644
--- a/src/react/LabelPaired/LabelPairedRectangleAdLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleAdLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleAdLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleAdLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleAdLgFillIcon.tsx
index e8f4d4678d..ff55edb25c 100644
--- a/src/react/LabelPaired/LabelPairedRectangleAdLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleAdLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleAdLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleAdLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleAdLgRegularIcon.tsx
index 7cbd607e4e..4a979ccae2 100644
--- a/src/react/LabelPaired/LabelPairedRectangleAdLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleAdLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleAdLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleAdMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleAdMdBoldIcon.tsx
index 2b3d7b9543..102a66c0fd 100644
--- a/src/react/LabelPaired/LabelPairedRectangleAdMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleAdMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleAdMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleAdMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleAdMdFillIcon.tsx
index a5805facfb..899cc3a343 100644
--- a/src/react/LabelPaired/LabelPairedRectangleAdMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleAdMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleAdMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleAdMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleAdMdRegularIcon.tsx
index 8c6acaa2a8..d5b808d683 100644
--- a/src/react/LabelPaired/LabelPairedRectangleAdMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleAdMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleAdMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleAdSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleAdSmBoldIcon.tsx
index fdbc1dd663..2c36bb0e6d 100644
--- a/src/react/LabelPaired/LabelPairedRectangleAdSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleAdSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleAdSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleAdSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleAdSmFillIcon.tsx
index 2b81ae9e85..50c1234f09 100644
--- a/src/react/LabelPaired/LabelPairedRectangleAdSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleAdSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleAdSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleAdSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleAdSmRegularIcon.tsx
index 6b081baa1e..e5b8284aff 100644
--- a/src/react/LabelPaired/LabelPairedRectangleAdSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleAdSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleAdSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleAdXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleAdXlBoldIcon.tsx
index 626f16d264..7bf057b715 100644
--- a/src/react/LabelPaired/LabelPairedRectangleAdXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleAdXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleAdXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleAdXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleAdXlFillIcon.tsx
index 021c48cd90..19695d72d1 100644
--- a/src/react/LabelPaired/LabelPairedRectangleAdXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleAdXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleAdXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleAdXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleAdXlRegularIcon.tsx
index cdf21e53a4..3195661970 100644
--- a/src/react/LabelPaired/LabelPairedRectangleAdXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleAdXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleAdXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleBarcodeCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleBarcodeCaptionBoldIcon.tsx
index 1a16d34c60..1746dcabe0 100644
--- a/src/react/LabelPaired/LabelPairedRectangleBarcodeCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleBarcodeCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleBarcodeCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleBarcodeCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleBarcodeCaptionFillIcon.tsx
index eb8ad04ea0..4df3881a88 100644
--- a/src/react/LabelPaired/LabelPairedRectangleBarcodeCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleBarcodeCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleBarcodeCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleBarcodeCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleBarcodeCaptionRegularIcon.tsx
index 815dfbaf6c..8ee422be83 100644
--- a/src/react/LabelPaired/LabelPairedRectangleBarcodeCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleBarcodeCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleBarcodeCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleBarcodeLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleBarcodeLgBoldIcon.tsx
index 2fe71b8a75..08d4513630 100644
--- a/src/react/LabelPaired/LabelPairedRectangleBarcodeLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleBarcodeLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleBarcodeLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleBarcodeLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleBarcodeLgFillIcon.tsx
index 676289e357..5e9843cbd2 100644
--- a/src/react/LabelPaired/LabelPairedRectangleBarcodeLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleBarcodeLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleBarcodeLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleBarcodeLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleBarcodeLgRegularIcon.tsx
index 05740ebb09..e47084797b 100644
--- a/src/react/LabelPaired/LabelPairedRectangleBarcodeLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleBarcodeLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleBarcodeLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleBarcodeMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleBarcodeMdBoldIcon.tsx
index bebbd78bc5..d65b9c1697 100644
--- a/src/react/LabelPaired/LabelPairedRectangleBarcodeMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleBarcodeMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleBarcodeMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleBarcodeMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleBarcodeMdFillIcon.tsx
index 46abd38e66..adc0018c20 100644
--- a/src/react/LabelPaired/LabelPairedRectangleBarcodeMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleBarcodeMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleBarcodeMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleBarcodeMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleBarcodeMdRegularIcon.tsx
index 7871c56560..5e2cb78ee6 100644
--- a/src/react/LabelPaired/LabelPairedRectangleBarcodeMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleBarcodeMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleBarcodeMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleBarcodeSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleBarcodeSmBoldIcon.tsx
index 243a9ff94b..cbd575ce02 100644
--- a/src/react/LabelPaired/LabelPairedRectangleBarcodeSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleBarcodeSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleBarcodeSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleBarcodeSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleBarcodeSmFillIcon.tsx
index 4701b7f50d..3f66cf7e92 100644
--- a/src/react/LabelPaired/LabelPairedRectangleBarcodeSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleBarcodeSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleBarcodeSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleBarcodeSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleBarcodeSmRegularIcon.tsx
index 20b0dd4b7f..f2ea621967 100644
--- a/src/react/LabelPaired/LabelPairedRectangleBarcodeSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleBarcodeSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleBarcodeSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleBarcodeXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleBarcodeXlBoldIcon.tsx
index 92670e0d4f..44c0c70a6e 100644
--- a/src/react/LabelPaired/LabelPairedRectangleBarcodeXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleBarcodeXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleBarcodeXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleBarcodeXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleBarcodeXlFillIcon.tsx
index 2d19d16188..45e1a03f48 100644
--- a/src/react/LabelPaired/LabelPairedRectangleBarcodeXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleBarcodeXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleBarcodeXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRectangleBarcodeXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedRectangleBarcodeXlRegularIcon.tsx
index 076b2ed619..6c1e75c12c 100644
--- a/src/react/LabelPaired/LabelPairedRectangleBarcodeXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRectangleBarcodeXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRectangleBarcodeXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRedditCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedRedditCaptionIcon.tsx
index 6f310415f6..27f70e82f3 100644
--- a/src/react/LabelPaired/LabelPairedRedditCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRedditCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRedditCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRedditLgIcon.tsx b/src/react/LabelPaired/LabelPairedRedditLgIcon.tsx
index 696c2572ee..4b3fd56b04 100644
--- a/src/react/LabelPaired/LabelPairedRedditLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRedditLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRedditLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRedditMdIcon.tsx b/src/react/LabelPaired/LabelPairedRedditMdIcon.tsx
index 07fb280a38..02c6c2ea94 100644
--- a/src/react/LabelPaired/LabelPairedRedditMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRedditMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRedditMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRedditSmIcon.tsx b/src/react/LabelPaired/LabelPairedRedditSmIcon.tsx
index 94b7b293c6..59a5b0f3e7 100644
--- a/src/react/LabelPaired/LabelPairedRedditSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRedditSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRedditSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRedditXlIcon.tsx b/src/react/LabelPaired/LabelPairedRedditXlIcon.tsx
index c3bb378ba0..accd836a47 100644
--- a/src/react/LabelPaired/LabelPairedRedditXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRedditXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRedditXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightFromBracketCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedRightFromBracketCaptionBoldIcon.tsx
index 9bff6567a3..49a5a5b3f1 100644
--- a/src/react/LabelPaired/LabelPairedRightFromBracketCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightFromBracketCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightFromBracketCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightFromBracketCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedRightFromBracketCaptionFillIcon.tsx
index ede7a9cdca..735389ed3f 100644
--- a/src/react/LabelPaired/LabelPairedRightFromBracketCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightFromBracketCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightFromBracketCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightFromBracketCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedRightFromBracketCaptionRegularIcon.tsx
index beb079b512..89eb21ff40 100644
--- a/src/react/LabelPaired/LabelPairedRightFromBracketCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightFromBracketCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightFromBracketCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightFromBracketLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedRightFromBracketLgBoldIcon.tsx
index 28da889883..3521d37a49 100644
--- a/src/react/LabelPaired/LabelPairedRightFromBracketLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightFromBracketLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightFromBracketLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightFromBracketLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedRightFromBracketLgFillIcon.tsx
index ac5c56f5c5..d805c8645d 100644
--- a/src/react/LabelPaired/LabelPairedRightFromBracketLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightFromBracketLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightFromBracketLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightFromBracketLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedRightFromBracketLgRegularIcon.tsx
index 7b79036fd5..e07cda4bb9 100644
--- a/src/react/LabelPaired/LabelPairedRightFromBracketLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightFromBracketLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightFromBracketLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightFromBracketMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedRightFromBracketMdBoldIcon.tsx
index 10956dd5e6..2011636838 100644
--- a/src/react/LabelPaired/LabelPairedRightFromBracketMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightFromBracketMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightFromBracketMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightFromBracketMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedRightFromBracketMdFillIcon.tsx
index 3b2011bf3b..414cc743b9 100644
--- a/src/react/LabelPaired/LabelPairedRightFromBracketMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightFromBracketMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightFromBracketMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightFromBracketMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedRightFromBracketMdRegularIcon.tsx
index 3555fa198f..f4cbae909f 100644
--- a/src/react/LabelPaired/LabelPairedRightFromBracketMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightFromBracketMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightFromBracketMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightFromBracketSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedRightFromBracketSmBoldIcon.tsx
index b7edb58c48..be0fe358cf 100644
--- a/src/react/LabelPaired/LabelPairedRightFromBracketSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightFromBracketSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightFromBracketSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightFromBracketSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedRightFromBracketSmFillIcon.tsx
index 435deb41cd..afd594a95e 100644
--- a/src/react/LabelPaired/LabelPairedRightFromBracketSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightFromBracketSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightFromBracketSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightFromBracketSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedRightFromBracketSmRegularIcon.tsx
index 705a199ccd..992eb0583a 100644
--- a/src/react/LabelPaired/LabelPairedRightFromBracketSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightFromBracketSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightFromBracketSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightFromBracketXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedRightFromBracketXlBoldIcon.tsx
index 55059222f8..6bfdf15a55 100644
--- a/src/react/LabelPaired/LabelPairedRightFromBracketXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightFromBracketXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightFromBracketXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightFromBracketXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedRightFromBracketXlFillIcon.tsx
index d1c8c65ff3..7e5f352d14 100644
--- a/src/react/LabelPaired/LabelPairedRightFromBracketXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightFromBracketXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightFromBracketXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightFromBracketXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedRightFromBracketXlRegularIcon.tsx
index 3f517e0273..1432077b4c 100644
--- a/src/react/LabelPaired/LabelPairedRightFromBracketXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightFromBracketXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightFromBracketXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightToBracketCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedRightToBracketCaptionBoldIcon.tsx
index 7b58787757..33136c30c3 100644
--- a/src/react/LabelPaired/LabelPairedRightToBracketCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightToBracketCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightToBracketCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightToBracketCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedRightToBracketCaptionFillIcon.tsx
index 9dbec5e6da..9f78ca0188 100644
--- a/src/react/LabelPaired/LabelPairedRightToBracketCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightToBracketCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightToBracketCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightToBracketCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedRightToBracketCaptionRegularIcon.tsx
index 823fd04810..c49e6746ad 100644
--- a/src/react/LabelPaired/LabelPairedRightToBracketCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightToBracketCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightToBracketCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightToBracketLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedRightToBracketLgBoldIcon.tsx
index 5b02a543c3..553659e1ef 100644
--- a/src/react/LabelPaired/LabelPairedRightToBracketLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightToBracketLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightToBracketLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightToBracketLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedRightToBracketLgFillIcon.tsx
index 5a0f19b715..d1767bf2c1 100644
--- a/src/react/LabelPaired/LabelPairedRightToBracketLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightToBracketLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightToBracketLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightToBracketLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedRightToBracketLgRegularIcon.tsx
index 2328cfdf1f..194ae77eaa 100644
--- a/src/react/LabelPaired/LabelPairedRightToBracketLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightToBracketLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightToBracketLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightToBracketMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedRightToBracketMdBoldIcon.tsx
index f2b0b87c89..f4182682ec 100644
--- a/src/react/LabelPaired/LabelPairedRightToBracketMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightToBracketMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightToBracketMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightToBracketMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedRightToBracketMdFillIcon.tsx
index 30dd2b4367..d3b9eb4330 100644
--- a/src/react/LabelPaired/LabelPairedRightToBracketMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightToBracketMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightToBracketMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightToBracketMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedRightToBracketMdRegularIcon.tsx
index 988f17f3cd..f52cf9f896 100644
--- a/src/react/LabelPaired/LabelPairedRightToBracketMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightToBracketMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightToBracketMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightToBracketSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedRightToBracketSmBoldIcon.tsx
index 6761d64c77..00e3c9da2e 100644
--- a/src/react/LabelPaired/LabelPairedRightToBracketSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightToBracketSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightToBracketSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightToBracketSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedRightToBracketSmFillIcon.tsx
index b4e18cc106..16e5a71774 100644
--- a/src/react/LabelPaired/LabelPairedRightToBracketSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightToBracketSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightToBracketSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightToBracketSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedRightToBracketSmRegularIcon.tsx
index 0bb9a5efa9..abfa34d146 100644
--- a/src/react/LabelPaired/LabelPairedRightToBracketSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightToBracketSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightToBracketSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightToBracketXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedRightToBracketXlBoldIcon.tsx
index a3b3070849..9971d3a482 100644
--- a/src/react/LabelPaired/LabelPairedRightToBracketXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightToBracketXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightToBracketXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightToBracketXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedRightToBracketXlFillIcon.tsx
index d7015e1cef..45ead30fc7 100644
--- a/src/react/LabelPaired/LabelPairedRightToBracketXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightToBracketXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightToBracketXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedRightToBracketXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedRightToBracketXlRegularIcon.tsx
index 448f7667ee..e1defa0b28 100644
--- a/src/react/LabelPaired/LabelPairedRightToBracketXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedRightToBracketXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedRightToBracketXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedScissorsCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedScissorsCaptionBoldIcon.tsx
index df56530721..aefbdf321c 100644
--- a/src/react/LabelPaired/LabelPairedScissorsCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedScissorsCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedScissorsCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedScissorsCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedScissorsCaptionFillIcon.tsx
index 12c1b02264..1f5c2b3170 100644
--- a/src/react/LabelPaired/LabelPairedScissorsCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedScissorsCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedScissorsCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedScissorsCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedScissorsCaptionRegularIcon.tsx
index 3059b6faef..f1e537bf5a 100644
--- a/src/react/LabelPaired/LabelPairedScissorsCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedScissorsCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedScissorsCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedScissorsLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedScissorsLgBoldIcon.tsx
index 132fd3266f..79431edec0 100644
--- a/src/react/LabelPaired/LabelPairedScissorsLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedScissorsLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedScissorsLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedScissorsLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedScissorsLgFillIcon.tsx
index c2b645291e..e694f60190 100644
--- a/src/react/LabelPaired/LabelPairedScissorsLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedScissorsLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedScissorsLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedScissorsLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedScissorsLgRegularIcon.tsx
index 7672ef9ac0..b34c795912 100644
--- a/src/react/LabelPaired/LabelPairedScissorsLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedScissorsLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedScissorsLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedScissorsMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedScissorsMdBoldIcon.tsx
index e2aba0f87e..84f0f9c069 100644
--- a/src/react/LabelPaired/LabelPairedScissorsMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedScissorsMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedScissorsMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedScissorsMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedScissorsMdFillIcon.tsx
index 5e9bd5e8b8..5d06e0b637 100644
--- a/src/react/LabelPaired/LabelPairedScissorsMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedScissorsMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedScissorsMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedScissorsMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedScissorsMdRegularIcon.tsx
index 0367dedb5f..ede5aa97a9 100644
--- a/src/react/LabelPaired/LabelPairedScissorsMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedScissorsMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedScissorsMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedScissorsSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedScissorsSmBoldIcon.tsx
index c8b51f6252..f5bb70613e 100644
--- a/src/react/LabelPaired/LabelPairedScissorsSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedScissorsSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedScissorsSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedScissorsSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedScissorsSmFillIcon.tsx
index 4d2ee28337..cec9fae6e0 100644
--- a/src/react/LabelPaired/LabelPairedScissorsSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedScissorsSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedScissorsSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedScissorsSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedScissorsSmRegularIcon.tsx
index 222b267c09..436a2f4eba 100644
--- a/src/react/LabelPaired/LabelPairedScissorsSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedScissorsSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedScissorsSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedScissorsXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedScissorsXlBoldIcon.tsx
index 8dc6c031f8..202a54ce8d 100644
--- a/src/react/LabelPaired/LabelPairedScissorsXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedScissorsXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedScissorsXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedScissorsXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedScissorsXlFillIcon.tsx
index d930758444..eb364c32b4 100644
--- a/src/react/LabelPaired/LabelPairedScissorsXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedScissorsXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedScissorsXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedScissorsXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedScissorsXlRegularIcon.tsx
index caa70a40b1..71cdcc5659 100644
--- a/src/react/LabelPaired/LabelPairedScissorsXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedScissorsXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedScissorsXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSearchCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSearchCaptionBoldIcon.tsx
index e4e32f6356..9ff55a669e 100644
--- a/src/react/LabelPaired/LabelPairedSearchCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSearchCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSearchCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSearchCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedSearchCaptionFillIcon.tsx
index 1c7092eb2f..b543a5754e 100644
--- a/src/react/LabelPaired/LabelPairedSearchCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSearchCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSearchCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSearchCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSearchCaptionRegularIcon.tsx
index 4dca2f7963..73fe346bb5 100644
--- a/src/react/LabelPaired/LabelPairedSearchCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSearchCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSearchCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSearchLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSearchLgBoldIcon.tsx
index 6883d59183..7a4f75a6a0 100644
--- a/src/react/LabelPaired/LabelPairedSearchLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSearchLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSearchLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSearchLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedSearchLgFillIcon.tsx
index 9b92672fa1..5f77eac734 100644
--- a/src/react/LabelPaired/LabelPairedSearchLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSearchLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSearchLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSearchLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSearchLgRegularIcon.tsx
index 98e8660eda..fe35e35ed0 100644
--- a/src/react/LabelPaired/LabelPairedSearchLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSearchLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSearchLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSearchMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSearchMdBoldIcon.tsx
index 3781a2381f..2665acda65 100644
--- a/src/react/LabelPaired/LabelPairedSearchMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSearchMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSearchMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSearchMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedSearchMdFillIcon.tsx
index f98eb22994..a0027b8471 100644
--- a/src/react/LabelPaired/LabelPairedSearchMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSearchMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSearchMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSearchMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSearchMdRegularIcon.tsx
index 6e586b5755..4e836118c6 100644
--- a/src/react/LabelPaired/LabelPairedSearchMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSearchMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSearchMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSearchSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSearchSmBoldIcon.tsx
index 9bef9b039d..2d9de20c7e 100644
--- a/src/react/LabelPaired/LabelPairedSearchSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSearchSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSearchSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSearchSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedSearchSmFillIcon.tsx
index 1b1721bab0..6b54b94ade 100644
--- a/src/react/LabelPaired/LabelPairedSearchSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSearchSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSearchSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSearchSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSearchSmRegularIcon.tsx
index b6cf0d1818..a3729df813 100644
--- a/src/react/LabelPaired/LabelPairedSearchSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSearchSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSearchSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSearchXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSearchXlBoldIcon.tsx
index d1d8fdd793..feedf3bd37 100644
--- a/src/react/LabelPaired/LabelPairedSearchXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSearchXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSearchXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSearchXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedSearchXlFillIcon.tsx
index d3c1aa17f2..d5f1f7dea3 100644
--- a/src/react/LabelPaired/LabelPairedSearchXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSearchXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSearchXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSearchXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSearchXlRegularIcon.tsx
index 5e2b1b6e65..fc9b635313 100644
--- a/src/react/LabelPaired/LabelPairedSearchXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSearchXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSearchXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSevenCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSevenCaptionBoldIcon.tsx
index 479e6649eb..44b9d7c999 100644
--- a/src/react/LabelPaired/LabelPairedSevenCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSevenCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSevenCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSevenCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedSevenCaptionFillIcon.tsx
index 736bca96fb..5d82dc430f 100644
--- a/src/react/LabelPaired/LabelPairedSevenCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSevenCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSevenCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSevenCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSevenCaptionRegularIcon.tsx
index 02fa30ed2a..2ff2990a4b 100644
--- a/src/react/LabelPaired/LabelPairedSevenCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSevenCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSevenCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSevenLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSevenLgBoldIcon.tsx
index b35c087eac..5e5dd52ac2 100644
--- a/src/react/LabelPaired/LabelPairedSevenLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSevenLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSevenLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSevenLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedSevenLgFillIcon.tsx
index 477acac602..2f3f030ad9 100644
--- a/src/react/LabelPaired/LabelPairedSevenLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSevenLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSevenLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSevenLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSevenLgRegularIcon.tsx
index 228baa7e04..5e83c72802 100644
--- a/src/react/LabelPaired/LabelPairedSevenLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSevenLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSevenLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSevenMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSevenMdBoldIcon.tsx
index eaec7aba13..a3780ebf1b 100644
--- a/src/react/LabelPaired/LabelPairedSevenMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSevenMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSevenMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSevenMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedSevenMdFillIcon.tsx
index 2c59204745..7e3d4b6c77 100644
--- a/src/react/LabelPaired/LabelPairedSevenMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSevenMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSevenMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSevenMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSevenMdRegularIcon.tsx
index 4b99cd5089..b70dbeae92 100644
--- a/src/react/LabelPaired/LabelPairedSevenMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSevenMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSevenMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSevenSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSevenSmBoldIcon.tsx
index c606ab40bd..3282b0c9a0 100644
--- a/src/react/LabelPaired/LabelPairedSevenSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSevenSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSevenSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSevenSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedSevenSmFillIcon.tsx
index c48e647b22..6d9606fc49 100644
--- a/src/react/LabelPaired/LabelPairedSevenSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSevenSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSevenSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSevenSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSevenSmRegularIcon.tsx
index 8b5da90efc..50cccff5ad 100644
--- a/src/react/LabelPaired/LabelPairedSevenSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSevenSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSevenSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSevenXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSevenXlBoldIcon.tsx
index d9d3a058e4..bc55640be7 100644
--- a/src/react/LabelPaired/LabelPairedSevenXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSevenXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSevenXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSevenXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedSevenXlFillIcon.tsx
index 690edaace9..55b76598bd 100644
--- a/src/react/LabelPaired/LabelPairedSevenXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSevenXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSevenXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSevenXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSevenXlRegularIcon.tsx
index d3993c5003..8e410a66d8 100644
--- a/src/react/LabelPaired/LabelPairedSevenXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSevenXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSevenXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedShieldCheckCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedShieldCheckCaptionBoldIcon.tsx
index c27ebf19ff..2ab1b40bdc 100644
--- a/src/react/LabelPaired/LabelPairedShieldCheckCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedShieldCheckCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedShieldCheckCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedShieldCheckCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedShieldCheckCaptionFillIcon.tsx
index 87b55916eb..40fb2c1ecd 100644
--- a/src/react/LabelPaired/LabelPairedShieldCheckCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedShieldCheckCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedShieldCheckCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedShieldCheckCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedShieldCheckCaptionRegularIcon.tsx
index ccb250009a..c4521f40dc 100644
--- a/src/react/LabelPaired/LabelPairedShieldCheckCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedShieldCheckCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedShieldCheckCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedShieldCheckLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedShieldCheckLgBoldIcon.tsx
index 5ea02f546c..e82c5da293 100644
--- a/src/react/LabelPaired/LabelPairedShieldCheckLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedShieldCheckLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedShieldCheckLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedShieldCheckLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedShieldCheckLgFillIcon.tsx
index 148e5d370b..0a99f4d348 100644
--- a/src/react/LabelPaired/LabelPairedShieldCheckLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedShieldCheckLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedShieldCheckLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedShieldCheckLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedShieldCheckLgRegularIcon.tsx
index 1906d75d94..c1bc72cba9 100644
--- a/src/react/LabelPaired/LabelPairedShieldCheckLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedShieldCheckLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedShieldCheckLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedShieldCheckMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedShieldCheckMdBoldIcon.tsx
index 9693bdb262..e3f765e2ad 100644
--- a/src/react/LabelPaired/LabelPairedShieldCheckMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedShieldCheckMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedShieldCheckMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedShieldCheckMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedShieldCheckMdFillIcon.tsx
index 000730c72d..aecd423b08 100644
--- a/src/react/LabelPaired/LabelPairedShieldCheckMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedShieldCheckMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedShieldCheckMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedShieldCheckMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedShieldCheckMdRegularIcon.tsx
index 0850a4f5ac..004674e2f1 100644
--- a/src/react/LabelPaired/LabelPairedShieldCheckMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedShieldCheckMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedShieldCheckMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedShieldCheckSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedShieldCheckSmBoldIcon.tsx
index cbd2199c11..bf0c9fc90e 100644
--- a/src/react/LabelPaired/LabelPairedShieldCheckSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedShieldCheckSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedShieldCheckSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedShieldCheckSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedShieldCheckSmFillIcon.tsx
index bee3cba73e..dfd25a1cd8 100644
--- a/src/react/LabelPaired/LabelPairedShieldCheckSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedShieldCheckSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedShieldCheckSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedShieldCheckSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedShieldCheckSmRegularIcon.tsx
index e793870f07..eb768e58ca 100644
--- a/src/react/LabelPaired/LabelPairedShieldCheckSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedShieldCheckSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedShieldCheckSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedShieldCheckXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedShieldCheckXlBoldIcon.tsx
index a94a6b0f9f..25ca096ab2 100644
--- a/src/react/LabelPaired/LabelPairedShieldCheckXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedShieldCheckXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedShieldCheckXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedShieldCheckXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedShieldCheckXlFillIcon.tsx
index 4a5f16d09b..45cec92b24 100644
--- a/src/react/LabelPaired/LabelPairedShieldCheckXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedShieldCheckXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedShieldCheckXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedShieldCheckXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedShieldCheckXlRegularIcon.tsx
index a9c0e17265..5c3129f398 100644
--- a/src/react/LabelPaired/LabelPairedShieldCheckXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedShieldCheckXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedShieldCheckXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSignalCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSignalCaptionBoldIcon.tsx
index a236c1c6fc..06ac5e3b35 100644
--- a/src/react/LabelPaired/LabelPairedSignalCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSignalCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSignalCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSignalCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedSignalCaptionFillIcon.tsx
index b052f4a45b..75d2299464 100644
--- a/src/react/LabelPaired/LabelPairedSignalCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSignalCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSignalCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSignalCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSignalCaptionRegularIcon.tsx
index 0933a9f6f7..fc6178270c 100644
--- a/src/react/LabelPaired/LabelPairedSignalCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSignalCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSignalCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSignalLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSignalLgBoldIcon.tsx
index 0a201d0b8c..113f996637 100644
--- a/src/react/LabelPaired/LabelPairedSignalLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSignalLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSignalLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSignalLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedSignalLgFillIcon.tsx
index 3cc4937083..5ab7bf5e7c 100644
--- a/src/react/LabelPaired/LabelPairedSignalLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSignalLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSignalLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSignalLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSignalLgRegularIcon.tsx
index 0d79899945..eb3ec12ac1 100644
--- a/src/react/LabelPaired/LabelPairedSignalLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSignalLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSignalLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSignalMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSignalMdBoldIcon.tsx
index 4d28fdf1ff..83cd1027ce 100644
--- a/src/react/LabelPaired/LabelPairedSignalMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSignalMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSignalMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSignalMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedSignalMdFillIcon.tsx
index ce3a4ea33e..6c44de4662 100644
--- a/src/react/LabelPaired/LabelPairedSignalMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSignalMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSignalMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSignalMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSignalMdRegularIcon.tsx
index f3898a500f..de63b4de7e 100644
--- a/src/react/LabelPaired/LabelPairedSignalMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSignalMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSignalMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSignalSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSignalSmBoldIcon.tsx
index 78dd7166a5..5a6042ce22 100644
--- a/src/react/LabelPaired/LabelPairedSignalSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSignalSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSignalSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSignalSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedSignalSmFillIcon.tsx
index 460e9bf3c2..48a3954d67 100644
--- a/src/react/LabelPaired/LabelPairedSignalSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSignalSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSignalSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSignalSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSignalSmRegularIcon.tsx
index e5e2c095c0..7990adbf4d 100644
--- a/src/react/LabelPaired/LabelPairedSignalSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSignalSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSignalSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSignalXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSignalXlBoldIcon.tsx
index 7d32c7cb5a..763efb8157 100644
--- a/src/react/LabelPaired/LabelPairedSignalXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSignalXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSignalXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSignalXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedSignalXlFillIcon.tsx
index 6b4d0fa068..a9abbc5b40 100644
--- a/src/react/LabelPaired/LabelPairedSignalXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSignalXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSignalXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSignalXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSignalXlRegularIcon.tsx
index e95cf81bb5..6872bb4182 100644
--- a/src/react/LabelPaired/LabelPairedSignalXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSignalXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSignalXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSixCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSixCaptionBoldIcon.tsx
index 619e25187f..e8015acfb8 100644
--- a/src/react/LabelPaired/LabelPairedSixCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSixCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSixCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSixCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedSixCaptionFillIcon.tsx
index 068728195d..6c849279ff 100644
--- a/src/react/LabelPaired/LabelPairedSixCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSixCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSixCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSixCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSixCaptionRegularIcon.tsx
index f2c1095e8b..f0bc76a337 100644
--- a/src/react/LabelPaired/LabelPairedSixCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSixCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSixCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSixLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSixLgBoldIcon.tsx
index 1f1df3bbff..9ec58b879c 100644
--- a/src/react/LabelPaired/LabelPairedSixLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSixLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSixLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSixLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedSixLgFillIcon.tsx
index 2127f54eb4..8b6ba38d1f 100644
--- a/src/react/LabelPaired/LabelPairedSixLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSixLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSixLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSixLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSixLgRegularIcon.tsx
index 439392ab8b..15f24c4a3a 100644
--- a/src/react/LabelPaired/LabelPairedSixLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSixLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSixLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSixMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSixMdBoldIcon.tsx
index ddfbd0fe7b..85e2b396dc 100644
--- a/src/react/LabelPaired/LabelPairedSixMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSixMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSixMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSixMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedSixMdFillIcon.tsx
index 90a2da9511..38b4dc2b49 100644
--- a/src/react/LabelPaired/LabelPairedSixMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSixMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSixMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSixMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSixMdRegularIcon.tsx
index bf00697221..62be22ef0b 100644
--- a/src/react/LabelPaired/LabelPairedSixMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSixMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSixMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSixSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSixSmBoldIcon.tsx
index 3278e1fe8d..fdc0f0b388 100644
--- a/src/react/LabelPaired/LabelPairedSixSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSixSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSixSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSixSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedSixSmFillIcon.tsx
index c0164d1bc1..b77c16cd5c 100644
--- a/src/react/LabelPaired/LabelPairedSixSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSixSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSixSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSixSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSixSmRegularIcon.tsx
index 3a5518ba17..768e4b2aa8 100644
--- a/src/react/LabelPaired/LabelPairedSixSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSixSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSixSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSixXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSixXlBoldIcon.tsx
index bc8a377f07..7a9d665c74 100644
--- a/src/react/LabelPaired/LabelPairedSixXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSixXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSixXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSixXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedSixXlFillIcon.tsx
index 9b8117b2aa..76beb0a966 100644
--- a/src/react/LabelPaired/LabelPairedSixXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSixXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSixXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSixXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSixXlRegularIcon.tsx
index ad93539ffb..74a0e24ccb 100644
--- a/src/react/LabelPaired/LabelPairedSixXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSixXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSixXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSortCaptionBoldIcon.tsx
index 6d1a09bbda..a37bd1a80b 100644
--- a/src/react/LabelPaired/LabelPairedSortCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedSortCaptionFillIcon.tsx
index ff057dedf4..a7d7a344c3 100644
--- a/src/react/LabelPaired/LabelPairedSortCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSortCaptionRegularIcon.tsx
index 448769a75b..edb5b780e1 100644
--- a/src/react/LabelPaired/LabelPairedSortCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortDownCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSortDownCaptionBoldIcon.tsx
index 9a4a8349ff..c823799dbf 100644
--- a/src/react/LabelPaired/LabelPairedSortDownCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortDownCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortDownCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortDownCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedSortDownCaptionFillIcon.tsx
index 023b46a379..45e38e7d72 100644
--- a/src/react/LabelPaired/LabelPairedSortDownCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortDownCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortDownCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortDownCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSortDownCaptionRegularIcon.tsx
index dd31178655..bf0567de4f 100644
--- a/src/react/LabelPaired/LabelPairedSortDownCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortDownCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortDownCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortDownLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSortDownLgBoldIcon.tsx
index 1d5e79519c..da22229a22 100644
--- a/src/react/LabelPaired/LabelPairedSortDownLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortDownLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortDownLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortDownLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedSortDownLgFillIcon.tsx
index 4aaaa58dca..faf0f296f7 100644
--- a/src/react/LabelPaired/LabelPairedSortDownLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortDownLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortDownLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortDownLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSortDownLgRegularIcon.tsx
index 66aa416770..540c32b747 100644
--- a/src/react/LabelPaired/LabelPairedSortDownLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortDownLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortDownLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortDownMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSortDownMdBoldIcon.tsx
index e236fc135c..206bd51a3c 100644
--- a/src/react/LabelPaired/LabelPairedSortDownMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortDownMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortDownMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortDownMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedSortDownMdFillIcon.tsx
index 76d077b84e..39a14c21d6 100644
--- a/src/react/LabelPaired/LabelPairedSortDownMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortDownMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortDownMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortDownMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSortDownMdRegularIcon.tsx
index 6a5c0f73db..3ee8c25f34 100644
--- a/src/react/LabelPaired/LabelPairedSortDownMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortDownMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortDownMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortDownSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSortDownSmBoldIcon.tsx
index d44f3a9636..0c54dcdc15 100644
--- a/src/react/LabelPaired/LabelPairedSortDownSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortDownSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortDownSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortDownSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedSortDownSmFillIcon.tsx
index 62c602a1bb..08cf255cd6 100644
--- a/src/react/LabelPaired/LabelPairedSortDownSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortDownSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortDownSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortDownSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSortDownSmRegularIcon.tsx
index f4c25d1717..641bdf61f3 100644
--- a/src/react/LabelPaired/LabelPairedSortDownSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortDownSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortDownSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortDownXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSortDownXlBoldIcon.tsx
index b2da2d0d3b..719664346a 100644
--- a/src/react/LabelPaired/LabelPairedSortDownXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortDownXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortDownXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortDownXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedSortDownXlFillIcon.tsx
index c8d45a1171..b2cc4a2f24 100644
--- a/src/react/LabelPaired/LabelPairedSortDownXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortDownXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortDownXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortDownXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSortDownXlRegularIcon.tsx
index e6f0bed9d9..7ed075e2b2 100644
--- a/src/react/LabelPaired/LabelPairedSortDownXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortDownXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortDownXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSortLgBoldIcon.tsx
index f8b51fbefd..545ae2165b 100644
--- a/src/react/LabelPaired/LabelPairedSortLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedSortLgFillIcon.tsx
index efd290995e..6c039927ca 100644
--- a/src/react/LabelPaired/LabelPairedSortLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSortLgRegularIcon.tsx
index f9271af2a9..778cc609b0 100644
--- a/src/react/LabelPaired/LabelPairedSortLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSortMdBoldIcon.tsx
index 925dfec7f5..92eeb1f145 100644
--- a/src/react/LabelPaired/LabelPairedSortMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedSortMdFillIcon.tsx
index e9b7421df4..00a4b69c60 100644
--- a/src/react/LabelPaired/LabelPairedSortMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSortMdRegularIcon.tsx
index 318cc1f2ec..ea821d1088 100644
--- a/src/react/LabelPaired/LabelPairedSortMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSortSmBoldIcon.tsx
index c71d94c82c..2ce50332a1 100644
--- a/src/react/LabelPaired/LabelPairedSortSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedSortSmFillIcon.tsx
index 4553dbe8de..db3bab19f7 100644
--- a/src/react/LabelPaired/LabelPairedSortSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSortSmRegularIcon.tsx
index 5e431236b2..504b35fd03 100644
--- a/src/react/LabelPaired/LabelPairedSortSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortUpCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSortUpCaptionBoldIcon.tsx
index 2213ca7d3a..b48b3e6af0 100644
--- a/src/react/LabelPaired/LabelPairedSortUpCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortUpCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortUpCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortUpCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedSortUpCaptionFillIcon.tsx
index ab93576cc7..63a5fe441a 100644
--- a/src/react/LabelPaired/LabelPairedSortUpCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortUpCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortUpCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortUpCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSortUpCaptionRegularIcon.tsx
index a2dd3d5fb8..ae989cd8f7 100644
--- a/src/react/LabelPaired/LabelPairedSortUpCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortUpCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortUpCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortUpLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSortUpLgBoldIcon.tsx
index af10d049ab..ae1c80cf03 100644
--- a/src/react/LabelPaired/LabelPairedSortUpLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortUpLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortUpLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortUpLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedSortUpLgFillIcon.tsx
index 7036e402a1..24415c94d6 100644
--- a/src/react/LabelPaired/LabelPairedSortUpLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortUpLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortUpLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortUpLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSortUpLgRegularIcon.tsx
index b4f841fc56..b213b396bb 100644
--- a/src/react/LabelPaired/LabelPairedSortUpLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortUpLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortUpLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortUpMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSortUpMdBoldIcon.tsx
index 953f51940a..8ce8f7b9da 100644
--- a/src/react/LabelPaired/LabelPairedSortUpMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortUpMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortUpMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortUpMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedSortUpMdFillIcon.tsx
index 39af067929..6c71db3d3c 100644
--- a/src/react/LabelPaired/LabelPairedSortUpMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortUpMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortUpMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortUpMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSortUpMdRegularIcon.tsx
index d23d245983..9f37618699 100644
--- a/src/react/LabelPaired/LabelPairedSortUpMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortUpMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortUpMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortUpSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSortUpSmBoldIcon.tsx
index 5a8815dea7..3ea8b55a22 100644
--- a/src/react/LabelPaired/LabelPairedSortUpSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortUpSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortUpSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortUpSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedSortUpSmFillIcon.tsx
index 2fc4d3a7ca..fb7e63090d 100644
--- a/src/react/LabelPaired/LabelPairedSortUpSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortUpSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortUpSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortUpSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSortUpSmRegularIcon.tsx
index e02ddb68ef..01a8707091 100644
--- a/src/react/LabelPaired/LabelPairedSortUpSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortUpSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortUpSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortUpXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSortUpXlBoldIcon.tsx
index f6f374369e..cf5e344e63 100644
--- a/src/react/LabelPaired/LabelPairedSortUpXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortUpXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortUpXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortUpXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedSortUpXlFillIcon.tsx
index b46c173dfb..14e43de499 100644
--- a/src/react/LabelPaired/LabelPairedSortUpXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortUpXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortUpXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortUpXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSortUpXlRegularIcon.tsx
index 5884d1d954..abc3842444 100644
--- a/src/react/LabelPaired/LabelPairedSortUpXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortUpXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortUpXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSortXlBoldIcon.tsx
index 7e272b54e8..6072c44b1d 100644
--- a/src/react/LabelPaired/LabelPairedSortXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedSortXlFillIcon.tsx
index a3aea5193e..3cb71f29f1 100644
--- a/src/react/LabelPaired/LabelPairedSortXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSortXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSortXlRegularIcon.tsx
index 85144456c0..08b476d7bc 100644
--- a/src/react/LabelPaired/LabelPairedSortXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSortXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSortXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSquareCaptionBoldIcon.tsx
index 09bc6d4c29..de674f1eea 100644
--- a/src/react/LabelPaired/LabelPairedSquareCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedSquareCaptionFillIcon.tsx
index 8b7d00390c..262258ada5 100644
--- a/src/react/LabelPaired/LabelPairedSquareCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSquareCaptionRegularIcon.tsx
index ed54c68d99..f136f105f7 100644
--- a/src/react/LabelPaired/LabelPairedSquareCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareCheckCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSquareCheckCaptionBoldIcon.tsx
index 595664a8ee..39a488f192 100644
--- a/src/react/LabelPaired/LabelPairedSquareCheckCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareCheckCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareCheckCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareCheckCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedSquareCheckCaptionFillIcon.tsx
index 2b1ca1b621..778fcf550e 100644
--- a/src/react/LabelPaired/LabelPairedSquareCheckCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareCheckCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareCheckCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareCheckCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSquareCheckCaptionRegularIcon.tsx
index 00ae583f3c..430e77a9d6 100644
--- a/src/react/LabelPaired/LabelPairedSquareCheckCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareCheckCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareCheckCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareCheckLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSquareCheckLgBoldIcon.tsx
index 76e6f4ab79..cafb0dbc0d 100644
--- a/src/react/LabelPaired/LabelPairedSquareCheckLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareCheckLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareCheckLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareCheckLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedSquareCheckLgFillIcon.tsx
index 40ab7bb16a..7d797b047f 100644
--- a/src/react/LabelPaired/LabelPairedSquareCheckLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareCheckLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareCheckLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareCheckLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSquareCheckLgRegularIcon.tsx
index 2f18a4454f..c6e7ca5eb8 100644
--- a/src/react/LabelPaired/LabelPairedSquareCheckLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareCheckLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareCheckLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareCheckMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSquareCheckMdBoldIcon.tsx
index 4c8a9bcce2..daa4239baf 100644
--- a/src/react/LabelPaired/LabelPairedSquareCheckMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareCheckMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareCheckMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareCheckMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedSquareCheckMdFillIcon.tsx
index bbbb6dd6e5..05c02e9de5 100644
--- a/src/react/LabelPaired/LabelPairedSquareCheckMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareCheckMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareCheckMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareCheckMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSquareCheckMdRegularIcon.tsx
index c2b88a10fe..bb5922e5d5 100644
--- a/src/react/LabelPaired/LabelPairedSquareCheckMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareCheckMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareCheckMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareCheckSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSquareCheckSmBoldIcon.tsx
index 5a12667db9..e5a3a27698 100644
--- a/src/react/LabelPaired/LabelPairedSquareCheckSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareCheckSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareCheckSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareCheckSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedSquareCheckSmFillIcon.tsx
index bcedbe4c68..1058fb0e6a 100644
--- a/src/react/LabelPaired/LabelPairedSquareCheckSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareCheckSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareCheckSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareCheckSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSquareCheckSmRegularIcon.tsx
index 65eb4d7a3f..d18261953d 100644
--- a/src/react/LabelPaired/LabelPairedSquareCheckSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareCheckSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareCheckSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareCheckXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSquareCheckXlBoldIcon.tsx
index a24f5c9cff..c01f43fea6 100644
--- a/src/react/LabelPaired/LabelPairedSquareCheckXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareCheckXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareCheckXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareCheckXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedSquareCheckXlFillIcon.tsx
index 25ddf9b7ee..891d07a50f 100644
--- a/src/react/LabelPaired/LabelPairedSquareCheckXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareCheckXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareCheckXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareCheckXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSquareCheckXlRegularIcon.tsx
index 4724a24327..d5a3f4bdb9 100644
--- a/src/react/LabelPaired/LabelPairedSquareCheckXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareCheckXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareCheckXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSquareLgBoldIcon.tsx
index d5d1b81381..badf455185 100644
--- a/src/react/LabelPaired/LabelPairedSquareLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedSquareLgFillIcon.tsx
index 3758483819..3645466ed0 100644
--- a/src/react/LabelPaired/LabelPairedSquareLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSquareLgRegularIcon.tsx
index 6776d0252d..88fe4486c0 100644
--- a/src/react/LabelPaired/LabelPairedSquareLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSquareMdBoldIcon.tsx
index fbc7c4eb53..a0b458b1a2 100644
--- a/src/react/LabelPaired/LabelPairedSquareMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedSquareMdFillIcon.tsx
index 3e142c8738..1f7d4ef33c 100644
--- a/src/react/LabelPaired/LabelPairedSquareMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSquareMdRegularIcon.tsx
index e6fd054c17..8a5ac1e58a 100644
--- a/src/react/LabelPaired/LabelPairedSquareMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareMinusCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSquareMinusCaptionBoldIcon.tsx
index 09eb84f227..437e7ea573 100644
--- a/src/react/LabelPaired/LabelPairedSquareMinusCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareMinusCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareMinusCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareMinusCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedSquareMinusCaptionFillIcon.tsx
index 4bc73aa22a..61115c94cd 100644
--- a/src/react/LabelPaired/LabelPairedSquareMinusCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareMinusCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareMinusCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareMinusCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSquareMinusCaptionRegularIcon.tsx
index 1868879670..ac749e9bd6 100644
--- a/src/react/LabelPaired/LabelPairedSquareMinusCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareMinusCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareMinusCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareMinusLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSquareMinusLgBoldIcon.tsx
index d812507c94..8e3011268f 100644
--- a/src/react/LabelPaired/LabelPairedSquareMinusLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareMinusLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareMinusLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareMinusLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedSquareMinusLgFillIcon.tsx
index b2ee069d28..2686dbe0d1 100644
--- a/src/react/LabelPaired/LabelPairedSquareMinusLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareMinusLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareMinusLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareMinusLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSquareMinusLgRegularIcon.tsx
index cae4f6510a..9301d0e2eb 100644
--- a/src/react/LabelPaired/LabelPairedSquareMinusLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareMinusLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareMinusLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareMinusMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSquareMinusMdBoldIcon.tsx
index 234c74d6c0..d113912ea9 100644
--- a/src/react/LabelPaired/LabelPairedSquareMinusMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareMinusMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareMinusMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareMinusMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedSquareMinusMdFillIcon.tsx
index 2fd37fedf2..df7d5d59ed 100644
--- a/src/react/LabelPaired/LabelPairedSquareMinusMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareMinusMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareMinusMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareMinusMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSquareMinusMdRegularIcon.tsx
index 67a17c8cef..8285949e61 100644
--- a/src/react/LabelPaired/LabelPairedSquareMinusMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareMinusMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareMinusMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareMinusSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSquareMinusSmBoldIcon.tsx
index 916eb9245c..e0731ffebd 100644
--- a/src/react/LabelPaired/LabelPairedSquareMinusSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareMinusSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareMinusSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareMinusSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedSquareMinusSmFillIcon.tsx
index 085de8a965..d03828fa9c 100644
--- a/src/react/LabelPaired/LabelPairedSquareMinusSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareMinusSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareMinusSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareMinusSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSquareMinusSmRegularIcon.tsx
index 73886e026d..e2af54192a 100644
--- a/src/react/LabelPaired/LabelPairedSquareMinusSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareMinusSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareMinusSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareMinusXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSquareMinusXlBoldIcon.tsx
index 63ce56b5a4..2bb05a3f05 100644
--- a/src/react/LabelPaired/LabelPairedSquareMinusXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareMinusXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareMinusXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareMinusXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedSquareMinusXlFillIcon.tsx
index 14085aca63..f2f28d1d00 100644
--- a/src/react/LabelPaired/LabelPairedSquareMinusXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareMinusXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareMinusXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareMinusXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSquareMinusXlRegularIcon.tsx
index 655d870070..befa7c86bd 100644
--- a/src/react/LabelPaired/LabelPairedSquareMinusXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareMinusXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareMinusXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSquareSmBoldIcon.tsx
index b27ae3094b..ccb667bc79 100644
--- a/src/react/LabelPaired/LabelPairedSquareSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedSquareSmFillIcon.tsx
index ec55f42c8a..7bda6ef4e4 100644
--- a/src/react/LabelPaired/LabelPairedSquareSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSquareSmRegularIcon.tsx
index 8f9d9d90e2..1b05438630 100644
--- a/src/react/LabelPaired/LabelPairedSquareSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSquareXlBoldIcon.tsx
index 1c9a924e66..1c38f8fc43 100644
--- a/src/react/LabelPaired/LabelPairedSquareXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedSquareXlFillIcon.tsx
index 494c3e7447..26013e02f6 100644
--- a/src/react/LabelPaired/LabelPairedSquareXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSquareXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSquareXlRegularIcon.tsx
index 38e66f1aba..1ea3e2fef7 100644
--- a/src/react/LabelPaired/LabelPairedSquareXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSquareXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSquareXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStarCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedStarCaptionBoldIcon.tsx
index 025f0a0bea..8534fcae72 100644
--- a/src/react/LabelPaired/LabelPairedStarCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStarCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStarCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStarCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedStarCaptionFillIcon.tsx
index f70a050db7..7550fe88a0 100644
--- a/src/react/LabelPaired/LabelPairedStarCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStarCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStarCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStarCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedStarCaptionRegularIcon.tsx
index ed3f42b213..885d002aac 100644
--- a/src/react/LabelPaired/LabelPairedStarCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStarCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStarCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStarLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedStarLgBoldIcon.tsx
index 9a1cc16f4d..2eab58758b 100644
--- a/src/react/LabelPaired/LabelPairedStarLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStarLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStarLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStarLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedStarLgFillIcon.tsx
index 8e91129997..f0d713197b 100644
--- a/src/react/LabelPaired/LabelPairedStarLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStarLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStarLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStarLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedStarLgRegularIcon.tsx
index 90bd3ac504..f7487b3067 100644
--- a/src/react/LabelPaired/LabelPairedStarLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStarLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStarLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStarMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedStarMdBoldIcon.tsx
index 8404be3ce0..1af6d459d8 100644
--- a/src/react/LabelPaired/LabelPairedStarMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStarMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStarMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStarMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedStarMdFillIcon.tsx
index 658ec42901..85f6a092c7 100644
--- a/src/react/LabelPaired/LabelPairedStarMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStarMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStarMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStarMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedStarMdRegularIcon.tsx
index b24f14c8d4..73eeb27131 100644
--- a/src/react/LabelPaired/LabelPairedStarMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStarMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStarMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStarSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedStarSmBoldIcon.tsx
index 5205b3a8ae..5f1b7cd5bc 100644
--- a/src/react/LabelPaired/LabelPairedStarSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStarSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStarSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStarSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedStarSmFillIcon.tsx
index 0017e0549a..bbe66a4a8d 100644
--- a/src/react/LabelPaired/LabelPairedStarSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStarSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStarSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStarSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedStarSmRegularIcon.tsx
index c855b649cd..2bfdd6aa5a 100644
--- a/src/react/LabelPaired/LabelPairedStarSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStarSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStarSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStarXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedStarXlBoldIcon.tsx
index 49507bb8d6..30afd4c1bb 100644
--- a/src/react/LabelPaired/LabelPairedStarXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStarXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStarXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStarXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedStarXlFillIcon.tsx
index 43f6c15710..ca5e49b5fb 100644
--- a/src/react/LabelPaired/LabelPairedStarXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStarXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStarXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStarXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedStarXlRegularIcon.tsx
index 5faa326524..2aebf21e8c 100644
--- a/src/react/LabelPaired/LabelPairedStarXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStarXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStarXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSterlingSignCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSterlingSignCaptionBoldIcon.tsx
index d26bb4058b..4ee0409e7e 100644
--- a/src/react/LabelPaired/LabelPairedSterlingSignCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSterlingSignCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSterlingSignCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSterlingSignCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedSterlingSignCaptionFillIcon.tsx
index 98479131e5..9bf25284c8 100644
--- a/src/react/LabelPaired/LabelPairedSterlingSignCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSterlingSignCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSterlingSignCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSterlingSignCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSterlingSignCaptionRegularIcon.tsx
index 1f1e0be99d..0ee5dae611 100644
--- a/src/react/LabelPaired/LabelPairedSterlingSignCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSterlingSignCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSterlingSignCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSterlingSignLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSterlingSignLgBoldIcon.tsx
index 8a3cc3e9b5..52f1924a81 100644
--- a/src/react/LabelPaired/LabelPairedSterlingSignLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSterlingSignLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSterlingSignLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSterlingSignLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedSterlingSignLgFillIcon.tsx
index c2fe56afe6..4d73c2119d 100644
--- a/src/react/LabelPaired/LabelPairedSterlingSignLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSterlingSignLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSterlingSignLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSterlingSignLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSterlingSignLgRegularIcon.tsx
index 38751423e4..f3a58a8c07 100644
--- a/src/react/LabelPaired/LabelPairedSterlingSignLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSterlingSignLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSterlingSignLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSterlingSignMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSterlingSignMdBoldIcon.tsx
index 84f442d920..3c6dbcc64a 100644
--- a/src/react/LabelPaired/LabelPairedSterlingSignMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSterlingSignMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSterlingSignMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSterlingSignMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedSterlingSignMdFillIcon.tsx
index 974df172c9..08e010dd89 100644
--- a/src/react/LabelPaired/LabelPairedSterlingSignMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSterlingSignMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSterlingSignMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSterlingSignMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSterlingSignMdRegularIcon.tsx
index 306e18b377..b924143d63 100644
--- a/src/react/LabelPaired/LabelPairedSterlingSignMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSterlingSignMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSterlingSignMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSterlingSignSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSterlingSignSmBoldIcon.tsx
index 49f2cf9914..12af78e7d0 100644
--- a/src/react/LabelPaired/LabelPairedSterlingSignSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSterlingSignSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSterlingSignSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSterlingSignSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedSterlingSignSmFillIcon.tsx
index d085985dbc..b0ea87bb03 100644
--- a/src/react/LabelPaired/LabelPairedSterlingSignSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSterlingSignSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSterlingSignSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSterlingSignSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSterlingSignSmRegularIcon.tsx
index 40c5166911..3b412ec73d 100644
--- a/src/react/LabelPaired/LabelPairedSterlingSignSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSterlingSignSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSterlingSignSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSterlingSignXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSterlingSignXlBoldIcon.tsx
index 3a3daa0bee..25a13d57d7 100644
--- a/src/react/LabelPaired/LabelPairedSterlingSignXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSterlingSignXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSterlingSignXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSterlingSignXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedSterlingSignXlFillIcon.tsx
index 54edfb21b8..2ec9013d67 100644
--- a/src/react/LabelPaired/LabelPairedSterlingSignXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSterlingSignXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSterlingSignXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSterlingSignXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSterlingSignXlRegularIcon.tsx
index d915547b39..ca741d0a91 100644
--- a/src/react/LabelPaired/LabelPairedSterlingSignXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSterlingSignXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSterlingSignXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopLossCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedStopLossCaptionBoldIcon.tsx
index 359c4f1958..3144fb0db1 100644
--- a/src/react/LabelPaired/LabelPairedStopLossCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopLossCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopLossCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopLossCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedStopLossCaptionFillIcon.tsx
index aaa69cfe60..414bd34be3 100644
--- a/src/react/LabelPaired/LabelPairedStopLossCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopLossCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopLossCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopLossCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedStopLossCaptionRegularIcon.tsx
index 37631b445b..49bf92dc87 100644
--- a/src/react/LabelPaired/LabelPairedStopLossCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopLossCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopLossCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopLossLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedStopLossLgBoldIcon.tsx
index f4a7ef9fce..6c9cabd469 100644
--- a/src/react/LabelPaired/LabelPairedStopLossLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopLossLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopLossLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopLossLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedStopLossLgFillIcon.tsx
index 460c0e5537..8deba6d9ac 100644
--- a/src/react/LabelPaired/LabelPairedStopLossLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopLossLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopLossLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopLossLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedStopLossLgRegularIcon.tsx
index 71f1f3b6bd..48fb3256c9 100644
--- a/src/react/LabelPaired/LabelPairedStopLossLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopLossLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopLossLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopLossMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedStopLossMdBoldIcon.tsx
index 4fe160651e..050ef6445a 100644
--- a/src/react/LabelPaired/LabelPairedStopLossMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopLossMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopLossMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopLossMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedStopLossMdFillIcon.tsx
index 694436acab..9d158f1dec 100644
--- a/src/react/LabelPaired/LabelPairedStopLossMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopLossMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopLossMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopLossMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedStopLossMdRegularIcon.tsx
index 98f5cd312f..7cbb5c9eb2 100644
--- a/src/react/LabelPaired/LabelPairedStopLossMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopLossMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopLossMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopLossSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedStopLossSmBoldIcon.tsx
index 1cd3c97b91..fc8b8e5726 100644
--- a/src/react/LabelPaired/LabelPairedStopLossSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopLossSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopLossSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopLossSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedStopLossSmFillIcon.tsx
index d8b6ec136c..4eac001a41 100644
--- a/src/react/LabelPaired/LabelPairedStopLossSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopLossSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopLossSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopLossSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedStopLossSmRegularIcon.tsx
index d73e652505..3aa3082bc5 100644
--- a/src/react/LabelPaired/LabelPairedStopLossSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopLossSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopLossSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopLossXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedStopLossXlBoldIcon.tsx
index de8749132a..44c27d2170 100644
--- a/src/react/LabelPaired/LabelPairedStopLossXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopLossXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopLossXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopLossXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedStopLossXlFillIcon.tsx
index b2daa23d29..9c7670e608 100644
--- a/src/react/LabelPaired/LabelPairedStopLossXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopLossXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopLossXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopLossXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedStopLossXlRegularIcon.tsx
index 4b223f127f..15921d44d5 100644
--- a/src/react/LabelPaired/LabelPairedStopLossXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopLossXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopLossXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopwatchCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedStopwatchCaptionBoldIcon.tsx
index bfee5ecacc..f5b7fd44ff 100644
--- a/src/react/LabelPaired/LabelPairedStopwatchCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopwatchCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopwatchCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopwatchCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedStopwatchCaptionFillIcon.tsx
index 7abca2acbd..6b83484ad9 100644
--- a/src/react/LabelPaired/LabelPairedStopwatchCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopwatchCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopwatchCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopwatchCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedStopwatchCaptionRegularIcon.tsx
index e2902756fa..67f291226c 100644
--- a/src/react/LabelPaired/LabelPairedStopwatchCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopwatchCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopwatchCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopwatchLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedStopwatchLgBoldIcon.tsx
index 8392bf7e15..79741bdcc3 100644
--- a/src/react/LabelPaired/LabelPairedStopwatchLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopwatchLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopwatchLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopwatchLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedStopwatchLgFillIcon.tsx
index 0d37a8a70b..05ca1aa3de 100644
--- a/src/react/LabelPaired/LabelPairedStopwatchLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopwatchLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopwatchLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopwatchLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedStopwatchLgRegularIcon.tsx
index 3c8723e61c..e6424bed65 100644
--- a/src/react/LabelPaired/LabelPairedStopwatchLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopwatchLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopwatchLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopwatchMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedStopwatchMdBoldIcon.tsx
index ba96f0df3e..da98160cf0 100644
--- a/src/react/LabelPaired/LabelPairedStopwatchMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopwatchMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopwatchMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopwatchMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedStopwatchMdFillIcon.tsx
index 09353bc4a3..cba991cb03 100644
--- a/src/react/LabelPaired/LabelPairedStopwatchMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopwatchMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopwatchMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopwatchMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedStopwatchMdRegularIcon.tsx
index cd6de67f5e..4c813ac8ab 100644
--- a/src/react/LabelPaired/LabelPairedStopwatchMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopwatchMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopwatchMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopwatchSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedStopwatchSmBoldIcon.tsx
index 005f44e3ee..4e905c6f93 100644
--- a/src/react/LabelPaired/LabelPairedStopwatchSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopwatchSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopwatchSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopwatchSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedStopwatchSmFillIcon.tsx
index 0529cef06f..79f6d8001f 100644
--- a/src/react/LabelPaired/LabelPairedStopwatchSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopwatchSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopwatchSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopwatchSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedStopwatchSmRegularIcon.tsx
index a230fea2d7..ed6b6c1ebb 100644
--- a/src/react/LabelPaired/LabelPairedStopwatchSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopwatchSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopwatchSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopwatchXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedStopwatchXlBoldIcon.tsx
index 24da408b20..42d8c6a369 100644
--- a/src/react/LabelPaired/LabelPairedStopwatchXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopwatchXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopwatchXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopwatchXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedStopwatchXlFillIcon.tsx
index 5144b8469d..dddf485c4c 100644
--- a/src/react/LabelPaired/LabelPairedStopwatchXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopwatchXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopwatchXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedStopwatchXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedStopwatchXlRegularIcon.tsx
index 686eb0ce38..80cf7e8aaa 100644
--- a/src/react/LabelPaired/LabelPairedStopwatchXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedStopwatchXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedStopwatchXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSunBrightCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSunBrightCaptionBoldIcon.tsx
index f360c88afd..2526d30738 100644
--- a/src/react/LabelPaired/LabelPairedSunBrightCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSunBrightCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSunBrightCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSunBrightCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedSunBrightCaptionFillIcon.tsx
index fdd26a533e..33778a439f 100644
--- a/src/react/LabelPaired/LabelPairedSunBrightCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSunBrightCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSunBrightCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSunBrightCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSunBrightCaptionRegularIcon.tsx
index 3601cc5076..0eb216f321 100644
--- a/src/react/LabelPaired/LabelPairedSunBrightCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSunBrightCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSunBrightCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSunBrightLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSunBrightLgBoldIcon.tsx
index 4dd1ed65f1..74e56d35c3 100644
--- a/src/react/LabelPaired/LabelPairedSunBrightLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSunBrightLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSunBrightLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSunBrightLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedSunBrightLgFillIcon.tsx
index 94073a8e64..19922ce0f1 100644
--- a/src/react/LabelPaired/LabelPairedSunBrightLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSunBrightLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSunBrightLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSunBrightLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSunBrightLgRegularIcon.tsx
index 0f1c5b3bcc..5595e6e100 100644
--- a/src/react/LabelPaired/LabelPairedSunBrightLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSunBrightLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSunBrightLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSunBrightMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSunBrightMdBoldIcon.tsx
index d70a260c26..a71e2a4807 100644
--- a/src/react/LabelPaired/LabelPairedSunBrightMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSunBrightMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSunBrightMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSunBrightMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedSunBrightMdFillIcon.tsx
index af8bc2576d..50c34abb1e 100644
--- a/src/react/LabelPaired/LabelPairedSunBrightMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSunBrightMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSunBrightMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSunBrightMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSunBrightMdRegularIcon.tsx
index e68eb47fe2..9f701e6551 100644
--- a/src/react/LabelPaired/LabelPairedSunBrightMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSunBrightMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSunBrightMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSunBrightSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSunBrightSmBoldIcon.tsx
index 9b286d348b..8df3f806be 100644
--- a/src/react/LabelPaired/LabelPairedSunBrightSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSunBrightSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSunBrightSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSunBrightSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedSunBrightSmFillIcon.tsx
index 87f8e6c87d..078b9d6729 100644
--- a/src/react/LabelPaired/LabelPairedSunBrightSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSunBrightSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSunBrightSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSunBrightSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSunBrightSmRegularIcon.tsx
index acda9c3ec2..b33d6c35bc 100644
--- a/src/react/LabelPaired/LabelPairedSunBrightSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSunBrightSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSunBrightSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSunBrightXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedSunBrightXlBoldIcon.tsx
index abda143d95..94279ef7ef 100644
--- a/src/react/LabelPaired/LabelPairedSunBrightXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSunBrightXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSunBrightXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSunBrightXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedSunBrightXlFillIcon.tsx
index d12b871242..638b94d74c 100644
--- a/src/react/LabelPaired/LabelPairedSunBrightXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSunBrightXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSunBrightXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedSunBrightXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedSunBrightXlRegularIcon.tsx
index 0fb88e91c9..32365266f8 100644
--- a/src/react/LabelPaired/LabelPairedSunBrightXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedSunBrightXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedSunBrightXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTableLayoutCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTableLayoutCaptionBoldIcon.tsx
index aba6fec78d..7b426c5c19 100644
--- a/src/react/LabelPaired/LabelPairedTableLayoutCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTableLayoutCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTableLayoutCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTableLayoutCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedTableLayoutCaptionFillIcon.tsx
index 23bb6c2d99..89b098d4ba 100644
--- a/src/react/LabelPaired/LabelPairedTableLayoutCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTableLayoutCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTableLayoutCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTableLayoutCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTableLayoutCaptionRegularIcon.tsx
index 96d39e31fe..e27bfadeeb 100644
--- a/src/react/LabelPaired/LabelPairedTableLayoutCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTableLayoutCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTableLayoutCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTableLayoutLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTableLayoutLgBoldIcon.tsx
index 15b7b32578..8139de6018 100644
--- a/src/react/LabelPaired/LabelPairedTableLayoutLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTableLayoutLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTableLayoutLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTableLayoutLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedTableLayoutLgFillIcon.tsx
index 0ecd8103ed..74aa26e68e 100644
--- a/src/react/LabelPaired/LabelPairedTableLayoutLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTableLayoutLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTableLayoutLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTableLayoutLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTableLayoutLgRegularIcon.tsx
index 3f53905dd5..865b6145af 100644
--- a/src/react/LabelPaired/LabelPairedTableLayoutLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTableLayoutLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTableLayoutLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTableLayoutMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTableLayoutMdBoldIcon.tsx
index 90cc56b314..82b7eb96ed 100644
--- a/src/react/LabelPaired/LabelPairedTableLayoutMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTableLayoutMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTableLayoutMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTableLayoutMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedTableLayoutMdFillIcon.tsx
index b8483db33f..f453f25f01 100644
--- a/src/react/LabelPaired/LabelPairedTableLayoutMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTableLayoutMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTableLayoutMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTableLayoutMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTableLayoutMdRegularIcon.tsx
index c7c2135e46..3a1ce25b33 100644
--- a/src/react/LabelPaired/LabelPairedTableLayoutMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTableLayoutMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTableLayoutMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTableLayoutSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTableLayoutSmBoldIcon.tsx
index edbd068445..c96bf3daad 100644
--- a/src/react/LabelPaired/LabelPairedTableLayoutSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTableLayoutSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTableLayoutSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTableLayoutSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedTableLayoutSmFillIcon.tsx
index 9494ead7ff..35c163cd8a 100644
--- a/src/react/LabelPaired/LabelPairedTableLayoutSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTableLayoutSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTableLayoutSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTableLayoutSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTableLayoutSmRegularIcon.tsx
index f88d789a11..631435e55c 100644
--- a/src/react/LabelPaired/LabelPairedTableLayoutSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTableLayoutSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTableLayoutSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTableLayoutXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTableLayoutXlBoldIcon.tsx
index d2e0d71ae2..f4574b18ba 100644
--- a/src/react/LabelPaired/LabelPairedTableLayoutXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTableLayoutXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTableLayoutXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTableLayoutXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedTableLayoutXlFillIcon.tsx
index edd31c1188..421d396c05 100644
--- a/src/react/LabelPaired/LabelPairedTableLayoutXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTableLayoutXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTableLayoutXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTableLayoutXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTableLayoutXlRegularIcon.tsx
index 31f6b8b801..2d1378ba83 100644
--- a/src/react/LabelPaired/LabelPairedTableLayoutXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTableLayoutXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTableLayoutXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTabletCaptionBoldIcon.tsx
index ddceb4c5c5..70be7b8f4c 100644
--- a/src/react/LabelPaired/LabelPairedTabletCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedTabletCaptionFillIcon.tsx
index 9f9b575e8c..2d9f6892a9 100644
--- a/src/react/LabelPaired/LabelPairedTabletCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTabletCaptionRegularIcon.tsx
index 292aca6589..085e7ebfc7 100644
--- a/src/react/LabelPaired/LabelPairedTabletCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTabletLgBoldIcon.tsx
index 745aa56a89..8e1095906c 100644
--- a/src/react/LabelPaired/LabelPairedTabletLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedTabletLgFillIcon.tsx
index 8eb53fb37d..5ba2640d80 100644
--- a/src/react/LabelPaired/LabelPairedTabletLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTabletLgRegularIcon.tsx
index e344a4aa7e..0747e23ea2 100644
--- a/src/react/LabelPaired/LabelPairedTabletLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTabletMdBoldIcon.tsx
index 5bced3b06e..e15c96a676 100644
--- a/src/react/LabelPaired/LabelPairedTabletMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedTabletMdFillIcon.tsx
index d3550a9ed3..20bce3c7b9 100644
--- a/src/react/LabelPaired/LabelPairedTabletMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTabletMdRegularIcon.tsx
index f9671e64c4..769421340c 100644
--- a/src/react/LabelPaired/LabelPairedTabletMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletScreenCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTabletScreenCaptionBoldIcon.tsx
index 21a54b5bde..6c0953e3b8 100644
--- a/src/react/LabelPaired/LabelPairedTabletScreenCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletScreenCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletScreenCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletScreenCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedTabletScreenCaptionFillIcon.tsx
index dee5339950..95ab599cf9 100644
--- a/src/react/LabelPaired/LabelPairedTabletScreenCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletScreenCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletScreenCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletScreenCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTabletScreenCaptionRegularIcon.tsx
index dd0ca8b2d9..51a593a100 100644
--- a/src/react/LabelPaired/LabelPairedTabletScreenCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletScreenCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletScreenCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletScreenLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTabletScreenLgBoldIcon.tsx
index 90688bd623..8b210d4fe1 100644
--- a/src/react/LabelPaired/LabelPairedTabletScreenLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletScreenLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletScreenLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletScreenLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedTabletScreenLgFillIcon.tsx
index 6d00fa1581..2d55e3be85 100644
--- a/src/react/LabelPaired/LabelPairedTabletScreenLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletScreenLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletScreenLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletScreenLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTabletScreenLgRegularIcon.tsx
index 0b6f0a4d9a..2e14ddc007 100644
--- a/src/react/LabelPaired/LabelPairedTabletScreenLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletScreenLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletScreenLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletScreenMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTabletScreenMdBoldIcon.tsx
index 8eba1834c6..7b9fcca900 100644
--- a/src/react/LabelPaired/LabelPairedTabletScreenMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletScreenMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletScreenMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletScreenMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedTabletScreenMdFillIcon.tsx
index 7548d8fa1f..17a5278c4b 100644
--- a/src/react/LabelPaired/LabelPairedTabletScreenMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletScreenMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletScreenMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletScreenMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTabletScreenMdRegularIcon.tsx
index 4ec270bf93..ac27f7b253 100644
--- a/src/react/LabelPaired/LabelPairedTabletScreenMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletScreenMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletScreenMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletScreenSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTabletScreenSmBoldIcon.tsx
index 5edab2a681..a3eb02a25b 100644
--- a/src/react/LabelPaired/LabelPairedTabletScreenSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletScreenSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletScreenSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletScreenSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedTabletScreenSmFillIcon.tsx
index c9aff8645d..49b268cdef 100644
--- a/src/react/LabelPaired/LabelPairedTabletScreenSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletScreenSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletScreenSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletScreenSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTabletScreenSmRegularIcon.tsx
index 7ad6ddaf8e..3742b19fcc 100644
--- a/src/react/LabelPaired/LabelPairedTabletScreenSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletScreenSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletScreenSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletScreenXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTabletScreenXlBoldIcon.tsx
index f0d1b04212..c4d290c1fc 100644
--- a/src/react/LabelPaired/LabelPairedTabletScreenXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletScreenXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletScreenXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletScreenXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedTabletScreenXlFillIcon.tsx
index 701aa95a87..610a0399f8 100644
--- a/src/react/LabelPaired/LabelPairedTabletScreenXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletScreenXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletScreenXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletScreenXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTabletScreenXlRegularIcon.tsx
index 9c6e441a78..8bba83bd94 100644
--- a/src/react/LabelPaired/LabelPairedTabletScreenXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletScreenXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletScreenXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTabletSmBoldIcon.tsx
index cbeb4d8a9c..87e4c48714 100644
--- a/src/react/LabelPaired/LabelPairedTabletSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedTabletSmFillIcon.tsx
index c04cfed142..b1496775be 100644
--- a/src/react/LabelPaired/LabelPairedTabletSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTabletSmRegularIcon.tsx
index 2a0842e182..0d7f7da384 100644
--- a/src/react/LabelPaired/LabelPairedTabletSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTabletXlBoldIcon.tsx
index fe9bfeb74c..9dce71db10 100644
--- a/src/react/LabelPaired/LabelPairedTabletXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedTabletXlFillIcon.tsx
index 6b875ec167..07986200a6 100644
--- a/src/react/LabelPaired/LabelPairedTabletXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTabletXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTabletXlRegularIcon.tsx
index 571a899f53..740ee03804 100644
--- a/src/react/LabelPaired/LabelPairedTabletXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTabletXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTabletXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTakeProfitCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTakeProfitCaptionBoldIcon.tsx
index 77570534dc..69f13557ac 100644
--- a/src/react/LabelPaired/LabelPairedTakeProfitCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTakeProfitCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTakeProfitCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTakeProfitCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedTakeProfitCaptionFillIcon.tsx
index a669c89167..e6b7388500 100644
--- a/src/react/LabelPaired/LabelPairedTakeProfitCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTakeProfitCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTakeProfitCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTakeProfitCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTakeProfitCaptionRegularIcon.tsx
index 2afe373257..2ca22b959a 100644
--- a/src/react/LabelPaired/LabelPairedTakeProfitCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTakeProfitCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTakeProfitCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTakeProfitLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTakeProfitLgBoldIcon.tsx
index 6cdb1c2403..5b23e810db 100644
--- a/src/react/LabelPaired/LabelPairedTakeProfitLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTakeProfitLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTakeProfitLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTakeProfitLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedTakeProfitLgFillIcon.tsx
index f3273994e2..343c6b9f10 100644
--- a/src/react/LabelPaired/LabelPairedTakeProfitLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTakeProfitLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTakeProfitLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTakeProfitLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTakeProfitLgRegularIcon.tsx
index 24ee1fefb7..aa64b9f2e5 100644
--- a/src/react/LabelPaired/LabelPairedTakeProfitLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTakeProfitLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTakeProfitLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTakeProfitMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTakeProfitMdBoldIcon.tsx
index 0cefc0132b..071a46ff2b 100644
--- a/src/react/LabelPaired/LabelPairedTakeProfitMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTakeProfitMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTakeProfitMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTakeProfitMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedTakeProfitMdFillIcon.tsx
index 1e5806941e..ccffa1de2e 100644
--- a/src/react/LabelPaired/LabelPairedTakeProfitMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTakeProfitMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTakeProfitMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTakeProfitMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTakeProfitMdRegularIcon.tsx
index 241f2caaa9..1b519db042 100644
--- a/src/react/LabelPaired/LabelPairedTakeProfitMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTakeProfitMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTakeProfitMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTakeProfitSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTakeProfitSmBoldIcon.tsx
index ffded2db5e..a8a16faffa 100644
--- a/src/react/LabelPaired/LabelPairedTakeProfitSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTakeProfitSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTakeProfitSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTakeProfitSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedTakeProfitSmFillIcon.tsx
index bbdbd75ff8..45409cb6d9 100644
--- a/src/react/LabelPaired/LabelPairedTakeProfitSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTakeProfitSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTakeProfitSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTakeProfitSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTakeProfitSmRegularIcon.tsx
index d9da43ccdf..16c8648484 100644
--- a/src/react/LabelPaired/LabelPairedTakeProfitSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTakeProfitSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTakeProfitSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTakeProfitXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTakeProfitXlBoldIcon.tsx
index c60fb5d11e..ef97c6f616 100644
--- a/src/react/LabelPaired/LabelPairedTakeProfitXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTakeProfitXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTakeProfitXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTakeProfitXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedTakeProfitXlFillIcon.tsx
index 73e100433b..7c7b73215e 100644
--- a/src/react/LabelPaired/LabelPairedTakeProfitXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTakeProfitXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTakeProfitXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTakeProfitXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTakeProfitXlRegularIcon.tsx
index 7371be5418..f4e6d6b582 100644
--- a/src/react/LabelPaired/LabelPairedTakeProfitXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTakeProfitXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTakeProfitXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTelegramCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedTelegramCaptionIcon.tsx
index 8618a58c2a..cafde0b196 100644
--- a/src/react/LabelPaired/LabelPairedTelegramCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTelegramCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTelegramCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTelegramLgIcon.tsx b/src/react/LabelPaired/LabelPairedTelegramLgIcon.tsx
index 5a88260754..601848bdb7 100644
--- a/src/react/LabelPaired/LabelPairedTelegramLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTelegramLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTelegramLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTelegramMdIcon.tsx b/src/react/LabelPaired/LabelPairedTelegramMdIcon.tsx
index c1bf6c26b1..086abf40d7 100644
--- a/src/react/LabelPaired/LabelPairedTelegramMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTelegramMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTelegramMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTelegramSmIcon.tsx b/src/react/LabelPaired/LabelPairedTelegramSmIcon.tsx
index ddb361bb51..a5b7a2804f 100644
--- a/src/react/LabelPaired/LabelPairedTelegramSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTelegramSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTelegramSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTelegramXlIcon.tsx b/src/react/LabelPaired/LabelPairedTelegramXlIcon.tsx
index b49e7b1888..eec5ebd2bc 100644
--- a/src/react/LabelPaired/LabelPairedTelegramXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTelegramXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTelegramXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThreeCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedThreeCaptionBoldIcon.tsx
index 6d26d1eb1b..2d6cc1f522 100644
--- a/src/react/LabelPaired/LabelPairedThreeCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThreeCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThreeCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThreeCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedThreeCaptionFillIcon.tsx
index 9f44d6a54c..d50b9ac416 100644
--- a/src/react/LabelPaired/LabelPairedThreeCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThreeCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThreeCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThreeCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedThreeCaptionRegularIcon.tsx
index 45b3797a3e..7ce7f1e9ed 100644
--- a/src/react/LabelPaired/LabelPairedThreeCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThreeCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThreeCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThreeLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedThreeLgBoldIcon.tsx
index 0f35e992aa..1ba59d4838 100644
--- a/src/react/LabelPaired/LabelPairedThreeLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThreeLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThreeLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThreeLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedThreeLgFillIcon.tsx
index ec804ebaf1..8f1dda5dd0 100644
--- a/src/react/LabelPaired/LabelPairedThreeLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThreeLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThreeLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThreeLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedThreeLgRegularIcon.tsx
index 26c3ab80f9..890b6d82cc 100644
--- a/src/react/LabelPaired/LabelPairedThreeLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThreeLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThreeLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThreeMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedThreeMdBoldIcon.tsx
index 7444600135..f1d5e9fa99 100644
--- a/src/react/LabelPaired/LabelPairedThreeMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThreeMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThreeMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThreeMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedThreeMdFillIcon.tsx
index ff26e74d26..e14fecb38f 100644
--- a/src/react/LabelPaired/LabelPairedThreeMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThreeMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThreeMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThreeMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedThreeMdRegularIcon.tsx
index 8bde869288..8abe5fcb29 100644
--- a/src/react/LabelPaired/LabelPairedThreeMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThreeMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThreeMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThreeSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedThreeSmBoldIcon.tsx
index ff92252b85..a6f2ce29c9 100644
--- a/src/react/LabelPaired/LabelPairedThreeSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThreeSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThreeSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThreeSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedThreeSmFillIcon.tsx
index e4a026d174..f07c5379e6 100644
--- a/src/react/LabelPaired/LabelPairedThreeSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThreeSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThreeSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThreeSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedThreeSmRegularIcon.tsx
index 33eafc84a1..8c65eef0ee 100644
--- a/src/react/LabelPaired/LabelPairedThreeSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThreeSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThreeSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThreeXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedThreeXlBoldIcon.tsx
index f5792b7d77..85225c704b 100644
--- a/src/react/LabelPaired/LabelPairedThreeXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThreeXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThreeXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThreeXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedThreeXlFillIcon.tsx
index dfcb52b0a8..098fdab3d5 100644
--- a/src/react/LabelPaired/LabelPairedThreeXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThreeXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThreeXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThreeXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedThreeXlRegularIcon.tsx
index 852ee90c7b..da88da153c 100644
--- a/src/react/LabelPaired/LabelPairedThreeXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThreeXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThreeXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsDownCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsDownCaptionBoldIcon.tsx
index 75c2ea01b5..b1ad792c22 100644
--- a/src/react/LabelPaired/LabelPairedThumbsDownCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsDownCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsDownCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsDownCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsDownCaptionFillIcon.tsx
index 843841b999..4f10dd615a 100644
--- a/src/react/LabelPaired/LabelPairedThumbsDownCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsDownCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsDownCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsDownCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsDownCaptionRegularIcon.tsx
index 465495c372..d87ae341a0 100644
--- a/src/react/LabelPaired/LabelPairedThumbsDownCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsDownCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsDownCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsDownLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsDownLgBoldIcon.tsx
index 3e2d777f0f..c5171cea4d 100644
--- a/src/react/LabelPaired/LabelPairedThumbsDownLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsDownLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsDownLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsDownLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsDownLgFillIcon.tsx
index 69e2456508..33e8a4edb8 100644
--- a/src/react/LabelPaired/LabelPairedThumbsDownLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsDownLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsDownLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsDownLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsDownLgRegularIcon.tsx
index 808cd11476..32fafbe560 100644
--- a/src/react/LabelPaired/LabelPairedThumbsDownLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsDownLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsDownLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsDownMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsDownMdBoldIcon.tsx
index 3fad21d1c1..7e8c86c49f 100644
--- a/src/react/LabelPaired/LabelPairedThumbsDownMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsDownMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsDownMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsDownMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsDownMdFillIcon.tsx
index 40f2ffe8a6..f43b9969a8 100644
--- a/src/react/LabelPaired/LabelPairedThumbsDownMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsDownMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsDownMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsDownMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsDownMdRegularIcon.tsx
index 8ef955c7e3..9d4114fe82 100644
--- a/src/react/LabelPaired/LabelPairedThumbsDownMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsDownMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsDownMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsDownSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsDownSmBoldIcon.tsx
index 27417d6355..277882fe1d 100644
--- a/src/react/LabelPaired/LabelPairedThumbsDownSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsDownSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsDownSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsDownSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsDownSmFillIcon.tsx
index 997dc1a2d9..828ae6448e 100644
--- a/src/react/LabelPaired/LabelPairedThumbsDownSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsDownSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsDownSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsDownSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsDownSmRegularIcon.tsx
index 2077b358ad..d2c6450c44 100644
--- a/src/react/LabelPaired/LabelPairedThumbsDownSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsDownSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsDownSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsDownXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsDownXlBoldIcon.tsx
index 90e9cf6e5b..3ebdab1759 100644
--- a/src/react/LabelPaired/LabelPairedThumbsDownXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsDownXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsDownXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsDownXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsDownXlFillIcon.tsx
index 802f199c8b..e6ff736da1 100644
--- a/src/react/LabelPaired/LabelPairedThumbsDownXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsDownXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsDownXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsDownXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsDownXlRegularIcon.tsx
index 5eca4b7cba..7d0bb00c6f 100644
--- a/src/react/LabelPaired/LabelPairedThumbsDownXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsDownXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsDownXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsUpCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsUpCaptionBoldIcon.tsx
index d6b3603f6e..1b35fad2b8 100644
--- a/src/react/LabelPaired/LabelPairedThumbsUpCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsUpCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsUpCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsUpCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsUpCaptionFillIcon.tsx
index 53103cbbe4..0eda526356 100644
--- a/src/react/LabelPaired/LabelPairedThumbsUpCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsUpCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsUpCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsUpCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsUpCaptionRegularIcon.tsx
index c157b38a1a..d0158942a4 100644
--- a/src/react/LabelPaired/LabelPairedThumbsUpCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsUpCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsUpCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsUpLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsUpLgBoldIcon.tsx
index 519edc93c1..7c9c9ad346 100644
--- a/src/react/LabelPaired/LabelPairedThumbsUpLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsUpLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsUpLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsUpLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsUpLgFillIcon.tsx
index cc190c17c7..c979216038 100644
--- a/src/react/LabelPaired/LabelPairedThumbsUpLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsUpLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsUpLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsUpLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsUpLgRegularIcon.tsx
index 91f055e396..00f79b680d 100644
--- a/src/react/LabelPaired/LabelPairedThumbsUpLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsUpLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsUpLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsUpMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsUpMdBoldIcon.tsx
index 36d79d500d..7afe242705 100644
--- a/src/react/LabelPaired/LabelPairedThumbsUpMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsUpMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsUpMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsUpMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsUpMdFillIcon.tsx
index 4ddca5e2b4..351b94a3f9 100644
--- a/src/react/LabelPaired/LabelPairedThumbsUpMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsUpMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsUpMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsUpMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsUpMdRegularIcon.tsx
index cc174337dc..79e1a1a82f 100644
--- a/src/react/LabelPaired/LabelPairedThumbsUpMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsUpMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsUpMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsUpSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsUpSmBoldIcon.tsx
index 1d4bc5cec7..5b74955442 100644
--- a/src/react/LabelPaired/LabelPairedThumbsUpSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsUpSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsUpSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsUpSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsUpSmFillIcon.tsx
index 607498937b..b26560e469 100644
--- a/src/react/LabelPaired/LabelPairedThumbsUpSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsUpSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsUpSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsUpSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsUpSmRegularIcon.tsx
index ada423cb14..0833315acc 100644
--- a/src/react/LabelPaired/LabelPairedThumbsUpSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsUpSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsUpSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsUpXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsUpXlBoldIcon.tsx
index 5785b8a4b4..380a58c795 100644
--- a/src/react/LabelPaired/LabelPairedThumbsUpXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsUpXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsUpXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsUpXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsUpXlFillIcon.tsx
index 60e4476df5..7716bfe318 100644
--- a/src/react/LabelPaired/LabelPairedThumbsUpXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsUpXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsUpXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedThumbsUpXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedThumbsUpXlRegularIcon.tsx
index 8dc7caa0da..9ed9dd11ba 100644
--- a/src/react/LabelPaired/LabelPairedThumbsUpXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedThumbsUpXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedThumbsUpXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTiktokCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedTiktokCaptionIcon.tsx
index 4da6df7943..d37edb7c62 100644
--- a/src/react/LabelPaired/LabelPairedTiktokCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTiktokCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTiktokCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTiktokLgIcon.tsx b/src/react/LabelPaired/LabelPairedTiktokLgIcon.tsx
index b8100262de..17f8e633e8 100644
--- a/src/react/LabelPaired/LabelPairedTiktokLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTiktokLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTiktokLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTiktokMdIcon.tsx b/src/react/LabelPaired/LabelPairedTiktokMdIcon.tsx
index d0ab0f713d..a812f1f4dc 100644
--- a/src/react/LabelPaired/LabelPairedTiktokMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTiktokMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTiktokMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTiktokSmIcon.tsx b/src/react/LabelPaired/LabelPairedTiktokSmIcon.tsx
index 45de671bae..c5ebb2d95f 100644
--- a/src/react/LabelPaired/LabelPairedTiktokSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTiktokSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTiktokSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTiktokXlIcon.tsx b/src/react/LabelPaired/LabelPairedTiktokXlIcon.tsx
index d15c16a0f6..ce8ccabab0 100644
--- a/src/react/LabelPaired/LabelPairedTiktokXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTiktokXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTiktokXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTrashCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTrashCaptionBoldIcon.tsx
index 91c10ff381..2b7a1dc049 100644
--- a/src/react/LabelPaired/LabelPairedTrashCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTrashCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTrashCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTrashCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedTrashCaptionFillIcon.tsx
index 071a305393..df187cdab9 100644
--- a/src/react/LabelPaired/LabelPairedTrashCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTrashCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTrashCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTrashCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTrashCaptionRegularIcon.tsx
index a050b3ba93..4a86fcaaae 100644
--- a/src/react/LabelPaired/LabelPairedTrashCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTrashCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTrashCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTrashLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTrashLgBoldIcon.tsx
index 31abc82c70..9c98956262 100644
--- a/src/react/LabelPaired/LabelPairedTrashLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTrashLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTrashLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTrashLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedTrashLgFillIcon.tsx
index b3bedf849e..380cbc3faa 100644
--- a/src/react/LabelPaired/LabelPairedTrashLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTrashLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTrashLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTrashLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTrashLgRegularIcon.tsx
index 5dffea6540..e18850429a 100644
--- a/src/react/LabelPaired/LabelPairedTrashLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTrashLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTrashLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTrashMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTrashMdBoldIcon.tsx
index a655d5a380..0ecaaf6c6e 100644
--- a/src/react/LabelPaired/LabelPairedTrashMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTrashMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTrashMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTrashMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedTrashMdFillIcon.tsx
index 9fec33f777..f85d249bb6 100644
--- a/src/react/LabelPaired/LabelPairedTrashMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTrashMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTrashMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTrashMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTrashMdRegularIcon.tsx
index 4e5586885f..ec08e4a98c 100644
--- a/src/react/LabelPaired/LabelPairedTrashMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTrashMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTrashMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTrashSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTrashSmBoldIcon.tsx
index 7cf98ee3bd..5181327cd2 100644
--- a/src/react/LabelPaired/LabelPairedTrashSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTrashSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTrashSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTrashSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedTrashSmFillIcon.tsx
index 0f20815b95..585a5b7030 100644
--- a/src/react/LabelPaired/LabelPairedTrashSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTrashSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTrashSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTrashSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTrashSmRegularIcon.tsx
index d698b76d0d..b4de88a927 100644
--- a/src/react/LabelPaired/LabelPairedTrashSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTrashSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTrashSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTrashXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTrashXlBoldIcon.tsx
index 068670603b..0560cc12a4 100644
--- a/src/react/LabelPaired/LabelPairedTrashXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTrashXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTrashXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTrashXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedTrashXlFillIcon.tsx
index 3cb41a8aca..ed5a503b3c 100644
--- a/src/react/LabelPaired/LabelPairedTrashXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTrashXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTrashXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTrashXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTrashXlRegularIcon.tsx
index 8080b3fe26..db200ca724 100644
--- a/src/react/LabelPaired/LabelPairedTrashXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTrashXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTrashXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTriangleExclamationCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTriangleExclamationCaptionBoldIcon.tsx
index 36fef020ab..f6bf577054 100644
--- a/src/react/LabelPaired/LabelPairedTriangleExclamationCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTriangleExclamationCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTriangleExclamationCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTriangleExclamationCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedTriangleExclamationCaptionFillIcon.tsx
index fd96a17db4..8bc44b5ddb 100644
--- a/src/react/LabelPaired/LabelPairedTriangleExclamationCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTriangleExclamationCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTriangleExclamationCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTriangleExclamationCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTriangleExclamationCaptionRegularIcon.tsx
index 45b96f61e2..64ac4d876e 100644
--- a/src/react/LabelPaired/LabelPairedTriangleExclamationCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTriangleExclamationCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTriangleExclamationCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTriangleExclamationLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTriangleExclamationLgBoldIcon.tsx
index 372fda9110..89c25206e9 100644
--- a/src/react/LabelPaired/LabelPairedTriangleExclamationLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTriangleExclamationLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTriangleExclamationLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTriangleExclamationLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedTriangleExclamationLgFillIcon.tsx
index 4e62c91600..11b06fbd65 100644
--- a/src/react/LabelPaired/LabelPairedTriangleExclamationLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTriangleExclamationLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTriangleExclamationLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTriangleExclamationLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTriangleExclamationLgRegularIcon.tsx
index 44f5feb78f..5dd0d907b1 100644
--- a/src/react/LabelPaired/LabelPairedTriangleExclamationLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTriangleExclamationLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTriangleExclamationLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTriangleExclamationMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTriangleExclamationMdBoldIcon.tsx
index 58fdedb10a..0a7de5a410 100644
--- a/src/react/LabelPaired/LabelPairedTriangleExclamationMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTriangleExclamationMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTriangleExclamationMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTriangleExclamationMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedTriangleExclamationMdFillIcon.tsx
index 5623af064b..0fe7f57ed4 100644
--- a/src/react/LabelPaired/LabelPairedTriangleExclamationMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTriangleExclamationMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTriangleExclamationMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTriangleExclamationMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTriangleExclamationMdRegularIcon.tsx
index 6014dd1ba5..9308c45a5e 100644
--- a/src/react/LabelPaired/LabelPairedTriangleExclamationMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTriangleExclamationMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTriangleExclamationMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTriangleExclamationSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTriangleExclamationSmBoldIcon.tsx
index 4ae705ba41..6adaa6a894 100644
--- a/src/react/LabelPaired/LabelPairedTriangleExclamationSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTriangleExclamationSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTriangleExclamationSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTriangleExclamationSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedTriangleExclamationSmFillIcon.tsx
index a93eab4cd2..ebf87dac1b 100644
--- a/src/react/LabelPaired/LabelPairedTriangleExclamationSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTriangleExclamationSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTriangleExclamationSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTriangleExclamationSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTriangleExclamationSmRegularIcon.tsx
index 39c56bfe4e..a63121e9c4 100644
--- a/src/react/LabelPaired/LabelPairedTriangleExclamationSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTriangleExclamationSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTriangleExclamationSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTriangleExclamationXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTriangleExclamationXlBoldIcon.tsx
index 3288e60570..475d9095d5 100644
--- a/src/react/LabelPaired/LabelPairedTriangleExclamationXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTriangleExclamationXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTriangleExclamationXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTriangleExclamationXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedTriangleExclamationXlFillIcon.tsx
index 8bbec6072a..d27e1f5c1d 100644
--- a/src/react/LabelPaired/LabelPairedTriangleExclamationXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTriangleExclamationXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTriangleExclamationXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTriangleExclamationXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTriangleExclamationXlRegularIcon.tsx
index 6edcda8ec3..e71b2311ab 100644
--- a/src/react/LabelPaired/LabelPairedTriangleExclamationXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTriangleExclamationXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTriangleExclamationXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTrustpilotCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedTrustpilotCaptionIcon.tsx
index 5dbef10866..d619ac33f0 100644
--- a/src/react/LabelPaired/LabelPairedTrustpilotCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTrustpilotCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTrustpilotCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTrustpilotLgIcon.tsx b/src/react/LabelPaired/LabelPairedTrustpilotLgIcon.tsx
index 8960d0311d..d0f12b2024 100644
--- a/src/react/LabelPaired/LabelPairedTrustpilotLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTrustpilotLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTrustpilotLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTrustpilotMdIcon.tsx b/src/react/LabelPaired/LabelPairedTrustpilotMdIcon.tsx
index 904537324d..f86a20b32f 100644
--- a/src/react/LabelPaired/LabelPairedTrustpilotMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTrustpilotMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTrustpilotMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTrustpilotSmIcon.tsx b/src/react/LabelPaired/LabelPairedTrustpilotSmIcon.tsx
index 48431530df..7796299ef1 100644
--- a/src/react/LabelPaired/LabelPairedTrustpilotSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTrustpilotSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTrustpilotSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTrustpilotXlIcon.tsx b/src/react/LabelPaired/LabelPairedTrustpilotXlIcon.tsx
index 8e34fbfea3..e8f29c4560 100644
--- a/src/react/LabelPaired/LabelPairedTrustpilotXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTrustpilotXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTrustpilotXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTwoCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTwoCaptionBoldIcon.tsx
index 279b5d180f..54999ce247 100644
--- a/src/react/LabelPaired/LabelPairedTwoCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTwoCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTwoCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTwoCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedTwoCaptionFillIcon.tsx
index 6c85dcffe8..1d5bfa95cd 100644
--- a/src/react/LabelPaired/LabelPairedTwoCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTwoCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTwoCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTwoCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTwoCaptionRegularIcon.tsx
index 559db560cd..ace6af4ce9 100644
--- a/src/react/LabelPaired/LabelPairedTwoCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTwoCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTwoCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTwoLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTwoLgBoldIcon.tsx
index dca4a9ea36..aa0a7e68a5 100644
--- a/src/react/LabelPaired/LabelPairedTwoLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTwoLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTwoLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTwoLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedTwoLgFillIcon.tsx
index 4e04d5dcca..35ea3da95e 100644
--- a/src/react/LabelPaired/LabelPairedTwoLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTwoLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTwoLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTwoLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTwoLgRegularIcon.tsx
index 6e538d6aef..cebec1b245 100644
--- a/src/react/LabelPaired/LabelPairedTwoLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTwoLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTwoLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTwoMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTwoMdBoldIcon.tsx
index a55b240bcd..0c8b76c84a 100644
--- a/src/react/LabelPaired/LabelPairedTwoMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTwoMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTwoMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTwoMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedTwoMdFillIcon.tsx
index 28569e9372..3486dd707e 100644
--- a/src/react/LabelPaired/LabelPairedTwoMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTwoMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTwoMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTwoMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTwoMdRegularIcon.tsx
index 3ca15b6f65..0f06f98417 100644
--- a/src/react/LabelPaired/LabelPairedTwoMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTwoMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTwoMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTwoSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTwoSmBoldIcon.tsx
index c3be9c4638..712288f26c 100644
--- a/src/react/LabelPaired/LabelPairedTwoSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTwoSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTwoSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTwoSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedTwoSmFillIcon.tsx
index f7001b5eda..1fcd0d7edd 100644
--- a/src/react/LabelPaired/LabelPairedTwoSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTwoSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTwoSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTwoSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTwoSmRegularIcon.tsx
index 1696e14566..04078a19fd 100644
--- a/src/react/LabelPaired/LabelPairedTwoSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTwoSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTwoSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTwoXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedTwoXlBoldIcon.tsx
index 2067a79a63..4d8686e0bd 100644
--- a/src/react/LabelPaired/LabelPairedTwoXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTwoXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTwoXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTwoXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedTwoXlFillIcon.tsx
index 2a785a2ae4..56c12dd81f 100644
--- a/src/react/LabelPaired/LabelPairedTwoXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTwoXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTwoXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedTwoXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedTwoXlRegularIcon.tsx
index 76a3805c36..aa92bf9215 100644
--- a/src/react/LabelPaired/LabelPairedTwoXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedTwoXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedTwoXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUbuntuCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedUbuntuCaptionIcon.tsx
index a7e5a48b23..1b4903f33c 100644
--- a/src/react/LabelPaired/LabelPairedUbuntuCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUbuntuCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUbuntuCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUbuntuLgIcon.tsx b/src/react/LabelPaired/LabelPairedUbuntuLgIcon.tsx
index 1d0f084b77..6dc5247b53 100644
--- a/src/react/LabelPaired/LabelPairedUbuntuLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUbuntuLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUbuntuLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUbuntuMdIcon.tsx b/src/react/LabelPaired/LabelPairedUbuntuMdIcon.tsx
index 905d328d8c..17f4d938c3 100644
--- a/src/react/LabelPaired/LabelPairedUbuntuMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUbuntuMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUbuntuMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUbuntuSmIcon.tsx b/src/react/LabelPaired/LabelPairedUbuntuSmIcon.tsx
index 4ff3a797d2..c86948336e 100644
--- a/src/react/LabelPaired/LabelPairedUbuntuSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUbuntuSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUbuntuSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUbuntuXlIcon.tsx b/src/react/LabelPaired/LabelPairedUbuntuXlIcon.tsx
index 801a264792..42e7789541 100644
--- a/src/react/LabelPaired/LabelPairedUbuntuXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUbuntuXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUbuntuXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUnlockCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedUnlockCaptionBoldIcon.tsx
index e5011ceba0..d2448531fc 100644
--- a/src/react/LabelPaired/LabelPairedUnlockCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUnlockCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUnlockCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUnlockCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedUnlockCaptionFillIcon.tsx
index 64525ee1c0..80052614ee 100644
--- a/src/react/LabelPaired/LabelPairedUnlockCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUnlockCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUnlockCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUnlockCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedUnlockCaptionRegularIcon.tsx
index c57c9bfb00..2a450d358b 100644
--- a/src/react/LabelPaired/LabelPairedUnlockCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUnlockCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUnlockCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUnlockLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedUnlockLgBoldIcon.tsx
index 5685315bbc..08f882dc3b 100644
--- a/src/react/LabelPaired/LabelPairedUnlockLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUnlockLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUnlockLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUnlockLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedUnlockLgFillIcon.tsx
index 1da991748d..7633c414b9 100644
--- a/src/react/LabelPaired/LabelPairedUnlockLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUnlockLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUnlockLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUnlockLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedUnlockLgRegularIcon.tsx
index de417366a0..3c11256165 100644
--- a/src/react/LabelPaired/LabelPairedUnlockLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUnlockLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUnlockLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUnlockMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedUnlockMdBoldIcon.tsx
index f7da6197f9..07a4d81e15 100644
--- a/src/react/LabelPaired/LabelPairedUnlockMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUnlockMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUnlockMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUnlockMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedUnlockMdFillIcon.tsx
index d6050beaf1..adecf034bb 100644
--- a/src/react/LabelPaired/LabelPairedUnlockMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUnlockMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUnlockMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUnlockMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedUnlockMdRegularIcon.tsx
index b7a5afbc1d..9c7fd5d4f3 100644
--- a/src/react/LabelPaired/LabelPairedUnlockMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUnlockMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUnlockMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUnlockSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedUnlockSmBoldIcon.tsx
index 1253989268..faf622ed1a 100644
--- a/src/react/LabelPaired/LabelPairedUnlockSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUnlockSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUnlockSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUnlockSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedUnlockSmFillIcon.tsx
index 5fa8fd3c22..47ed7b23b1 100644
--- a/src/react/LabelPaired/LabelPairedUnlockSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUnlockSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUnlockSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUnlockSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedUnlockSmRegularIcon.tsx
index d8efc7dd73..2caf5f922f 100644
--- a/src/react/LabelPaired/LabelPairedUnlockSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUnlockSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUnlockSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUnlockXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedUnlockXlBoldIcon.tsx
index 6342f9aaa3..52103ae2de 100644
--- a/src/react/LabelPaired/LabelPairedUnlockXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUnlockXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUnlockXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUnlockXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedUnlockXlFillIcon.tsx
index 10a01f5f6f..b21704090f 100644
--- a/src/react/LabelPaired/LabelPairedUnlockXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUnlockXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUnlockXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUnlockXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedUnlockXlRegularIcon.tsx
index ee2f4cfb4e..ae5b2e3e82 100644
--- a/src/react/LabelPaired/LabelPairedUnlockXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUnlockXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUnlockXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedUserCaptionBoldIcon.tsx
index 56e8507004..fc69bd874c 100644
--- a/src/react/LabelPaired/LabelPairedUserCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedUserCaptionFillIcon.tsx
index 0960418811..44789cfc78 100644
--- a/src/react/LabelPaired/LabelPairedUserCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedUserCaptionRegularIcon.tsx
index b519aca08c..03bcff5835 100644
--- a/src/react/LabelPaired/LabelPairedUserCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedUserLgBoldIcon.tsx
index 4c07596c6b..a1e316a309 100644
--- a/src/react/LabelPaired/LabelPairedUserLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedUserLgFillIcon.tsx
index 7efa71ad10..32ea1c19be 100644
--- a/src/react/LabelPaired/LabelPairedUserLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedUserLgRegularIcon.tsx
index ccacb27e27..1cb2f2699b 100644
--- a/src/react/LabelPaired/LabelPairedUserLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedUserMdBoldIcon.tsx
index 7e0ecc0ccc..56479ed185 100644
--- a/src/react/LabelPaired/LabelPairedUserMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedUserMdFillIcon.tsx
index d0d8cc768d..4d0b097767 100644
--- a/src/react/LabelPaired/LabelPairedUserMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedUserMdRegularIcon.tsx
index 27b953371b..75305b280f 100644
--- a/src/react/LabelPaired/LabelPairedUserMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserSlashCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedUserSlashCaptionBoldIcon.tsx
index 84354085b2..48bcb46348 100644
--- a/src/react/LabelPaired/LabelPairedUserSlashCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserSlashCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserSlashCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserSlashCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedUserSlashCaptionFillIcon.tsx
index a668ff61d8..ddf1c16923 100644
--- a/src/react/LabelPaired/LabelPairedUserSlashCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserSlashCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserSlashCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserSlashCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedUserSlashCaptionRegularIcon.tsx
index 03323194cf..d43fb24b48 100644
--- a/src/react/LabelPaired/LabelPairedUserSlashCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserSlashCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserSlashCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserSlashLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedUserSlashLgBoldIcon.tsx
index 5d03e324f8..06ee87fdb3 100644
--- a/src/react/LabelPaired/LabelPairedUserSlashLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserSlashLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserSlashLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserSlashLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedUserSlashLgFillIcon.tsx
index 62144b1714..218ba1f31b 100644
--- a/src/react/LabelPaired/LabelPairedUserSlashLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserSlashLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserSlashLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserSlashLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedUserSlashLgRegularIcon.tsx
index 664435fba1..60e6403d9b 100644
--- a/src/react/LabelPaired/LabelPairedUserSlashLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserSlashLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserSlashLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserSlashMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedUserSlashMdBoldIcon.tsx
index 7fddfe1003..8a720905f6 100644
--- a/src/react/LabelPaired/LabelPairedUserSlashMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserSlashMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserSlashMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserSlashMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedUserSlashMdFillIcon.tsx
index 09f3409a07..06f3abe448 100644
--- a/src/react/LabelPaired/LabelPairedUserSlashMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserSlashMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserSlashMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserSlashMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedUserSlashMdRegularIcon.tsx
index 4bccf9b4b2..8494286168 100644
--- a/src/react/LabelPaired/LabelPairedUserSlashMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserSlashMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserSlashMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserSlashSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedUserSlashSmBoldIcon.tsx
index e75ae4bef5..3fb09494a4 100644
--- a/src/react/LabelPaired/LabelPairedUserSlashSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserSlashSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserSlashSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserSlashSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedUserSlashSmFillIcon.tsx
index f684bf440d..94b2ff69d5 100644
--- a/src/react/LabelPaired/LabelPairedUserSlashSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserSlashSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserSlashSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserSlashSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedUserSlashSmRegularIcon.tsx
index 529190ea3e..63377a4b2e 100644
--- a/src/react/LabelPaired/LabelPairedUserSlashSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserSlashSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserSlashSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserSlashXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedUserSlashXlBoldIcon.tsx
index 17dfb5d272..269a8b98f1 100644
--- a/src/react/LabelPaired/LabelPairedUserSlashXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserSlashXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserSlashXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserSlashXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedUserSlashXlFillIcon.tsx
index d2a481c5e8..206f05290b 100644
--- a/src/react/LabelPaired/LabelPairedUserSlashXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserSlashXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserSlashXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserSlashXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedUserSlashXlRegularIcon.tsx
index 52d804d93b..d536235076 100644
--- a/src/react/LabelPaired/LabelPairedUserSlashXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserSlashXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserSlashXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedUserSmBoldIcon.tsx
index bbd634f4c8..17e6357095 100644
--- a/src/react/LabelPaired/LabelPairedUserSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedUserSmFillIcon.tsx
index 075c1c4d2b..044a5bc416 100644
--- a/src/react/LabelPaired/LabelPairedUserSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedUserSmRegularIcon.tsx
index a13188678e..07f14f48b3 100644
--- a/src/react/LabelPaired/LabelPairedUserSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedUserXlBoldIcon.tsx
index 5daa9a79f2..4bf13e90ca 100644
--- a/src/react/LabelPaired/LabelPairedUserXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedUserXlFillIcon.tsx
index 8696cf3d4e..5fa200dc62 100644
--- a/src/react/LabelPaired/LabelPairedUserXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUserXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedUserXlRegularIcon.tsx
index 1028d8a4e3..d5bc36ad11 100644
--- a/src/react/LabelPaired/LabelPairedUserXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUserXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUserXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUsersCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedUsersCaptionBoldIcon.tsx
index 9027663da8..cdd5a9f449 100644
--- a/src/react/LabelPaired/LabelPairedUsersCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUsersCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUsersCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUsersCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedUsersCaptionFillIcon.tsx
index 83e62fbdf4..81fdd99abf 100644
--- a/src/react/LabelPaired/LabelPairedUsersCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUsersCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUsersCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUsersCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedUsersCaptionRegularIcon.tsx
index 654e77a6df..5cd055f962 100644
--- a/src/react/LabelPaired/LabelPairedUsersCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUsersCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUsersCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUsersLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedUsersLgBoldIcon.tsx
index dad9d6f9c8..b1d5ee2d54 100644
--- a/src/react/LabelPaired/LabelPairedUsersLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUsersLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUsersLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUsersLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedUsersLgFillIcon.tsx
index 26b7d58296..5869f413a5 100644
--- a/src/react/LabelPaired/LabelPairedUsersLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUsersLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUsersLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUsersLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedUsersLgRegularIcon.tsx
index 0943ff1526..fb8bf4466b 100644
--- a/src/react/LabelPaired/LabelPairedUsersLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUsersLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUsersLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUsersMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedUsersMdBoldIcon.tsx
index 75a66abb69..dd0f7760b4 100644
--- a/src/react/LabelPaired/LabelPairedUsersMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUsersMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUsersMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUsersMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedUsersMdFillIcon.tsx
index 8a613fc3f9..e0b56a397a 100644
--- a/src/react/LabelPaired/LabelPairedUsersMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUsersMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUsersMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUsersMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedUsersMdRegularIcon.tsx
index 4be08c0d59..0bb0af2b15 100644
--- a/src/react/LabelPaired/LabelPairedUsersMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUsersMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUsersMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUsersSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedUsersSmBoldIcon.tsx
index d746bf96a4..c3220df08c 100644
--- a/src/react/LabelPaired/LabelPairedUsersSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUsersSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUsersSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUsersSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedUsersSmFillIcon.tsx
index 02014d5709..37223f5e48 100644
--- a/src/react/LabelPaired/LabelPairedUsersSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUsersSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUsersSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUsersSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedUsersSmRegularIcon.tsx
index 754c04345e..6354da9f20 100644
--- a/src/react/LabelPaired/LabelPairedUsersSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUsersSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUsersSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUsersXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedUsersXlBoldIcon.tsx
index a85434e46d..f7e37af8f3 100644
--- a/src/react/LabelPaired/LabelPairedUsersXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUsersXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUsersXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUsersXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedUsersXlFillIcon.tsx
index bd51ca255b..f8b1ef707e 100644
--- a/src/react/LabelPaired/LabelPairedUsersXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUsersXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUsersXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedUsersXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedUsersXlRegularIcon.tsx
index c7eac2b771..cfc2b06304 100644
--- a/src/react/LabelPaired/LabelPairedUsersXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedUsersXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedUsersXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedVideoCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedVideoCaptionBoldIcon.tsx
index 2fa63f0131..c3a88e9ad5 100644
--- a/src/react/LabelPaired/LabelPairedVideoCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedVideoCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedVideoCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedVideoCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedVideoCaptionFillIcon.tsx
index d5bf00d592..667da46256 100644
--- a/src/react/LabelPaired/LabelPairedVideoCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedVideoCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedVideoCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedVideoCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedVideoCaptionRegularIcon.tsx
index e491680970..a4ec5fa1c8 100644
--- a/src/react/LabelPaired/LabelPairedVideoCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedVideoCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedVideoCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedVideoLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedVideoLgBoldIcon.tsx
index ac36b44446..c464879667 100644
--- a/src/react/LabelPaired/LabelPairedVideoLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedVideoLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedVideoLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedVideoLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedVideoLgFillIcon.tsx
index 61eea4b7b5..d3eff8c202 100644
--- a/src/react/LabelPaired/LabelPairedVideoLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedVideoLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedVideoLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedVideoLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedVideoLgRegularIcon.tsx
index b4ee6c0573..bedd1d2412 100644
--- a/src/react/LabelPaired/LabelPairedVideoLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedVideoLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedVideoLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedVideoMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedVideoMdBoldIcon.tsx
index 71571e75e9..c8d4fba07c 100644
--- a/src/react/LabelPaired/LabelPairedVideoMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedVideoMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedVideoMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedVideoMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedVideoMdFillIcon.tsx
index 184633db9b..925b75be31 100644
--- a/src/react/LabelPaired/LabelPairedVideoMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedVideoMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedVideoMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedVideoMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedVideoMdRegularIcon.tsx
index 06a566896c..5cd3125226 100644
--- a/src/react/LabelPaired/LabelPairedVideoMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedVideoMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedVideoMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedVideoSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedVideoSmBoldIcon.tsx
index 834e74284f..e7b09b3d70 100644
--- a/src/react/LabelPaired/LabelPairedVideoSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedVideoSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedVideoSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedVideoSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedVideoSmFillIcon.tsx
index 22cded96a4..88f0d789b0 100644
--- a/src/react/LabelPaired/LabelPairedVideoSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedVideoSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedVideoSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedVideoSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedVideoSmRegularIcon.tsx
index e4470f2c24..d2510e6b7d 100644
--- a/src/react/LabelPaired/LabelPairedVideoSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedVideoSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedVideoSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedVideoXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedVideoXlBoldIcon.tsx
index 4388ee30a1..1f6310bb23 100644
--- a/src/react/LabelPaired/LabelPairedVideoXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedVideoXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedVideoXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedVideoXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedVideoXlFillIcon.tsx
index c08f760543..132ba974a2 100644
--- a/src/react/LabelPaired/LabelPairedVideoXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedVideoXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedVideoXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedVideoXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedVideoXlRegularIcon.tsx
index 257e926926..9d26707edc 100644
--- a/src/react/LabelPaired/LabelPairedVideoXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedVideoXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedVideoXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCaptionBoldIcon.tsx
index 1815e620ee..dddc840599 100644
--- a/src/react/LabelPaired/LabelPairedWalletCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCaptionFillIcon.tsx
index 33dea65a7f..d4fc8e73bd 100644
--- a/src/react/LabelPaired/LabelPairedWalletCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCaptionRegularIcon.tsx
index 806d322cb4..ab14a23f91 100644
--- a/src/react/LabelPaired/LabelPairedWalletCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCircleMinusCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCircleMinusCaptionBoldIcon.tsx
index e94d818902..4ea938f298 100644
--- a/src/react/LabelPaired/LabelPairedWalletCircleMinusCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCircleMinusCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCircleMinusCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCircleMinusCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCircleMinusCaptionFillIcon.tsx
index 1a2a0d5f5b..b0ce523298 100644
--- a/src/react/LabelPaired/LabelPairedWalletCircleMinusCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCircleMinusCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCircleMinusCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCircleMinusCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCircleMinusCaptionRegularIcon.tsx
index 2b6841986d..53e5f96206 100644
--- a/src/react/LabelPaired/LabelPairedWalletCircleMinusCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCircleMinusCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCircleMinusCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCircleMinusLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCircleMinusLgBoldIcon.tsx
index e28c597bac..7c6795210d 100644
--- a/src/react/LabelPaired/LabelPairedWalletCircleMinusLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCircleMinusLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCircleMinusLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCircleMinusLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCircleMinusLgFillIcon.tsx
index 76a047c7eb..22c5868516 100644
--- a/src/react/LabelPaired/LabelPairedWalletCircleMinusLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCircleMinusLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCircleMinusLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCircleMinusLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCircleMinusLgRegularIcon.tsx
index 8efae1e95e..f9cd6310f4 100644
--- a/src/react/LabelPaired/LabelPairedWalletCircleMinusLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCircleMinusLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCircleMinusLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCircleMinusMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCircleMinusMdBoldIcon.tsx
index 49e8f803d6..167410e782 100644
--- a/src/react/LabelPaired/LabelPairedWalletCircleMinusMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCircleMinusMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCircleMinusMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCircleMinusMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCircleMinusMdFillIcon.tsx
index 87f8adea1a..6fad950bae 100644
--- a/src/react/LabelPaired/LabelPairedWalletCircleMinusMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCircleMinusMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCircleMinusMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCircleMinusMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCircleMinusMdRegularIcon.tsx
index 34d1d9f2ca..d0a20b69f3 100644
--- a/src/react/LabelPaired/LabelPairedWalletCircleMinusMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCircleMinusMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCircleMinusMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCircleMinusSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCircleMinusSmBoldIcon.tsx
index 3a9d5a7338..ab8a1cf1cf 100644
--- a/src/react/LabelPaired/LabelPairedWalletCircleMinusSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCircleMinusSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCircleMinusSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCircleMinusSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCircleMinusSmFillIcon.tsx
index a50d0015e8..2a04dc80a7 100644
--- a/src/react/LabelPaired/LabelPairedWalletCircleMinusSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCircleMinusSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCircleMinusSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCircleMinusSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCircleMinusSmRegularIcon.tsx
index e1817345dc..8f65391ec4 100644
--- a/src/react/LabelPaired/LabelPairedWalletCircleMinusSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCircleMinusSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCircleMinusSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCircleMinusXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCircleMinusXlBoldIcon.tsx
index e978e4d874..44c8628192 100644
--- a/src/react/LabelPaired/LabelPairedWalletCircleMinusXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCircleMinusXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCircleMinusXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCircleMinusXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCircleMinusXlFillIcon.tsx
index 4fe9a632b8..d183c450c2 100644
--- a/src/react/LabelPaired/LabelPairedWalletCircleMinusXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCircleMinusXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCircleMinusXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCircleMinusXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCircleMinusXlRegularIcon.tsx
index 6993e0d59b..541d3cd8d4 100644
--- a/src/react/LabelPaired/LabelPairedWalletCircleMinusXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCircleMinusXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCircleMinusXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCirclePlusCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCirclePlusCaptionBoldIcon.tsx
index 61b359c294..9833178bb2 100644
--- a/src/react/LabelPaired/LabelPairedWalletCirclePlusCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCirclePlusCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCirclePlusCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCirclePlusCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCirclePlusCaptionFillIcon.tsx
index e00d35223a..d382e32918 100644
--- a/src/react/LabelPaired/LabelPairedWalletCirclePlusCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCirclePlusCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCirclePlusCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCirclePlusCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCirclePlusCaptionRegularIcon.tsx
index 3b8f33ab30..73bc3d8863 100644
--- a/src/react/LabelPaired/LabelPairedWalletCirclePlusCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCirclePlusCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCirclePlusCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCirclePlusLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCirclePlusLgBoldIcon.tsx
index 1b912eb952..d19df97b3b 100644
--- a/src/react/LabelPaired/LabelPairedWalletCirclePlusLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCirclePlusLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCirclePlusLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCirclePlusLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCirclePlusLgFillIcon.tsx
index 3e0828bbbe..041d0e5f9e 100644
--- a/src/react/LabelPaired/LabelPairedWalletCirclePlusLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCirclePlusLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCirclePlusLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCirclePlusLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCirclePlusLgRegularIcon.tsx
index c6201fcae8..fcf9a362ba 100644
--- a/src/react/LabelPaired/LabelPairedWalletCirclePlusLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCirclePlusLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCirclePlusLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCirclePlusMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCirclePlusMdBoldIcon.tsx
index df8edcdc45..095d674c87 100644
--- a/src/react/LabelPaired/LabelPairedWalletCirclePlusMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCirclePlusMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCirclePlusMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCirclePlusMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCirclePlusMdFillIcon.tsx
index 5496de76db..cb898d53a1 100644
--- a/src/react/LabelPaired/LabelPairedWalletCirclePlusMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCirclePlusMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCirclePlusMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCirclePlusMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCirclePlusMdRegularIcon.tsx
index bffb012545..fcd1af6b84 100644
--- a/src/react/LabelPaired/LabelPairedWalletCirclePlusMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCirclePlusMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCirclePlusMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCirclePlusSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCirclePlusSmBoldIcon.tsx
index 02784c571f..873dac859a 100644
--- a/src/react/LabelPaired/LabelPairedWalletCirclePlusSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCirclePlusSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCirclePlusSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCirclePlusSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCirclePlusSmFillIcon.tsx
index 4998e1939a..152f23029d 100644
--- a/src/react/LabelPaired/LabelPairedWalletCirclePlusSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCirclePlusSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCirclePlusSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCirclePlusSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCirclePlusSmRegularIcon.tsx
index 338e446c49..517f9c8c39 100644
--- a/src/react/LabelPaired/LabelPairedWalletCirclePlusSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCirclePlusSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCirclePlusSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCirclePlusXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCirclePlusXlBoldIcon.tsx
index bc713951b6..59ddf2d610 100644
--- a/src/react/LabelPaired/LabelPairedWalletCirclePlusXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCirclePlusXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCirclePlusXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCirclePlusXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCirclePlusXlFillIcon.tsx
index 7305989b38..9e67264151 100644
--- a/src/react/LabelPaired/LabelPairedWalletCirclePlusXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCirclePlusXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCirclePlusXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletCirclePlusXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWalletCirclePlusXlRegularIcon.tsx
index 29c93d103b..3eb2c4c0d6 100644
--- a/src/react/LabelPaired/LabelPairedWalletCirclePlusXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletCirclePlusXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletCirclePlusXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWalletLgBoldIcon.tsx
index 5721d08d3a..e39a66ad71 100644
--- a/src/react/LabelPaired/LabelPairedWalletLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedWalletLgFillIcon.tsx
index f554e87306..d38e66ac57 100644
--- a/src/react/LabelPaired/LabelPairedWalletLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWalletLgRegularIcon.tsx
index 64a7189142..178c67e8b1 100644
--- a/src/react/LabelPaired/LabelPairedWalletLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWalletMdBoldIcon.tsx
index dbc467997f..cc32b5e888 100644
--- a/src/react/LabelPaired/LabelPairedWalletMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedWalletMdFillIcon.tsx
index 3c3528eafa..fddc4005e6 100644
--- a/src/react/LabelPaired/LabelPairedWalletMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWalletMdRegularIcon.tsx
index 13a503a6fe..ad8a3aa263 100644
--- a/src/react/LabelPaired/LabelPairedWalletMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletSignalCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWalletSignalCaptionBoldIcon.tsx
index c92b2ad0da..1770cae911 100644
--- a/src/react/LabelPaired/LabelPairedWalletSignalCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletSignalCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletSignalCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletSignalCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedWalletSignalCaptionFillIcon.tsx
index a394d5d1af..6fbcc0606c 100644
--- a/src/react/LabelPaired/LabelPairedWalletSignalCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletSignalCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletSignalCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletSignalCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWalletSignalCaptionRegularIcon.tsx
index fc9a251602..57e4c80ab3 100644
--- a/src/react/LabelPaired/LabelPairedWalletSignalCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletSignalCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletSignalCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletSignalLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWalletSignalLgBoldIcon.tsx
index c12ca160cf..c52cc9c0ff 100644
--- a/src/react/LabelPaired/LabelPairedWalletSignalLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletSignalLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletSignalLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletSignalLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedWalletSignalLgFillIcon.tsx
index ed21a84f61..b632632fa6 100644
--- a/src/react/LabelPaired/LabelPairedWalletSignalLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletSignalLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletSignalLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletSignalLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWalletSignalLgRegularIcon.tsx
index 9c3a27fe83..70e4d0caf0 100644
--- a/src/react/LabelPaired/LabelPairedWalletSignalLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletSignalLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletSignalLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletSignalMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWalletSignalMdBoldIcon.tsx
index 59f144326f..3902cc1801 100644
--- a/src/react/LabelPaired/LabelPairedWalletSignalMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletSignalMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletSignalMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletSignalMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedWalletSignalMdFillIcon.tsx
index 4500b3b938..57ec8abb52 100644
--- a/src/react/LabelPaired/LabelPairedWalletSignalMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletSignalMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletSignalMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletSignalMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWalletSignalMdRegularIcon.tsx
index 2304fc0530..1caf779819 100644
--- a/src/react/LabelPaired/LabelPairedWalletSignalMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletSignalMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletSignalMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletSignalSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWalletSignalSmBoldIcon.tsx
index 55afa05e09..fe5bec3090 100644
--- a/src/react/LabelPaired/LabelPairedWalletSignalSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletSignalSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletSignalSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletSignalSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedWalletSignalSmFillIcon.tsx
index ce59ebc853..9078b170de 100644
--- a/src/react/LabelPaired/LabelPairedWalletSignalSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletSignalSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletSignalSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletSignalSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWalletSignalSmRegularIcon.tsx
index ac8be543a2..c18df38d75 100644
--- a/src/react/LabelPaired/LabelPairedWalletSignalSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletSignalSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletSignalSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletSignalXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWalletSignalXlBoldIcon.tsx
index 627b353490..298c1b4fc9 100644
--- a/src/react/LabelPaired/LabelPairedWalletSignalXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletSignalXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletSignalXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletSignalXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedWalletSignalXlFillIcon.tsx
index bbf92f939a..0d154d4478 100644
--- a/src/react/LabelPaired/LabelPairedWalletSignalXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletSignalXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletSignalXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletSignalXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWalletSignalXlRegularIcon.tsx
index e3adb9f9cb..fdea7192e3 100644
--- a/src/react/LabelPaired/LabelPairedWalletSignalXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletSignalXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletSignalXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWalletSmBoldIcon.tsx
index a9f7bb6f97..ecf2633922 100644
--- a/src/react/LabelPaired/LabelPairedWalletSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedWalletSmFillIcon.tsx
index 5c5457b5c3..473df0b392 100644
--- a/src/react/LabelPaired/LabelPairedWalletSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWalletSmRegularIcon.tsx
index d4f4daa604..232a56bc4e 100644
--- a/src/react/LabelPaired/LabelPairedWalletSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWalletXlBoldIcon.tsx
index bdca52aa41..9612dda51e 100644
--- a/src/react/LabelPaired/LabelPairedWalletXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedWalletXlFillIcon.tsx
index a0197796da..9323285e2c 100644
--- a/src/react/LabelPaired/LabelPairedWalletXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWalletXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWalletXlRegularIcon.tsx
index b6bf319e95..579a915c5e 100644
--- a/src/react/LabelPaired/LabelPairedWalletXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWalletXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWalletXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWhatsappCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedWhatsappCaptionIcon.tsx
index de45bf10db..dcbf3450d7 100644
--- a/src/react/LabelPaired/LabelPairedWhatsappCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWhatsappCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWhatsappCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWhatsappLgIcon.tsx b/src/react/LabelPaired/LabelPairedWhatsappLgIcon.tsx
index 18dda86734..e06272c1cf 100644
--- a/src/react/LabelPaired/LabelPairedWhatsappLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWhatsappLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWhatsappLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWhatsappMdIcon.tsx b/src/react/LabelPaired/LabelPairedWhatsappMdIcon.tsx
index 16012b5e87..879ab1c96e 100644
--- a/src/react/LabelPaired/LabelPairedWhatsappMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWhatsappMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWhatsappMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWhatsappSmIcon.tsx b/src/react/LabelPaired/LabelPairedWhatsappSmIcon.tsx
index 8f89a04a86..b73f884864 100644
--- a/src/react/LabelPaired/LabelPairedWhatsappSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWhatsappSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWhatsappSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWhatsappXlIcon.tsx b/src/react/LabelPaired/LabelPairedWhatsappXlIcon.tsx
index 3d6b5cb9b9..0d64adf79e 100644
--- a/src/react/LabelPaired/LabelPairedWhatsappXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWhatsappXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWhatsappXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWifiCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWifiCaptionBoldIcon.tsx
index ac6bf9a36d..309b6ab036 100644
--- a/src/react/LabelPaired/LabelPairedWifiCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWifiCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWifiCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWifiCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedWifiCaptionFillIcon.tsx
index ebeacced86..3b8122a9db 100644
--- a/src/react/LabelPaired/LabelPairedWifiCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWifiCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWifiCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWifiCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWifiCaptionRegularIcon.tsx
index 0d4578f25b..e6169dd300 100644
--- a/src/react/LabelPaired/LabelPairedWifiCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWifiCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWifiCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWifiLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWifiLgBoldIcon.tsx
index 4908f0cb00..534b8a0c42 100644
--- a/src/react/LabelPaired/LabelPairedWifiLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWifiLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWifiLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWifiLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedWifiLgFillIcon.tsx
index 6e96a4daf7..8323e2bcb0 100644
--- a/src/react/LabelPaired/LabelPairedWifiLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWifiLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWifiLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWifiLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWifiLgRegularIcon.tsx
index ea40bf700e..24ec32a0f0 100644
--- a/src/react/LabelPaired/LabelPairedWifiLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWifiLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWifiLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWifiMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWifiMdBoldIcon.tsx
index 7c44c2160b..7fe3c6e099 100644
--- a/src/react/LabelPaired/LabelPairedWifiMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWifiMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWifiMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWifiMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedWifiMdFillIcon.tsx
index 2c5f93355d..1f6baf28d5 100644
--- a/src/react/LabelPaired/LabelPairedWifiMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWifiMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWifiMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWifiMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWifiMdRegularIcon.tsx
index ca8153e51c..dbbff5c7d5 100644
--- a/src/react/LabelPaired/LabelPairedWifiMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWifiMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWifiMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWifiSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWifiSmBoldIcon.tsx
index 019f795e94..42308f48c3 100644
--- a/src/react/LabelPaired/LabelPairedWifiSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWifiSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWifiSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWifiSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedWifiSmFillIcon.tsx
index eb6fc7e5ab..058ca05494 100644
--- a/src/react/LabelPaired/LabelPairedWifiSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWifiSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWifiSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWifiSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWifiSmRegularIcon.tsx
index bd883e1bf9..17d621c080 100644
--- a/src/react/LabelPaired/LabelPairedWifiSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWifiSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWifiSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWifiXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWifiXlBoldIcon.tsx
index 427311594f..c87515e97a 100644
--- a/src/react/LabelPaired/LabelPairedWifiXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWifiXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWifiXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWifiXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedWifiXlFillIcon.tsx
index 9cf443a9fa..9262e6753d 100644
--- a/src/react/LabelPaired/LabelPairedWifiXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWifiXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWifiXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWifiXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWifiXlRegularIcon.tsx
index 2835d1ff57..a1ef303979 100644
--- a/src/react/LabelPaired/LabelPairedWifiXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWifiXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWifiXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMaximizeCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMaximizeCaptionBoldIcon.tsx
index def7fb2234..49a65766f2 100644
--- a/src/react/LabelPaired/LabelPairedWindowMaximizeCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMaximizeCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMaximizeCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMaximizeCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMaximizeCaptionFillIcon.tsx
index a81b92d1b7..330627e314 100644
--- a/src/react/LabelPaired/LabelPairedWindowMaximizeCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMaximizeCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMaximizeCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMaximizeCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMaximizeCaptionRegularIcon.tsx
index 4ca78ab918..b29b20f747 100644
--- a/src/react/LabelPaired/LabelPairedWindowMaximizeCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMaximizeCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMaximizeCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMaximizeLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMaximizeLgBoldIcon.tsx
index fcb13c4ab7..047430e031 100644
--- a/src/react/LabelPaired/LabelPairedWindowMaximizeLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMaximizeLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMaximizeLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMaximizeLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMaximizeLgFillIcon.tsx
index b605abf6e1..cb2a6870bb 100644
--- a/src/react/LabelPaired/LabelPairedWindowMaximizeLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMaximizeLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMaximizeLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMaximizeLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMaximizeLgRegularIcon.tsx
index 1f26862fc0..89cb678aff 100644
--- a/src/react/LabelPaired/LabelPairedWindowMaximizeLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMaximizeLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMaximizeLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMaximizeMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMaximizeMdBoldIcon.tsx
index d02b74792d..abbf0d2c30 100644
--- a/src/react/LabelPaired/LabelPairedWindowMaximizeMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMaximizeMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMaximizeMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMaximizeMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMaximizeMdFillIcon.tsx
index 44e73fa451..c13941103c 100644
--- a/src/react/LabelPaired/LabelPairedWindowMaximizeMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMaximizeMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMaximizeMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMaximizeMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMaximizeMdRegularIcon.tsx
index e417e926d1..3f34bbda43 100644
--- a/src/react/LabelPaired/LabelPairedWindowMaximizeMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMaximizeMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMaximizeMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMaximizeSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMaximizeSmBoldIcon.tsx
index d7a73b8e51..72e133262e 100644
--- a/src/react/LabelPaired/LabelPairedWindowMaximizeSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMaximizeSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMaximizeSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMaximizeSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMaximizeSmFillIcon.tsx
index 6305d8b5d4..b23cb04993 100644
--- a/src/react/LabelPaired/LabelPairedWindowMaximizeSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMaximizeSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMaximizeSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMaximizeSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMaximizeSmRegularIcon.tsx
index 24afc17dee..c3e9b31c11 100644
--- a/src/react/LabelPaired/LabelPairedWindowMaximizeSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMaximizeSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMaximizeSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMaximizeXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMaximizeXlBoldIcon.tsx
index e88687a33c..6a242edc99 100644
--- a/src/react/LabelPaired/LabelPairedWindowMaximizeXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMaximizeXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMaximizeXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMaximizeXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMaximizeXlFillIcon.tsx
index c3224e617d..c97bd1145b 100644
--- a/src/react/LabelPaired/LabelPairedWindowMaximizeXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMaximizeXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMaximizeXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMaximizeXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMaximizeXlRegularIcon.tsx
index ae7f4c8550..d30a8c6bfa 100644
--- a/src/react/LabelPaired/LabelPairedWindowMaximizeXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMaximizeXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMaximizeXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMinimizeCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMinimizeCaptionBoldIcon.tsx
index 83b1578aec..32f8eb24e1 100644
--- a/src/react/LabelPaired/LabelPairedWindowMinimizeCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMinimizeCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMinimizeCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMinimizeCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMinimizeCaptionFillIcon.tsx
index 76bbb3c96b..e27309bd6e 100644
--- a/src/react/LabelPaired/LabelPairedWindowMinimizeCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMinimizeCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMinimizeCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMinimizeCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMinimizeCaptionRegularIcon.tsx
index 185092af60..ee033afed8 100644
--- a/src/react/LabelPaired/LabelPairedWindowMinimizeCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMinimizeCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMinimizeCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMinimizeLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMinimizeLgBoldIcon.tsx
index 5bb70a8405..c773048e59 100644
--- a/src/react/LabelPaired/LabelPairedWindowMinimizeLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMinimizeLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMinimizeLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMinimizeLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMinimizeLgFillIcon.tsx
index 23ede2d39b..a9221b77d9 100644
--- a/src/react/LabelPaired/LabelPairedWindowMinimizeLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMinimizeLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMinimizeLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMinimizeLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMinimizeLgRegularIcon.tsx
index 35f03e7a88..a28666306c 100644
--- a/src/react/LabelPaired/LabelPairedWindowMinimizeLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMinimizeLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMinimizeLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMinimizeMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMinimizeMdBoldIcon.tsx
index fbbbd92ec0..03af88bfde 100644
--- a/src/react/LabelPaired/LabelPairedWindowMinimizeMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMinimizeMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMinimizeMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMinimizeMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMinimizeMdFillIcon.tsx
index b050266f8a..dbca24b680 100644
--- a/src/react/LabelPaired/LabelPairedWindowMinimizeMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMinimizeMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMinimizeMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMinimizeMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMinimizeMdRegularIcon.tsx
index a69feed622..ab42f8854b 100644
--- a/src/react/LabelPaired/LabelPairedWindowMinimizeMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMinimizeMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMinimizeMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMinimizeSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMinimizeSmBoldIcon.tsx
index ffcd32aa7c..1a19ad2321 100644
--- a/src/react/LabelPaired/LabelPairedWindowMinimizeSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMinimizeSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMinimizeSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMinimizeSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMinimizeSmFillIcon.tsx
index 0667def9ec..2569f80c0b 100644
--- a/src/react/LabelPaired/LabelPairedWindowMinimizeSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMinimizeSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMinimizeSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMinimizeSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMinimizeSmRegularIcon.tsx
index d809668b51..c49da1d663 100644
--- a/src/react/LabelPaired/LabelPairedWindowMinimizeSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMinimizeSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMinimizeSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMinimizeXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMinimizeXlBoldIcon.tsx
index bcd428d4d0..fc699261ad 100644
--- a/src/react/LabelPaired/LabelPairedWindowMinimizeXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMinimizeXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMinimizeXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMinimizeXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMinimizeXlFillIcon.tsx
index 59f63af3c4..e9f98e9d70 100644
--- a/src/react/LabelPaired/LabelPairedWindowMinimizeXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMinimizeXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMinimizeXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowMinimizeXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedWindowMinimizeXlRegularIcon.tsx
index 55023731d0..33239cd0d7 100644
--- a/src/react/LabelPaired/LabelPairedWindowMinimizeXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowMinimizeXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowMinimizeXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowsCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedWindowsCaptionIcon.tsx
index d08b68e36a..8d7ed05289 100644
--- a/src/react/LabelPaired/LabelPairedWindowsCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowsCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowsCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowsLgIcon.tsx b/src/react/LabelPaired/LabelPairedWindowsLgIcon.tsx
index 1dd6e8a080..8b45836ffb 100644
--- a/src/react/LabelPaired/LabelPairedWindowsLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowsLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowsLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowsMdIcon.tsx b/src/react/LabelPaired/LabelPairedWindowsMdIcon.tsx
index 67bde8fc77..0df5ca8f1e 100644
--- a/src/react/LabelPaired/LabelPairedWindowsMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowsMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowsMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowsSmIcon.tsx b/src/react/LabelPaired/LabelPairedWindowsSmIcon.tsx
index 13646d68d9..54764b4897 100644
--- a/src/react/LabelPaired/LabelPairedWindowsSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowsSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowsSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedWindowsXlIcon.tsx b/src/react/LabelPaired/LabelPairedWindowsXlIcon.tsx
index 5e1a8040ae..c3e64d259c 100644
--- a/src/react/LabelPaired/LabelPairedWindowsXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedWindowsXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedWindowsXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedXTwitterCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedXTwitterCaptionIcon.tsx
index ab973fda78..dc46f893ed 100644
--- a/src/react/LabelPaired/LabelPairedXTwitterCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedXTwitterCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedXTwitterCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedXTwitterLgIcon.tsx b/src/react/LabelPaired/LabelPairedXTwitterLgIcon.tsx
index c60b535a82..2413556f93 100644
--- a/src/react/LabelPaired/LabelPairedXTwitterLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedXTwitterLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedXTwitterLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedXTwitterMdIcon.tsx b/src/react/LabelPaired/LabelPairedXTwitterMdIcon.tsx
index 1689bd7b2b..6a1bfdfaaf 100644
--- a/src/react/LabelPaired/LabelPairedXTwitterMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedXTwitterMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedXTwitterMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedXTwitterSmIcon.tsx b/src/react/LabelPaired/LabelPairedXTwitterSmIcon.tsx
index 2c609fa511..838c4c1233 100644
--- a/src/react/LabelPaired/LabelPairedXTwitterSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedXTwitterSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedXTwitterSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedXTwitterXlIcon.tsx b/src/react/LabelPaired/LabelPairedXTwitterXlIcon.tsx
index b532d03c34..d2fb30d4c7 100644
--- a/src/react/LabelPaired/LabelPairedXTwitterXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedXTwitterXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedXTwitterXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedXmarkCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedXmarkCaptionBoldIcon.tsx
index e1382711ae..7d981a6555 100644
--- a/src/react/LabelPaired/LabelPairedXmarkCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedXmarkCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedXmarkCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedXmarkCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedXmarkCaptionFillIcon.tsx
index 2553b51db2..bc24e683b6 100644
--- a/src/react/LabelPaired/LabelPairedXmarkCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedXmarkCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedXmarkCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedXmarkCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedXmarkCaptionRegularIcon.tsx
index 35dfa31c28..430a4cd101 100644
--- a/src/react/LabelPaired/LabelPairedXmarkCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedXmarkCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedXmarkCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedXmarkLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedXmarkLgBoldIcon.tsx
index a844c85153..f3ae1832e7 100644
--- a/src/react/LabelPaired/LabelPairedXmarkLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedXmarkLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedXmarkLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedXmarkLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedXmarkLgFillIcon.tsx
index 07958f52ff..0058c6bf69 100644
--- a/src/react/LabelPaired/LabelPairedXmarkLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedXmarkLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedXmarkLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedXmarkLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedXmarkLgRegularIcon.tsx
index 626ffdcd92..3f97d00293 100644
--- a/src/react/LabelPaired/LabelPairedXmarkLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedXmarkLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedXmarkLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedXmarkMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedXmarkMdBoldIcon.tsx
index ffb68b8c8b..4a18f44996 100644
--- a/src/react/LabelPaired/LabelPairedXmarkMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedXmarkMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedXmarkMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedXmarkMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedXmarkMdFillIcon.tsx
index b9835b7b43..138ffbe7e7 100644
--- a/src/react/LabelPaired/LabelPairedXmarkMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedXmarkMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedXmarkMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedXmarkMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedXmarkMdRegularIcon.tsx
index 4973f99f55..4848fa0712 100644
--- a/src/react/LabelPaired/LabelPairedXmarkMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedXmarkMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedXmarkMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedXmarkSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedXmarkSmBoldIcon.tsx
index 7d764df790..3ba7275636 100644
--- a/src/react/LabelPaired/LabelPairedXmarkSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedXmarkSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedXmarkSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedXmarkSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedXmarkSmFillIcon.tsx
index 5c379de0a1..55aeaa7bbe 100644
--- a/src/react/LabelPaired/LabelPairedXmarkSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedXmarkSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedXmarkSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedXmarkSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedXmarkSmRegularIcon.tsx
index 83a61b059e..4bdb6ea6b3 100644
--- a/src/react/LabelPaired/LabelPairedXmarkSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedXmarkSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedXmarkSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedXmarkXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedXmarkXlBoldIcon.tsx
index 9d589b2faf..e45cd61a94 100644
--- a/src/react/LabelPaired/LabelPairedXmarkXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedXmarkXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedXmarkXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedXmarkXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedXmarkXlFillIcon.tsx
index ca6af42d80..70f72c8b37 100644
--- a/src/react/LabelPaired/LabelPairedXmarkXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedXmarkXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedXmarkXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedXmarkXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedXmarkXlRegularIcon.tsx
index 43385a7c7f..93a24e29dc 100644
--- a/src/react/LabelPaired/LabelPairedXmarkXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedXmarkXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedXmarkXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedYoutubeCaptionIcon.tsx b/src/react/LabelPaired/LabelPairedYoutubeCaptionIcon.tsx
index 1f2f6dc8e6..f670cac47d 100644
--- a/src/react/LabelPaired/LabelPairedYoutubeCaptionIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedYoutubeCaptionIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedYoutubeCaptionIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedYoutubeLgIcon.tsx b/src/react/LabelPaired/LabelPairedYoutubeLgIcon.tsx
index ffe76815ec..22652c4870 100644
--- a/src/react/LabelPaired/LabelPairedYoutubeLgIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedYoutubeLgIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedYoutubeLgIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedYoutubeMdIcon.tsx b/src/react/LabelPaired/LabelPairedYoutubeMdIcon.tsx
index eefda4bfaa..d58097249b 100644
--- a/src/react/LabelPaired/LabelPairedYoutubeMdIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedYoutubeMdIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedYoutubeMdIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedYoutubeSmIcon.tsx b/src/react/LabelPaired/LabelPairedYoutubeSmIcon.tsx
index 49b313df8c..b4b9f0eb78 100644
--- a/src/react/LabelPaired/LabelPairedYoutubeSmIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedYoutubeSmIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedYoutubeSmIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedYoutubeXlIcon.tsx b/src/react/LabelPaired/LabelPairedYoutubeXlIcon.tsx
index 71ffab5542..b5b9c59387 100644
--- a/src/react/LabelPaired/LabelPairedYoutubeXlIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedYoutubeXlIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedYoutubeXlIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedZeroCaptionBoldIcon.tsx b/src/react/LabelPaired/LabelPairedZeroCaptionBoldIcon.tsx
index 9d6e8afc72..2c5bea6aa3 100644
--- a/src/react/LabelPaired/LabelPairedZeroCaptionBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedZeroCaptionBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedZeroCaptionBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedZeroCaptionFillIcon.tsx b/src/react/LabelPaired/LabelPairedZeroCaptionFillIcon.tsx
index 575f01536c..de6bfdd488 100644
--- a/src/react/LabelPaired/LabelPairedZeroCaptionFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedZeroCaptionFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedZeroCaptionFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedZeroCaptionRegularIcon.tsx b/src/react/LabelPaired/LabelPairedZeroCaptionRegularIcon.tsx
index 0ebcb49d83..7c94ee7a93 100644
--- a/src/react/LabelPaired/LabelPairedZeroCaptionRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedZeroCaptionRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedZeroCaptionRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedZeroLgBoldIcon.tsx b/src/react/LabelPaired/LabelPairedZeroLgBoldIcon.tsx
index e35acd7e58..8d7c02dabf 100644
--- a/src/react/LabelPaired/LabelPairedZeroLgBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedZeroLgBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedZeroLgBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedZeroLgFillIcon.tsx b/src/react/LabelPaired/LabelPairedZeroLgFillIcon.tsx
index e6b7abed8c..8d5bfd7121 100644
--- a/src/react/LabelPaired/LabelPairedZeroLgFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedZeroLgFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedZeroLgFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedZeroLgRegularIcon.tsx b/src/react/LabelPaired/LabelPairedZeroLgRegularIcon.tsx
index 2a9705a098..2d8f332156 100644
--- a/src/react/LabelPaired/LabelPairedZeroLgRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedZeroLgRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedZeroLgRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedZeroMdBoldIcon.tsx b/src/react/LabelPaired/LabelPairedZeroMdBoldIcon.tsx
index 989b144c1e..a1e639d93c 100644
--- a/src/react/LabelPaired/LabelPairedZeroMdBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedZeroMdBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedZeroMdBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedZeroMdFillIcon.tsx b/src/react/LabelPaired/LabelPairedZeroMdFillIcon.tsx
index 3607da2eac..365cf04fd0 100644
--- a/src/react/LabelPaired/LabelPairedZeroMdFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedZeroMdFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedZeroMdFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedZeroMdRegularIcon.tsx b/src/react/LabelPaired/LabelPairedZeroMdRegularIcon.tsx
index 0349617bfe..da7aae87ce 100644
--- a/src/react/LabelPaired/LabelPairedZeroMdRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedZeroMdRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedZeroMdRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedZeroSmBoldIcon.tsx b/src/react/LabelPaired/LabelPairedZeroSmBoldIcon.tsx
index 5353373e77..e534931686 100644
--- a/src/react/LabelPaired/LabelPairedZeroSmBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedZeroSmBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedZeroSmBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedZeroSmFillIcon.tsx b/src/react/LabelPaired/LabelPairedZeroSmFillIcon.tsx
index 89cddb28d6..33be1608ef 100644
--- a/src/react/LabelPaired/LabelPairedZeroSmFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedZeroSmFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedZeroSmFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedZeroSmRegularIcon.tsx b/src/react/LabelPaired/LabelPairedZeroSmRegularIcon.tsx
index 0382536cc6..5d09498d60 100644
--- a/src/react/LabelPaired/LabelPairedZeroSmRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedZeroSmRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedZeroSmRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedZeroXlBoldIcon.tsx b/src/react/LabelPaired/LabelPairedZeroXlBoldIcon.tsx
index f6d8183d33..a732fcba00 100644
--- a/src/react/LabelPaired/LabelPairedZeroXlBoldIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedZeroXlBoldIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedZeroXlBoldIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedZeroXlFillIcon.tsx b/src/react/LabelPaired/LabelPairedZeroXlFillIcon.tsx
index 87098cc1b2..a17ea1f1b0 100644
--- a/src/react/LabelPaired/LabelPairedZeroXlFillIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedZeroXlFillIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedZeroXlFillIcon = (
-
+
diff --git a/src/react/LabelPaired/LabelPairedZeroXlRegularIcon.tsx b/src/react/LabelPaired/LabelPairedZeroXlRegularIcon.tsx
index eb06caffa8..20098ff48d 100644
--- a/src/react/LabelPaired/LabelPairedZeroXlRegularIcon.tsx
+++ b/src/react/LabelPaired/LabelPairedZeroXlRegularIcon.tsx
@@ -23,7 +23,7 @@ const LabelPairedZeroXlRegularIcon = (
-
+
diff --git a/src/react/LabelPaired/index.ts b/src/react/LabelPaired/index.ts
index 8b292af945..56ecea8954 100644
--- a/src/react/LabelPaired/index.ts
+++ b/src/react/LabelPaired/index.ts
@@ -777,6 +777,9 @@ export { default as LabelPairedHuaweiCaptionIcon } from './LabelPairedHuaweiCapt
export { default as LabelPairedYoutubeCaptionIcon } from './LabelPairedYoutubeCaptionIcon';
export { default as LabelPairedTiktokCaptionIcon } from './LabelPairedTiktokCaptionIcon';
export { default as LabelPairedTrustpilotCaptionIcon } from './LabelPairedTrustpilotCaptionIcon';
+export { default as LabelPairedPaperPlaneTopCaptionRegularIcon } from './LabelPairedPaperPlaneTopCaptionRegularIcon';
+export { default as LabelPairedPaperPlaneTopCaptionBoldIcon } from './LabelPairedPaperPlaneTopCaptionBoldIcon';
+export { default as LabelPairedPaperPlaneTopCaptionFillIcon } from './LabelPairedPaperPlaneTopCaptionFillIcon';
export { default as LabelPairedPlaceholderSmRegularIcon } from './LabelPairedPlaceholderSmRegularIcon';
export { default as LabelPairedPlaceholderSmBoldIcon } from './LabelPairedPlaceholderSmBoldIcon';
export { default as LabelPairedPlaceholderSmFillIcon } from './LabelPairedPlaceholderSmFillIcon';
@@ -1556,6 +1559,9 @@ export { default as LabelPairedHuaweiSmIcon } from './LabelPairedHuaweiSmIcon';
export { default as LabelPairedYoutubeSmIcon } from './LabelPairedYoutubeSmIcon';
export { default as LabelPairedTiktokSmIcon } from './LabelPairedTiktokSmIcon';
export { default as LabelPairedTrustpilotSmIcon } from './LabelPairedTrustpilotSmIcon';
+export { default as LabelPairedPaperPlaneTopSmRegularIcon } from './LabelPairedPaperPlaneTopSmRegularIcon';
+export { default as LabelPairedPaperPlaneTopSmBoldIcon } from './LabelPairedPaperPlaneTopSmBoldIcon';
+export { default as LabelPairedPaperPlaneTopSmFillIcon } from './LabelPairedPaperPlaneTopSmFillIcon';
export { default as LabelPairedPlaceholderMdRegularIcon } from './LabelPairedPlaceholderMdRegularIcon';
export { default as LabelPairedPlaceholderMdBoldIcon } from './LabelPairedPlaceholderMdBoldIcon';
export { default as LabelPairedPlaceholderMdFillIcon } from './LabelPairedPlaceholderMdFillIcon';
@@ -2335,6 +2341,9 @@ export { default as LabelPairedHuaweiMdIcon } from './LabelPairedHuaweiMdIcon';
export { default as LabelPairedYoutubeMdIcon } from './LabelPairedYoutubeMdIcon';
export { default as LabelPairedTiktokMdIcon } from './LabelPairedTiktokMdIcon';
export { default as LabelPairedTrustpilotMdIcon } from './LabelPairedTrustpilotMdIcon';
+export { default as LabelPairedPaperPlaneTopMdRegularIcon } from './LabelPairedPaperPlaneTopMdRegularIcon';
+export { default as LabelPairedPaperPlaneTopMdBoldIcon } from './LabelPairedPaperPlaneTopMdBoldIcon';
+export { default as LabelPairedPaperPlaneTopMdFillIcon } from './LabelPairedPaperPlaneTopMdFillIcon';
export { default as LabelPairedPlaceholderLgRegularIcon } from './LabelPairedPlaceholderLgRegularIcon';
export { default as LabelPairedPlaceholderLgBoldIcon } from './LabelPairedPlaceholderLgBoldIcon';
export { default as LabelPairedPlaceholderLgFillIcon } from './LabelPairedPlaceholderLgFillIcon';
@@ -3114,6 +3123,9 @@ export { default as LabelPairedHuaweiLgIcon } from './LabelPairedHuaweiLgIcon';
export { default as LabelPairedYoutubeLgIcon } from './LabelPairedYoutubeLgIcon';
export { default as LabelPairedTiktokLgIcon } from './LabelPairedTiktokLgIcon';
export { default as LabelPairedTrustpilotLgIcon } from './LabelPairedTrustpilotLgIcon';
+export { default as LabelPairedPaperPlaneTopLgRegularIcon } from './LabelPairedPaperPlaneTopLgRegularIcon';
+export { default as LabelPairedPaperPlaneTopLgBoldIcon } from './LabelPairedPaperPlaneTopLgBoldIcon';
+export { default as LabelPairedPaperPlaneTopLgFillIcon } from './LabelPairedPaperPlaneTopLgFillIcon';
export { default as LabelPairedPlaceholderXlRegularIcon } from './LabelPairedPlaceholderXlRegularIcon';
export { default as LabelPairedPlaceholderXlBoldIcon } from './LabelPairedPlaceholderXlBoldIcon';
export { default as LabelPairedPlaceholderXlFillIcon } from './LabelPairedPlaceholderXlFillIcon';
@@ -3893,3 +3905,6 @@ export { default as LabelPairedHuaweiXlIcon } from './LabelPairedHuaweiXlIcon';
export { default as LabelPairedYoutubeXlIcon } from './LabelPairedYoutubeXlIcon';
export { default as LabelPairedTiktokXlIcon } from './LabelPairedTiktokXlIcon';
export { default as LabelPairedTrustpilotXlIcon } from './LabelPairedTrustpilotXlIcon';
+export { default as LabelPairedPaperPlaneTopXlRegularIcon } from './LabelPairedPaperPlaneTopXlRegularIcon';
+export { default as LabelPairedPaperPlaneTopXlBoldIcon } from './LabelPairedPaperPlaneTopXlBoldIcon';
+export { default as LabelPairedPaperPlaneTopXlFillIcon } from './LabelPairedPaperPlaneTopXlFillIcon';
diff --git a/src/react/Logo/BrandDerivWordmarkCoralIcon.tsx b/src/react/Logo/BrandDerivWordmarkCoralIcon.tsx
index 1df157e5e2..54adc86de5 100644
--- a/src/react/Logo/BrandDerivWordmarkCoralIcon.tsx
+++ b/src/react/Logo/BrandDerivWordmarkCoralIcon.tsx
@@ -25,7 +25,7 @@ const BrandDerivWordmarkCoralIcon = (
/>
-
+
diff --git a/src/react/Logo/BrandDerivWordmarkSlateIcon.tsx b/src/react/Logo/BrandDerivWordmarkSlateIcon.tsx
index 8b72341260..e3cbc0dfd6 100644
--- a/src/react/Logo/BrandDerivWordmarkSlateIcon.tsx
+++ b/src/react/Logo/BrandDerivWordmarkSlateIcon.tsx
@@ -25,7 +25,7 @@ const BrandDerivWordmarkSlateIcon = (
/>
-
+
diff --git a/src/react/Logo/BrandDerivWordmarkWhiteIcon.tsx b/src/react/Logo/BrandDerivWordmarkWhiteIcon.tsx
index 43b472afdf..96ac3a613a 100644
--- a/src/react/Logo/BrandDerivWordmarkWhiteIcon.tsx
+++ b/src/react/Logo/BrandDerivWordmarkWhiteIcon.tsx
@@ -25,7 +25,7 @@ const BrandDerivWordmarkWhiteIcon = (
/>
-
+
diff --git a/src/react/Logo/DerivProductDerivGoBlackLogoHorizontalIcon.tsx b/src/react/Logo/DerivProductDerivGoBlackLogoHorizontalIcon.tsx
index c4c920e175..d033675683 100644
--- a/src/react/Logo/DerivProductDerivGoBlackLogoHorizontalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoBlackLogoHorizontalIcon.tsx
@@ -33,7 +33,7 @@ const DerivProductDerivGoBlackLogoHorizontalIcon = (
/>
-
+
diff --git a/src/react/Logo/DerivProductDerivGoBlackLogoWordmarkHorizontalIcon.tsx b/src/react/Logo/DerivProductDerivGoBlackLogoWordmarkHorizontalIcon.tsx
index 70b4b862a1..55ca88ca92 100644
--- a/src/react/Logo/DerivProductDerivGoBlackLogoWordmarkHorizontalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoBlackLogoWordmarkHorizontalIcon.tsx
@@ -47,7 +47,7 @@ const DerivProductDerivGoBlackLogoWordmarkHorizontalIcon = (
-
+
diff --git a/src/react/Logo/DerivProductDerivGoBlackLogoWordmarkVerticalIcon.tsx b/src/react/Logo/DerivProductDerivGoBlackLogoWordmarkVerticalIcon.tsx
index 9229be4218..1530fdedb4 100644
--- a/src/react/Logo/DerivProductDerivGoBlackLogoWordmarkVerticalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoBlackLogoWordmarkVerticalIcon.tsx
@@ -47,7 +47,7 @@ const DerivProductDerivGoBlackLogoWordmarkVerticalIcon = (
-
+
diff --git a/src/react/Logo/DerivProductDerivGoBlackWordmarkVerticalIcon.tsx b/src/react/Logo/DerivProductDerivGoBlackWordmarkVerticalIcon.tsx
index 733afbc991..bb4593e34c 100644
--- a/src/react/Logo/DerivProductDerivGoBlackWordmarkVerticalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoBlackWordmarkVerticalIcon.tsx
@@ -33,7 +33,7 @@ const DerivProductDerivGoBlackWordmarkVerticalIcon = (
-
+
diff --git a/src/react/Logo/DerivProductDerivGoBrandDarkLogoHorizontalIcon.tsx b/src/react/Logo/DerivProductDerivGoBrandDarkLogoHorizontalIcon.tsx
index bea2029f85..54aae6a6b9 100644
--- a/src/react/Logo/DerivProductDerivGoBrandDarkLogoHorizontalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoBrandDarkLogoHorizontalIcon.tsx
@@ -33,7 +33,7 @@ const DerivProductDerivGoBrandDarkLogoHorizontalIcon = (
/>
-
+
diff --git a/src/react/Logo/DerivProductDerivGoBrandDarkLogoWordmarkHorizontalIcon.tsx b/src/react/Logo/DerivProductDerivGoBrandDarkLogoWordmarkHorizontalIcon.tsx
index f73a42f410..90bd681827 100644
--- a/src/react/Logo/DerivProductDerivGoBrandDarkLogoWordmarkHorizontalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoBrandDarkLogoWordmarkHorizontalIcon.tsx
@@ -47,7 +47,7 @@ const DerivProductDerivGoBrandDarkLogoWordmarkHorizontalIcon = (
-
+
diff --git a/src/react/Logo/DerivProductDerivGoBrandDarkLogoWordmarkVerticalIcon.tsx b/src/react/Logo/DerivProductDerivGoBrandDarkLogoWordmarkVerticalIcon.tsx
index 25b2b0b64a..3cac2461bf 100644
--- a/src/react/Logo/DerivProductDerivGoBrandDarkLogoWordmarkVerticalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoBrandDarkLogoWordmarkVerticalIcon.tsx
@@ -47,7 +47,7 @@ const DerivProductDerivGoBrandDarkLogoWordmarkVerticalIcon = (
-
+
diff --git a/src/react/Logo/DerivProductDerivGoBrandDarkWordmarkVerticalIcon.tsx b/src/react/Logo/DerivProductDerivGoBrandDarkWordmarkVerticalIcon.tsx
index cdac93db9a..ba196263e9 100644
--- a/src/react/Logo/DerivProductDerivGoBrandDarkWordmarkVerticalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoBrandDarkWordmarkVerticalIcon.tsx
@@ -45,7 +45,7 @@ const DerivProductDerivGoBrandDarkWordmarkVerticalIcon = (
/>
-
+
diff --git a/src/react/Logo/DerivProductDerivGoBrandLightLogoHorizontalIcon.tsx b/src/react/Logo/DerivProductDerivGoBrandLightLogoHorizontalIcon.tsx
index 8c4e86df5a..aa59b6726f 100644
--- a/src/react/Logo/DerivProductDerivGoBrandLightLogoHorizontalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoBrandLightLogoHorizontalIcon.tsx
@@ -33,7 +33,7 @@ const DerivProductDerivGoBrandLightLogoHorizontalIcon = (
/>
-
+
diff --git a/src/react/Logo/DerivProductDerivGoBrandLightLogoWordmarkHorizontalIcon.tsx b/src/react/Logo/DerivProductDerivGoBrandLightLogoWordmarkHorizontalIcon.tsx
index f38b4d05b1..b2e32cd1df 100644
--- a/src/react/Logo/DerivProductDerivGoBrandLightLogoWordmarkHorizontalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoBrandLightLogoWordmarkHorizontalIcon.tsx
@@ -47,7 +47,7 @@ const DerivProductDerivGoBrandLightLogoWordmarkHorizontalIcon = (
-
+
diff --git a/src/react/Logo/DerivProductDerivGoBrandLightLogoWordmarkVerticalIcon.tsx b/src/react/Logo/DerivProductDerivGoBrandLightLogoWordmarkVerticalIcon.tsx
index 0d2eb44d4c..f1aab6f687 100644
--- a/src/react/Logo/DerivProductDerivGoBrandLightLogoWordmarkVerticalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoBrandLightLogoWordmarkVerticalIcon.tsx
@@ -47,7 +47,7 @@ const DerivProductDerivGoBrandLightLogoWordmarkVerticalIcon = (
-
+
diff --git a/src/react/Logo/DerivProductDerivGoBrandLightWordmarkVerticalIcon.tsx b/src/react/Logo/DerivProductDerivGoBrandLightWordmarkVerticalIcon.tsx
index 4956f180d6..24833ecaba 100644
--- a/src/react/Logo/DerivProductDerivGoBrandLightWordmarkVerticalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoBrandLightWordmarkVerticalIcon.tsx
@@ -45,7 +45,7 @@ const DerivProductDerivGoBrandLightWordmarkVerticalIcon = (
/>
-
+
diff --git a/src/react/Logo/DerivProductDerivGoUltimateBlackLogoHorizontalIcon.tsx b/src/react/Logo/DerivProductDerivGoUltimateBlackLogoHorizontalIcon.tsx
index feeaa84ccf..ca8b7e8ee1 100644
--- a/src/react/Logo/DerivProductDerivGoUltimateBlackLogoHorizontalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoUltimateBlackLogoHorizontalIcon.tsx
@@ -41,7 +41,7 @@ const DerivProductDerivGoUltimateBlackLogoHorizontalIcon = (
/>
-
+
diff --git a/src/react/Logo/DerivProductDerivGoUltimateBlackLogoWordmarkHorizontalIcon.tsx b/src/react/Logo/DerivProductDerivGoUltimateBlackLogoWordmarkHorizontalIcon.tsx
index 609b41709a..666d14b0fc 100644
--- a/src/react/Logo/DerivProductDerivGoUltimateBlackLogoWordmarkHorizontalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoUltimateBlackLogoWordmarkHorizontalIcon.tsx
@@ -55,7 +55,7 @@ const DerivProductDerivGoUltimateBlackLogoWordmarkHorizontalIcon = (
-
+
diff --git a/src/react/Logo/DerivProductDerivGoUltimateBlackLogoWordmarkVerticalIcon.tsx b/src/react/Logo/DerivProductDerivGoUltimateBlackLogoWordmarkVerticalIcon.tsx
index eab7f4b0ef..aa8bde5455 100644
--- a/src/react/Logo/DerivProductDerivGoUltimateBlackLogoWordmarkVerticalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoUltimateBlackLogoWordmarkVerticalIcon.tsx
@@ -55,7 +55,7 @@ const DerivProductDerivGoUltimateBlackLogoWordmarkVerticalIcon = (
-
+
diff --git a/src/react/Logo/DerivProductDerivGoUltimateBlackWordmarkVerticalIcon.tsx b/src/react/Logo/DerivProductDerivGoUltimateBlackWordmarkVerticalIcon.tsx
index 46d713f85c..206973d3fd 100644
--- a/src/react/Logo/DerivProductDerivGoUltimateBlackWordmarkVerticalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoUltimateBlackWordmarkVerticalIcon.tsx
@@ -33,7 +33,7 @@ const DerivProductDerivGoUltimateBlackWordmarkVerticalIcon = (
-
+
diff --git a/src/react/Logo/DerivProductDerivGoUltimateBrandDarkLogoHorizontalIcon.tsx b/src/react/Logo/DerivProductDerivGoUltimateBrandDarkLogoHorizontalIcon.tsx
index fbd6b683ae..6867210f6e 100644
--- a/src/react/Logo/DerivProductDerivGoUltimateBrandDarkLogoHorizontalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoUltimateBrandDarkLogoHorizontalIcon.tsx
@@ -37,7 +37,7 @@ const DerivProductDerivGoUltimateBrandDarkLogoHorizontalIcon = (
/>
-
+
diff --git a/src/react/Logo/DerivProductDerivGoUltimateBrandDarkLogoWordmarkHorizontalIcon.tsx b/src/react/Logo/DerivProductDerivGoUltimateBrandDarkLogoWordmarkHorizontalIcon.tsx
index 7d5a263c98..6ddf1a3503 100644
--- a/src/react/Logo/DerivProductDerivGoUltimateBrandDarkLogoWordmarkHorizontalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoUltimateBrandDarkLogoWordmarkHorizontalIcon.tsx
@@ -51,7 +51,7 @@ const DerivProductDerivGoUltimateBrandDarkLogoWordmarkHorizontalIcon = (
-
+
diff --git a/src/react/Logo/DerivProductDerivGoUltimateBrandDarkLogoWordmarkVerticalIcon.tsx b/src/react/Logo/DerivProductDerivGoUltimateBrandDarkLogoWordmarkVerticalIcon.tsx
index 9a0e444122..4a9f619184 100644
--- a/src/react/Logo/DerivProductDerivGoUltimateBrandDarkLogoWordmarkVerticalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoUltimateBrandDarkLogoWordmarkVerticalIcon.tsx
@@ -51,7 +51,7 @@ const DerivProductDerivGoUltimateBrandDarkLogoWordmarkVerticalIcon = (
-
+
diff --git a/src/react/Logo/DerivProductDerivGoUltimateBrandDarkWordmarkVerticalIcon.tsx b/src/react/Logo/DerivProductDerivGoUltimateBrandDarkWordmarkVerticalIcon.tsx
index 97ca11b19c..1c648fb287 100644
--- a/src/react/Logo/DerivProductDerivGoUltimateBrandDarkWordmarkVerticalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoUltimateBrandDarkWordmarkVerticalIcon.tsx
@@ -45,7 +45,7 @@ const DerivProductDerivGoUltimateBrandDarkWordmarkVerticalIcon = (
/>
-
+
diff --git a/src/react/Logo/DerivProductDerivGoUltimateBrandLightLogoHorizontalIcon.tsx b/src/react/Logo/DerivProductDerivGoUltimateBrandLightLogoHorizontalIcon.tsx
index 12be92220d..c2beb98a48 100644
--- a/src/react/Logo/DerivProductDerivGoUltimateBrandLightLogoHorizontalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoUltimateBrandLightLogoHorizontalIcon.tsx
@@ -37,7 +37,7 @@ const DerivProductDerivGoUltimateBrandLightLogoHorizontalIcon = (
/>
-
+
diff --git a/src/react/Logo/DerivProductDerivGoUltimateBrandLightLogoWordmarkHorizontalIcon.tsx b/src/react/Logo/DerivProductDerivGoUltimateBrandLightLogoWordmarkHorizontalIcon.tsx
index 4a0179726e..fbdbefcad2 100644
--- a/src/react/Logo/DerivProductDerivGoUltimateBrandLightLogoWordmarkHorizontalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoUltimateBrandLightLogoWordmarkHorizontalIcon.tsx
@@ -51,7 +51,7 @@ const DerivProductDerivGoUltimateBrandLightLogoWordmarkHorizontalIcon = (
-
+
diff --git a/src/react/Logo/DerivProductDerivGoUltimateBrandLightLogoWordmarkVerticalIcon.tsx b/src/react/Logo/DerivProductDerivGoUltimateBrandLightLogoWordmarkVerticalIcon.tsx
index 0f04a69a4d..c1d1226088 100644
--- a/src/react/Logo/DerivProductDerivGoUltimateBrandLightLogoWordmarkVerticalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoUltimateBrandLightLogoWordmarkVerticalIcon.tsx
@@ -51,7 +51,7 @@ const DerivProductDerivGoUltimateBrandLightLogoWordmarkVerticalIcon = (
-
+
diff --git a/src/react/Logo/DerivProductDerivGoUltimateBrandLightWordmarkVerticalIcon.tsx b/src/react/Logo/DerivProductDerivGoUltimateBrandLightWordmarkVerticalIcon.tsx
index f35b14c826..be701069e3 100644
--- a/src/react/Logo/DerivProductDerivGoUltimateBrandLightWordmarkVerticalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoUltimateBrandLightWordmarkVerticalIcon.tsx
@@ -45,7 +45,7 @@ const DerivProductDerivGoUltimateBrandLightWordmarkVerticalIcon = (
/>
-
+
diff --git a/src/react/Logo/DerivProductDerivGoUltimateWhiteLogoHorizontalIcon.tsx b/src/react/Logo/DerivProductDerivGoUltimateWhiteLogoHorizontalIcon.tsx
index 8dfe6d417b..f979c906b0 100644
--- a/src/react/Logo/DerivProductDerivGoUltimateWhiteLogoHorizontalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoUltimateWhiteLogoHorizontalIcon.tsx
@@ -41,7 +41,7 @@ const DerivProductDerivGoUltimateWhiteLogoHorizontalIcon = (
/>
-
+
diff --git a/src/react/Logo/DerivProductDerivGoUltimateWhiteLogoWordmarkHorizontalIcon.tsx b/src/react/Logo/DerivProductDerivGoUltimateWhiteLogoWordmarkHorizontalIcon.tsx
index 7d09a4d497..5eb6ccafe2 100644
--- a/src/react/Logo/DerivProductDerivGoUltimateWhiteLogoWordmarkHorizontalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoUltimateWhiteLogoWordmarkHorizontalIcon.tsx
@@ -55,7 +55,7 @@ const DerivProductDerivGoUltimateWhiteLogoWordmarkHorizontalIcon = (
-
+
diff --git a/src/react/Logo/DerivProductDerivGoUltimateWhiteLogoWordmarkVerticalIcon.tsx b/src/react/Logo/DerivProductDerivGoUltimateWhiteLogoWordmarkVerticalIcon.tsx
index b836986db2..e15e10ecf4 100644
--- a/src/react/Logo/DerivProductDerivGoUltimateWhiteLogoWordmarkVerticalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoUltimateWhiteLogoWordmarkVerticalIcon.tsx
@@ -55,7 +55,7 @@ const DerivProductDerivGoUltimateWhiteLogoWordmarkVerticalIcon = (
-
+
diff --git a/src/react/Logo/DerivProductDerivGoUltimateWhiteWordmarkVerticalIcon.tsx b/src/react/Logo/DerivProductDerivGoUltimateWhiteWordmarkVerticalIcon.tsx
index 9592af2e40..ff26e196a5 100644
--- a/src/react/Logo/DerivProductDerivGoUltimateWhiteWordmarkVerticalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoUltimateWhiteWordmarkVerticalIcon.tsx
@@ -33,7 +33,7 @@ const DerivProductDerivGoUltimateWhiteWordmarkVerticalIcon = (
-
+
diff --git a/src/react/Logo/DerivProductDerivGoWhiteLogoHorizontalIcon.tsx b/src/react/Logo/DerivProductDerivGoWhiteLogoHorizontalIcon.tsx
index c4f0278d44..986382f95e 100644
--- a/src/react/Logo/DerivProductDerivGoWhiteLogoHorizontalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoWhiteLogoHorizontalIcon.tsx
@@ -33,7 +33,7 @@ const DerivProductDerivGoWhiteLogoHorizontalIcon = (
/>
-
+
diff --git a/src/react/Logo/DerivProductDerivGoWhiteLogoWordmarkHorizontalIcon.tsx b/src/react/Logo/DerivProductDerivGoWhiteLogoWordmarkHorizontalIcon.tsx
index f71872f635..ce571e0b51 100644
--- a/src/react/Logo/DerivProductDerivGoWhiteLogoWordmarkHorizontalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoWhiteLogoWordmarkHorizontalIcon.tsx
@@ -47,7 +47,7 @@ const DerivProductDerivGoWhiteLogoWordmarkHorizontalIcon = (
-
+
diff --git a/src/react/Logo/DerivProductDerivGoWhiteLogoWordmarkVerticalIcon.tsx b/src/react/Logo/DerivProductDerivGoWhiteLogoWordmarkVerticalIcon.tsx
index bf30385e89..14e03b6a74 100644
--- a/src/react/Logo/DerivProductDerivGoWhiteLogoWordmarkVerticalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoWhiteLogoWordmarkVerticalIcon.tsx
@@ -47,7 +47,7 @@ const DerivProductDerivGoWhiteLogoWordmarkVerticalIcon = (
-
+
diff --git a/src/react/Logo/DerivProductDerivGoWhiteWordmarkVerticalIcon.tsx b/src/react/Logo/DerivProductDerivGoWhiteWordmarkVerticalIcon.tsx
index 934071995c..e2ca70e876 100644
--- a/src/react/Logo/DerivProductDerivGoWhiteWordmarkVerticalIcon.tsx
+++ b/src/react/Logo/DerivProductDerivGoWhiteWordmarkVerticalIcon.tsx
@@ -33,7 +33,7 @@ const DerivProductDerivGoWhiteWordmarkVerticalIcon = (
-
+
diff --git a/src/react/Logo/DerivProductDerivXBlackLogoIcon.tsx b/src/react/Logo/DerivProductDerivXBlackLogoIcon.tsx
index c48354ae78..1b735f2883 100644
--- a/src/react/Logo/DerivProductDerivXBlackLogoIcon.tsx
+++ b/src/react/Logo/DerivProductDerivXBlackLogoIcon.tsx
@@ -37,7 +37,7 @@ const DerivProductDerivXBlackLogoIcon = (
/>
-
+
diff --git a/src/react/Logo/DerivProductDerivXBlackLogoWordmarkIcon.tsx b/src/react/Logo/DerivProductDerivXBlackLogoWordmarkIcon.tsx
index 0bdb865e72..59b0d6c106 100644
--- a/src/react/Logo/DerivProductDerivXBlackLogoWordmarkIcon.tsx
+++ b/src/react/Logo/DerivProductDerivXBlackLogoWordmarkIcon.tsx
@@ -51,7 +51,7 @@ const DerivProductDerivXBlackLogoWordmarkIcon = (
-
+
diff --git a/src/react/Logo/DerivProductDerivXBlackWordmarkIcon.tsx b/src/react/Logo/DerivProductDerivXBlackWordmarkIcon.tsx
index 87f13ffa36..223cb0e6c1 100644
--- a/src/react/Logo/DerivProductDerivXBlackWordmarkIcon.tsx
+++ b/src/react/Logo/DerivProductDerivXBlackWordmarkIcon.tsx
@@ -33,7 +33,7 @@ const DerivProductDerivXBlackWordmarkIcon = (
-
+
diff --git a/src/react/Logo/DerivProductDerivXBrandDarkLogoIcon.tsx b/src/react/Logo/DerivProductDerivXBrandDarkLogoIcon.tsx
index 64351ead14..4762d11e11 100644
--- a/src/react/Logo/DerivProductDerivXBrandDarkLogoIcon.tsx
+++ b/src/react/Logo/DerivProductDerivXBrandDarkLogoIcon.tsx
@@ -37,7 +37,7 @@ const DerivProductDerivXBrandDarkLogoIcon = (
/>
-
+
diff --git a/src/react/Logo/DerivProductDerivXBrandDarkLogoWordmarkIcon.tsx b/src/react/Logo/DerivProductDerivXBrandDarkLogoWordmarkIcon.tsx
index dfe32cdb10..6b504ce4fd 100644
--- a/src/react/Logo/DerivProductDerivXBrandDarkLogoWordmarkIcon.tsx
+++ b/src/react/Logo/DerivProductDerivXBrandDarkLogoWordmarkIcon.tsx
@@ -51,7 +51,7 @@ const DerivProductDerivXBrandDarkLogoWordmarkIcon = (
-
+
diff --git a/src/react/Logo/DerivProductDerivXBrandDarkWordmarkIcon.tsx b/src/react/Logo/DerivProductDerivXBrandDarkWordmarkIcon.tsx
index 707abf7565..0223eca423 100644
--- a/src/react/Logo/DerivProductDerivXBrandDarkWordmarkIcon.tsx
+++ b/src/react/Logo/DerivProductDerivXBrandDarkWordmarkIcon.tsx
@@ -45,7 +45,7 @@ const DerivProductDerivXBrandDarkWordmarkIcon = (
/>
-
+
diff --git a/src/react/Logo/DerivProductDerivXBrandLightLogoIcon.tsx b/src/react/Logo/DerivProductDerivXBrandLightLogoIcon.tsx
index 8cd91f5fa4..23b708462b 100644
--- a/src/react/Logo/DerivProductDerivXBrandLightLogoIcon.tsx
+++ b/src/react/Logo/DerivProductDerivXBrandLightLogoIcon.tsx
@@ -37,7 +37,7 @@ const DerivProductDerivXBrandLightLogoIcon = (
/>
-
+
diff --git a/src/react/Logo/DerivProductDerivXBrandLightLogoWordmarkIcon.tsx b/src/react/Logo/DerivProductDerivXBrandLightLogoWordmarkIcon.tsx
index 532f7e0ec3..69c8929f05 100644
--- a/src/react/Logo/DerivProductDerivXBrandLightLogoWordmarkIcon.tsx
+++ b/src/react/Logo/DerivProductDerivXBrandLightLogoWordmarkIcon.tsx
@@ -51,7 +51,7 @@ const DerivProductDerivXBrandLightLogoWordmarkIcon = (
-
+
diff --git a/src/react/Logo/DerivProductDerivXBrandLightWordmarkIcon.tsx b/src/react/Logo/DerivProductDerivXBrandLightWordmarkIcon.tsx
index b1cd2ca37d..2a4e463532 100644
--- a/src/react/Logo/DerivProductDerivXBrandLightWordmarkIcon.tsx
+++ b/src/react/Logo/DerivProductDerivXBrandLightWordmarkIcon.tsx
@@ -45,7 +45,7 @@ const DerivProductDerivXBrandLightWordmarkIcon = (
/>
-
+
diff --git a/src/react/Logo/DerivProductDerivXWhiteLogoIcon.tsx b/src/react/Logo/DerivProductDerivXWhiteLogoIcon.tsx
index af26c78e15..feba73d8d0 100644
--- a/src/react/Logo/DerivProductDerivXWhiteLogoIcon.tsx
+++ b/src/react/Logo/DerivProductDerivXWhiteLogoIcon.tsx
@@ -37,7 +37,7 @@ const DerivProductDerivXWhiteLogoIcon = (
/>
-
+
diff --git a/src/react/Logo/DerivProductDerivXWhiteLogoWordmarkIcon.tsx b/src/react/Logo/DerivProductDerivXWhiteLogoWordmarkIcon.tsx
index 4c760aa1f9..1d35b6037c 100644
--- a/src/react/Logo/DerivProductDerivXWhiteLogoWordmarkIcon.tsx
+++ b/src/react/Logo/DerivProductDerivXWhiteLogoWordmarkIcon.tsx
@@ -51,7 +51,7 @@ const DerivProductDerivXWhiteLogoWordmarkIcon = (
-
+
diff --git a/src/react/Logo/DerivProductDerivXWhiteWordmarkIcon.tsx b/src/react/Logo/DerivProductDerivXWhiteWordmarkIcon.tsx
index ccccd6a704..885a9b551b 100644
--- a/src/react/Logo/DerivProductDerivXWhiteWordmarkIcon.tsx
+++ b/src/react/Logo/DerivProductDerivXWhiteWordmarkIcon.tsx
@@ -33,7 +33,7 @@ const DerivProductDerivXWhiteWordmarkIcon = (
-
+
diff --git a/src/react/Logo/PaymentMethodBanxaBrandDarkIcon.tsx b/src/react/Logo/PaymentMethodBanxaBrandDarkIcon.tsx
index 9e4e0c40ee..e508a705b0 100644
--- a/src/react/Logo/PaymentMethodBanxaBrandDarkIcon.tsx
+++ b/src/react/Logo/PaymentMethodBanxaBrandDarkIcon.tsx
@@ -27,14 +27,14 @@ const PaymentMethodBanxaBrandDarkIcon = (
@@ -50,7 +50,7 @@ const PaymentMethodDragonpayBrandDarkIcon = (
/>
@@ -55,7 +55,7 @@ const PaymentMethodDragonpayBrandIcon = (
/>
-
+
diff --git a/src/react/Logo/PaymentMethodEWalletBrandIcon.tsx b/src/react/Logo/PaymentMethodEWalletBrandIcon.tsx
index e371e2659c..f8cd1b015c 100644
--- a/src/react/Logo/PaymentMethodEWalletBrandIcon.tsx
+++ b/src/react/Logo/PaymentMethodEWalletBrandIcon.tsx
@@ -41,7 +41,7 @@ const PaymentMethodEWalletBrandIcon = (
-
+
diff --git a/src/react/Logo/PaymentMethodFpsBrandDarkIcon.tsx b/src/react/Logo/PaymentMethodFpsBrandDarkIcon.tsx
index 1d9cba2217..79cf1ac1af 100644
--- a/src/react/Logo/PaymentMethodFpsBrandDarkIcon.tsx
+++ b/src/react/Logo/PaymentMethodFpsBrandDarkIcon.tsx
@@ -19,11 +19,11 @@ const PaymentMethodFpsBrandDarkIcon = (
>
{title ? {title} : null}
{title ? {title} : null}
{title} : null}
@@ -43,7 +43,7 @@ const PaymentMethodJcbBrandIcon = (
-
+
diff --git a/src/react/Logo/PaymentMethodLocalPaymentMethodsBrandIcon.tsx b/src/react/Logo/PaymentMethodLocalPaymentMethodsBrandIcon.tsx
index 265b5f517e..ad812b2871 100644
--- a/src/react/Logo/PaymentMethodLocalPaymentMethodsBrandIcon.tsx
+++ b/src/react/Logo/PaymentMethodLocalPaymentMethodsBrandIcon.tsx
@@ -39,7 +39,7 @@ const PaymentMethodLocalPaymentMethodsBrandIcon = (
/>
-
+
diff --git a/src/react/Logo/PaymentMethodMifinityBrandIcon.tsx b/src/react/Logo/PaymentMethodMifinityBrandIcon.tsx
index a08fe10932..2f0e4a550b 100644
--- a/src/react/Logo/PaymentMethodMifinityBrandIcon.tsx
+++ b/src/react/Logo/PaymentMethodMifinityBrandIcon.tsx
@@ -19,19 +19,19 @@ const PaymentMethodMifinityBrandIcon = (
>
{title ? {title} : null}
{title ? {title} : null}
diff --git a/src/react/Logo/PaymentMethodPaymeroBrandDarkIcon.tsx b/src/react/Logo/PaymentMethodPaymeroBrandDarkIcon.tsx
index debb435416..a99cba50ca 100644
--- a/src/react/Logo/PaymentMethodPaymeroBrandDarkIcon.tsx
+++ b/src/react/Logo/PaymentMethodPaymeroBrandDarkIcon.tsx
@@ -19,7 +19,7 @@ const PaymentMethodPaymeroBrandDarkIcon = (
>
{title ? {title} : null}
{title ? {title} : null}
{title ? {title} : null}
{title ? {title} : null}
-
+
diff --git a/src/react/Logo/SubBrandDerivAcademyBrandDarkIcon.tsx b/src/react/Logo/SubBrandDerivAcademyBrandDarkIcon.tsx
index 050e164e57..0ceec59a15 100644
--- a/src/react/Logo/SubBrandDerivAcademyBrandDarkIcon.tsx
+++ b/src/react/Logo/SubBrandDerivAcademyBrandDarkIcon.tsx
@@ -29,7 +29,7 @@ const SubBrandDerivAcademyBrandDarkIcon = (
/>
-
+
diff --git a/src/react/Logo/SubBrandDerivAcademyBrandLightIcon.tsx b/src/react/Logo/SubBrandDerivAcademyBrandLightIcon.tsx
index 76347bcc12..adad875e6f 100644
--- a/src/react/Logo/SubBrandDerivAcademyBrandLightIcon.tsx
+++ b/src/react/Logo/SubBrandDerivAcademyBrandLightIcon.tsx
@@ -29,7 +29,7 @@ const SubBrandDerivAcademyBrandLightIcon = (
/>
-
+
diff --git a/src/react/Logo/SubBrandDerivAcademyWhiteIcon.tsx b/src/react/Logo/SubBrandDerivAcademyWhiteIcon.tsx
index 8a786fb864..6a3862c046 100644
--- a/src/react/Logo/SubBrandDerivAcademyWhiteIcon.tsx
+++ b/src/react/Logo/SubBrandDerivAcademyWhiteIcon.tsx
@@ -22,7 +22,7 @@ const SubBrandDerivAcademyWhiteIcon = (
-
+
diff --git a/src/react/Logo/SubBrandDerivApiBlackIcon.tsx b/src/react/Logo/SubBrandDerivApiBlackIcon.tsx
index 8167fb033c..55dee3c0a0 100644
--- a/src/react/Logo/SubBrandDerivApiBlackIcon.tsx
+++ b/src/react/Logo/SubBrandDerivApiBlackIcon.tsx
@@ -22,7 +22,7 @@ const SubBrandDerivApiBlackIcon = (
-
+
diff --git a/src/react/Logo/SubBrandDerivApiBrandDarkIcon.tsx b/src/react/Logo/SubBrandDerivApiBrandDarkIcon.tsx
index c3d27fc9ac..0234459ae5 100644
--- a/src/react/Logo/SubBrandDerivApiBrandDarkIcon.tsx
+++ b/src/react/Logo/SubBrandDerivApiBrandDarkIcon.tsx
@@ -29,7 +29,7 @@ const SubBrandDerivApiBrandDarkIcon = (
/>
-
+
diff --git a/src/react/Logo/SubBrandDerivApiBrandLightIcon.tsx b/src/react/Logo/SubBrandDerivApiBrandLightIcon.tsx
index 83a456dc75..766bb108b6 100644
--- a/src/react/Logo/SubBrandDerivApiBrandLightIcon.tsx
+++ b/src/react/Logo/SubBrandDerivApiBrandLightIcon.tsx
@@ -29,7 +29,7 @@ const SubBrandDerivApiBrandLightIcon = (
/>
-
+
diff --git a/src/react/Logo/SubBrandDerivApiWhiteIcon.tsx b/src/react/Logo/SubBrandDerivApiWhiteIcon.tsx
index dc5ccc7686..10139d44f6 100644
--- a/src/react/Logo/SubBrandDerivApiWhiteIcon.tsx
+++ b/src/react/Logo/SubBrandDerivApiWhiteIcon.tsx
@@ -22,7 +22,7 @@ const SubBrandDerivApiWhiteIcon = (
-
+
diff --git a/src/react/Logo/SubBrandDerivCareersBlackIcon.tsx b/src/react/Logo/SubBrandDerivCareersBlackIcon.tsx
index eedc0b9c28..488c097737 100644
--- a/src/react/Logo/SubBrandDerivCareersBlackIcon.tsx
+++ b/src/react/Logo/SubBrandDerivCareersBlackIcon.tsx
@@ -22,7 +22,7 @@ const SubBrandDerivCareersBlackIcon = (
-
+
diff --git a/src/react/Logo/SubBrandDerivCareersBrandDarkIcon.tsx b/src/react/Logo/SubBrandDerivCareersBrandDarkIcon.tsx
index d66ed24c49..56ad6f3d39 100644
--- a/src/react/Logo/SubBrandDerivCareersBrandDarkIcon.tsx
+++ b/src/react/Logo/SubBrandDerivCareersBrandDarkIcon.tsx
@@ -29,7 +29,7 @@ const SubBrandDerivCareersBrandDarkIcon = (
/>
-
+
diff --git a/src/react/Logo/SubBrandDerivCareersBrandLightIcon.tsx b/src/react/Logo/SubBrandDerivCareersBrandLightIcon.tsx
index c494bb9b08..c0072ab719 100644
--- a/src/react/Logo/SubBrandDerivCareersBrandLightIcon.tsx
+++ b/src/react/Logo/SubBrandDerivCareersBrandLightIcon.tsx
@@ -29,7 +29,7 @@ const SubBrandDerivCareersBrandLightIcon = (
/>
-
+
diff --git a/src/react/Logo/SubBrandDerivCareersWhiteIcon.tsx b/src/react/Logo/SubBrandDerivCareersWhiteIcon.tsx
index 3831b204b7..95565a22a4 100644
--- a/src/react/Logo/SubBrandDerivCareersWhiteIcon.tsx
+++ b/src/react/Logo/SubBrandDerivCareersWhiteIcon.tsx
@@ -22,7 +22,7 @@ const SubBrandDerivCareersWhiteIcon = (
-
+
diff --git a/src/react/Logo/SubBrandDerivPartnersBlackIcon.tsx b/src/react/Logo/SubBrandDerivPartnersBlackIcon.tsx
index e872186940..8cc40f7d80 100644
--- a/src/react/Logo/SubBrandDerivPartnersBlackIcon.tsx
+++ b/src/react/Logo/SubBrandDerivPartnersBlackIcon.tsx
@@ -22,7 +22,7 @@ const SubBrandDerivPartnersBlackIcon = (
-
+
diff --git a/src/react/Logo/SubBrandDerivPartnersBrandDarkIcon.tsx b/src/react/Logo/SubBrandDerivPartnersBrandDarkIcon.tsx
index a1fb226b78..b9bf7c3700 100644
--- a/src/react/Logo/SubBrandDerivPartnersBrandDarkIcon.tsx
+++ b/src/react/Logo/SubBrandDerivPartnersBrandDarkIcon.tsx
@@ -29,7 +29,7 @@ const SubBrandDerivPartnersBrandDarkIcon = (
/>
-
+
diff --git a/src/react/Logo/SubBrandDerivPartnersBrandLightIcon.tsx b/src/react/Logo/SubBrandDerivPartnersBrandLightIcon.tsx
index 57b5bb860a..8049f20016 100644
--- a/src/react/Logo/SubBrandDerivPartnersBrandLightIcon.tsx
+++ b/src/react/Logo/SubBrandDerivPartnersBrandLightIcon.tsx
@@ -29,7 +29,7 @@ const SubBrandDerivPartnersBrandLightIcon = (
/>
-
+
diff --git a/src/react/Logo/SubBrandDerivPartnersWhiteIcon.tsx b/src/react/Logo/SubBrandDerivPartnersWhiteIcon.tsx
index b88d1367c1..45c76e605d 100644
--- a/src/react/Logo/SubBrandDerivPartnersWhiteIcon.tsx
+++ b/src/react/Logo/SubBrandDerivPartnersWhiteIcon.tsx
@@ -22,7 +22,7 @@ const SubBrandDerivPartnersWhiteIcon = (
-
+
diff --git a/src/react/Logo/SubBrandDerivPrimeBlackIcon.tsx b/src/react/Logo/SubBrandDerivPrimeBlackIcon.tsx
index 25674cccff..edd2690bd5 100644
--- a/src/react/Logo/SubBrandDerivPrimeBlackIcon.tsx
+++ b/src/react/Logo/SubBrandDerivPrimeBlackIcon.tsx
@@ -22,7 +22,7 @@ const SubBrandDerivPrimeBlackIcon = (
-
+
diff --git a/src/react/Logo/SubBrandDerivPrimeBrandDarkIcon.tsx b/src/react/Logo/SubBrandDerivPrimeBrandDarkIcon.tsx
index 60d647e850..1720554a36 100644
--- a/src/react/Logo/SubBrandDerivPrimeBrandDarkIcon.tsx
+++ b/src/react/Logo/SubBrandDerivPrimeBrandDarkIcon.tsx
@@ -29,7 +29,7 @@ const SubBrandDerivPrimeBrandDarkIcon = (
/>
-
+
diff --git a/src/react/Logo/SubBrandDerivPrimeBrandLightIcon.tsx b/src/react/Logo/SubBrandDerivPrimeBrandLightIcon.tsx
index 9e68dd7bf8..0433cc93ed 100644
--- a/src/react/Logo/SubBrandDerivPrimeBrandLightIcon.tsx
+++ b/src/react/Logo/SubBrandDerivPrimeBrandLightIcon.tsx
@@ -29,7 +29,7 @@ const SubBrandDerivPrimeBrandLightIcon = (
/>
-
+
diff --git a/src/react/Logo/SubBrandDerivPrimeWhiteIcon.tsx b/src/react/Logo/SubBrandDerivPrimeWhiteIcon.tsx
index ab320e5f3c..7b2a8c07b4 100644
--- a/src/react/Logo/SubBrandDerivPrimeWhiteIcon.tsx
+++ b/src/react/Logo/SubBrandDerivPrimeWhiteIcon.tsx
@@ -22,7 +22,7 @@ const SubBrandDerivPrimeWhiteIcon = (
-
+
diff --git a/src/react/Logo/SubBrandDerivSecurityBlackIcon.tsx b/src/react/Logo/SubBrandDerivSecurityBlackIcon.tsx
index 25828a193c..a9a8ed96d8 100644
--- a/src/react/Logo/SubBrandDerivSecurityBlackIcon.tsx
+++ b/src/react/Logo/SubBrandDerivSecurityBlackIcon.tsx
@@ -22,7 +22,7 @@ const SubBrandDerivSecurityBlackIcon = (
-
+
diff --git a/src/react/Logo/SubBrandDerivSecurityBrandDarkIcon.tsx b/src/react/Logo/SubBrandDerivSecurityBrandDarkIcon.tsx
index 8f1e30bec8..ebc9292844 100644
--- a/src/react/Logo/SubBrandDerivSecurityBrandDarkIcon.tsx
+++ b/src/react/Logo/SubBrandDerivSecurityBrandDarkIcon.tsx
@@ -29,7 +29,7 @@ const SubBrandDerivSecurityBrandDarkIcon = (
/>
-
+
diff --git a/src/react/Logo/SubBrandDerivSecurityBrandLightIcon.tsx b/src/react/Logo/SubBrandDerivSecurityBrandLightIcon.tsx
index 9658d848f1..95cad9edc3 100644
--- a/src/react/Logo/SubBrandDerivSecurityBrandLightIcon.tsx
+++ b/src/react/Logo/SubBrandDerivSecurityBrandLightIcon.tsx
@@ -29,7 +29,7 @@ const SubBrandDerivSecurityBrandLightIcon = (
/>
-
+
diff --git a/src/react/Logo/SubBrandDerivSecurityWhiteIcon.tsx b/src/react/Logo/SubBrandDerivSecurityWhiteIcon.tsx
index d6699ab83c..1ec03ba3cc 100644
--- a/src/react/Logo/SubBrandDerivSecurityWhiteIcon.tsx
+++ b/src/react/Logo/SubBrandDerivSecurityWhiteIcon.tsx
@@ -22,7 +22,7 @@ const SubBrandDerivSecurityWhiteIcon = (
-
+
diff --git a/src/react/Logo/SubBrandDerivTechBlackIcon.tsx b/src/react/Logo/SubBrandDerivTechBlackIcon.tsx
index 9f4bf21840..d955eae346 100644
--- a/src/react/Logo/SubBrandDerivTechBlackIcon.tsx
+++ b/src/react/Logo/SubBrandDerivTechBlackIcon.tsx
@@ -22,7 +22,7 @@ const SubBrandDerivTechBlackIcon = (
-
+
diff --git a/src/react/Logo/SubBrandDerivTechBrandDarkIcon.tsx b/src/react/Logo/SubBrandDerivTechBrandDarkIcon.tsx
index 0afc8c770c..5963dafd94 100644
--- a/src/react/Logo/SubBrandDerivTechBrandDarkIcon.tsx
+++ b/src/react/Logo/SubBrandDerivTechBrandDarkIcon.tsx
@@ -29,7 +29,7 @@ const SubBrandDerivTechBrandDarkIcon = (
/>
-
+
diff --git a/src/react/Logo/SubBrandDerivTechBrandLightIcon.tsx b/src/react/Logo/SubBrandDerivTechBrandLightIcon.tsx
index 4acdc1d91c..51deccb54b 100644
--- a/src/react/Logo/SubBrandDerivTechBrandLightIcon.tsx
+++ b/src/react/Logo/SubBrandDerivTechBrandLightIcon.tsx
@@ -29,7 +29,7 @@ const SubBrandDerivTechBrandLightIcon = (
/>
-
+
diff --git a/src/react/Logo/SubBrandDerivTechWhiteIcon.tsx b/src/react/Logo/SubBrandDerivTechWhiteIcon.tsx
index 43831fad61..34c34bee90 100644
--- a/src/react/Logo/SubBrandDerivTechWhiteIcon.tsx
+++ b/src/react/Logo/SubBrandDerivTechWhiteIcon.tsx
@@ -22,7 +22,7 @@ const SubBrandDerivTechWhiteIcon = (
-
+
diff --git a/src/react/Markets/MarketCommodityAluminiumusdIcon.tsx b/src/react/Markets/MarketCommodityAluminiumusdIcon.tsx
index ec8c4d2677..2bba3fbf36 100644
--- a/src/react/Markets/MarketCommodityAluminiumusdIcon.tsx
+++ b/src/react/Markets/MarketCommodityAluminiumusdIcon.tsx
@@ -20,7 +20,7 @@ export const MarketCommodityAluminiumusdIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketCommodityCopperusdIcon.tsx b/src/react/Markets/MarketCommodityCopperusdIcon.tsx
index a969c7d996..7d686b56cd 100644
--- a/src/react/Markets/MarketCommodityCopperusdIcon.tsx
+++ b/src/react/Markets/MarketCommodityCopperusdIcon.tsx
@@ -20,7 +20,7 @@ export const MarketCommodityCopperusdIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketCommodityGoldeurIcon.tsx b/src/react/Markets/MarketCommodityGoldeurIcon.tsx
index b9425ef775..ac44aec43e 100644
--- a/src/react/Markets/MarketCommodityGoldeurIcon.tsx
+++ b/src/react/Markets/MarketCommodityGoldeurIcon.tsx
@@ -20,7 +20,7 @@ export const MarketCommodityGoldeurIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketCommodityGoldusdIcon.tsx b/src/react/Markets/MarketCommodityGoldusdIcon.tsx
index 71bdc6b0ff..1a296fb0ef 100644
--- a/src/react/Markets/MarketCommodityGoldusdIcon.tsx
+++ b/src/react/Markets/MarketCommodityGoldusdIcon.tsx
@@ -20,7 +20,7 @@ export const MarketCommodityGoldusdIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketCommodityLeadusdIcon.tsx b/src/react/Markets/MarketCommodityLeadusdIcon.tsx
index 950eb66570..72c0425643 100644
--- a/src/react/Markets/MarketCommodityLeadusdIcon.tsx
+++ b/src/react/Markets/MarketCommodityLeadusdIcon.tsx
@@ -20,7 +20,7 @@ export const MarketCommodityLeadusdIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketCommodityNickelusdIcon.tsx b/src/react/Markets/MarketCommodityNickelusdIcon.tsx
index a8a2798f19..233535c5be 100644
--- a/src/react/Markets/MarketCommodityNickelusdIcon.tsx
+++ b/src/react/Markets/MarketCommodityNickelusdIcon.tsx
@@ -20,7 +20,7 @@ export const MarketCommodityNickelusdIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketCommodityPalladiumusdIcon.tsx b/src/react/Markets/MarketCommodityPalladiumusdIcon.tsx
index d7673b60c2..2acf059bf7 100644
--- a/src/react/Markets/MarketCommodityPalladiumusdIcon.tsx
+++ b/src/react/Markets/MarketCommodityPalladiumusdIcon.tsx
@@ -20,7 +20,7 @@ export const MarketCommodityPalladiumusdIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketCommodityPlatinumusdIcon.tsx b/src/react/Markets/MarketCommodityPlatinumusdIcon.tsx
index 8efb894a04..7201ea2702 100644
--- a/src/react/Markets/MarketCommodityPlatinumusdIcon.tsx
+++ b/src/react/Markets/MarketCommodityPlatinumusdIcon.tsx
@@ -20,7 +20,7 @@ export const MarketCommodityPlatinumusdIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketCommoditySilvereurIcon.tsx b/src/react/Markets/MarketCommoditySilvereurIcon.tsx
index 4d0af00378..9bd04b407b 100644
--- a/src/react/Markets/MarketCommoditySilvereurIcon.tsx
+++ b/src/react/Markets/MarketCommoditySilvereurIcon.tsx
@@ -20,7 +20,7 @@ export const MarketCommoditySilvereurIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketCommoditySilverusdIcon.tsx b/src/react/Markets/MarketCommoditySilverusdIcon.tsx
index fe3716067e..d6159f9ba0 100644
--- a/src/react/Markets/MarketCommoditySilverusdIcon.tsx
+++ b/src/react/Markets/MarketCommoditySilverusdIcon.tsx
@@ -20,7 +20,7 @@ export const MarketCommoditySilverusdIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketCommodityZincusdIcon.tsx b/src/react/Markets/MarketCommodityZincusdIcon.tsx
index f3d07baf89..9c1a5ef913 100644
--- a/src/react/Markets/MarketCommodityZincusdIcon.tsx
+++ b/src/react/Markets/MarketCommodityZincusdIcon.tsx
@@ -20,7 +20,7 @@ export const MarketCommodityZincusdIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketCryptocurrencyAdausdIcon.tsx b/src/react/Markets/MarketCryptocurrencyAdausdIcon.tsx
index 8b4a84a837..034f554476 100644
--- a/src/react/Markets/MarketCryptocurrencyAdausdIcon.tsx
+++ b/src/react/Markets/MarketCryptocurrencyAdausdIcon.tsx
@@ -20,7 +20,7 @@ export const MarketCryptocurrencyAdausdIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketCryptocurrencyAlgusdIcon.tsx b/src/react/Markets/MarketCryptocurrencyAlgusdIcon.tsx
index 0f9a476a02..8ae9d521ba 100644
--- a/src/react/Markets/MarketCryptocurrencyAlgusdIcon.tsx
+++ b/src/react/Markets/MarketCryptocurrencyAlgusdIcon.tsx
@@ -20,7 +20,7 @@ export const MarketCryptocurrencyAlgusdIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketCryptocurrencyBatusdIcon.tsx b/src/react/Markets/MarketCryptocurrencyBatusdIcon.tsx
index 580862f800..d47eb47890 100644
--- a/src/react/Markets/MarketCryptocurrencyBatusdIcon.tsx
+++ b/src/react/Markets/MarketCryptocurrencyBatusdIcon.tsx
@@ -20,7 +20,7 @@ export const MarketCryptocurrencyBatusdIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketCryptocurrencyDogusdIcon.tsx b/src/react/Markets/MarketCryptocurrencyDogusdIcon.tsx
index 51895012d4..d0e1bf001f 100644
--- a/src/react/Markets/MarketCryptocurrencyDogusdIcon.tsx
+++ b/src/react/Markets/MarketCryptocurrencyDogusdIcon.tsx
@@ -20,7 +20,7 @@ export const MarketCryptocurrencyDogusdIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketCryptocurrencyDotusdIcon.tsx b/src/react/Markets/MarketCryptocurrencyDotusdIcon.tsx
index 5750e99524..53f4ff180b 100644
--- a/src/react/Markets/MarketCryptocurrencyDotusdIcon.tsx
+++ b/src/react/Markets/MarketCryptocurrencyDotusdIcon.tsx
@@ -20,7 +20,7 @@ export const MarketCryptocurrencyDotusdIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketCryptocurrencyDshusdIcon.tsx b/src/react/Markets/MarketCryptocurrencyDshusdIcon.tsx
index e243d22ded..c393656de8 100644
--- a/src/react/Markets/MarketCryptocurrencyDshusdIcon.tsx
+++ b/src/react/Markets/MarketCryptocurrencyDshusdIcon.tsx
@@ -20,7 +20,7 @@ export const MarketCryptocurrencyDshusdIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketCryptocurrencyEtcusdIcon.tsx b/src/react/Markets/MarketCryptocurrencyEtcusdIcon.tsx
index 22439aa6c9..01ceafbfe9 100644
--- a/src/react/Markets/MarketCryptocurrencyEtcusdIcon.tsx
+++ b/src/react/Markets/MarketCryptocurrencyEtcusdIcon.tsx
@@ -20,7 +20,7 @@ export const MarketCryptocurrencyEtcusdIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketCryptocurrencyFilusdIcon.tsx b/src/react/Markets/MarketCryptocurrencyFilusdIcon.tsx
index fd10ef678a..f044dbdc3f 100644
--- a/src/react/Markets/MarketCryptocurrencyFilusdIcon.tsx
+++ b/src/react/Markets/MarketCryptocurrencyFilusdIcon.tsx
@@ -20,7 +20,7 @@ export const MarketCryptocurrencyFilusdIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketCryptocurrencyLnkusdIcon.tsx b/src/react/Markets/MarketCryptocurrencyLnkusdIcon.tsx
index 3889a8c0b7..e9f7a85227 100644
--- a/src/react/Markets/MarketCryptocurrencyLnkusdIcon.tsx
+++ b/src/react/Markets/MarketCryptocurrencyLnkusdIcon.tsx
@@ -20,7 +20,7 @@ export const MarketCryptocurrencyLnkusdIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketCryptocurrencyMkrusdIcon.tsx b/src/react/Markets/MarketCryptocurrencyMkrusdIcon.tsx
index 7784c376c2..0dabc38e3d 100644
--- a/src/react/Markets/MarketCryptocurrencyMkrusdIcon.tsx
+++ b/src/react/Markets/MarketCryptocurrencyMkrusdIcon.tsx
@@ -20,10 +20,10 @@ export const MarketCryptocurrencyMkrusdIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketCryptocurrencyMtcusdIcon.tsx b/src/react/Markets/MarketCryptocurrencyMtcusdIcon.tsx
index 4fbb3fe850..140ca1ae87 100644
--- a/src/react/Markets/MarketCryptocurrencyMtcusdIcon.tsx
+++ b/src/react/Markets/MarketCryptocurrencyMtcusdIcon.tsx
@@ -20,7 +20,7 @@ export const MarketCryptocurrencyMtcusdIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketCryptocurrencySolusdIcon.tsx b/src/react/Markets/MarketCryptocurrencySolusdIcon.tsx
index 3353cbcf2e..b0b2aeab76 100644
--- a/src/react/Markets/MarketCryptocurrencySolusdIcon.tsx
+++ b/src/react/Markets/MarketCryptocurrencySolusdIcon.tsx
@@ -20,18 +20,18 @@ export const MarketCryptocurrencySolusdIcon = (
{...props}
>
{title ? {title} : null}
-
+
@@ -56,7 +56,7 @@ export const MarketCryptocurrencySolusdIcon = (
/>
-
+
diff --git a/src/react/Markets/MarketCryptocurrencyUniusdIcon.tsx b/src/react/Markets/MarketCryptocurrencyUniusdIcon.tsx
index 16a8ecc6b4..3ee897f766 100644
--- a/src/react/Markets/MarketCryptocurrencyUniusdIcon.tsx
+++ b/src/react/Markets/MarketCryptocurrencyUniusdIcon.tsx
@@ -20,7 +20,7 @@ export const MarketCryptocurrencyUniusdIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketCryptocurrencyXtzusdIcon.tsx b/src/react/Markets/MarketCryptocurrencyXtzusdIcon.tsx
index 0a4b5b6ce2..7f635c740d 100644
--- a/src/react/Markets/MarketCryptocurrencyXtzusdIcon.tsx
+++ b/src/react/Markets/MarketCryptocurrencyXtzusdIcon.tsx
@@ -20,7 +20,7 @@ export const MarketCryptocurrencyXtzusdIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketDerivedBearIcon.tsx b/src/react/Markets/MarketDerivedBearIcon.tsx
index 7dd9df0d83..5fc02579b7 100644
--- a/src/react/Markets/MarketDerivedBearIcon.tsx
+++ b/src/react/Markets/MarketDerivedBearIcon.tsx
@@ -20,7 +20,7 @@ export const MarketDerivedBearIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketDerivedBullIcon.tsx b/src/react/Markets/MarketDerivedBullIcon.tsx
index 52eca0b65b..a09b6bd887 100644
--- a/src/react/Markets/MarketDerivedBullIcon.tsx
+++ b/src/react/Markets/MarketDerivedBullIcon.tsx
@@ -20,7 +20,7 @@ export const MarketDerivedBullIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketDerivedDex1500dnIcon.tsx b/src/react/Markets/MarketDerivedDex1500dnIcon.tsx
index bb8e250895..384b02c73f 100644
--- a/src/react/Markets/MarketDerivedDex1500dnIcon.tsx
+++ b/src/react/Markets/MarketDerivedDex1500dnIcon.tsx
@@ -20,7 +20,7 @@ export const MarketDerivedDex1500dnIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketDerivedDex1500upIcon.tsx b/src/react/Markets/MarketDerivedDex1500upIcon.tsx
index d2ac0202f2..b8df1ba2df 100644
--- a/src/react/Markets/MarketDerivedDex1500upIcon.tsx
+++ b/src/react/Markets/MarketDerivedDex1500upIcon.tsx
@@ -20,7 +20,7 @@ export const MarketDerivedDex1500upIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketDerivedDex600dnIcon.tsx b/src/react/Markets/MarketDerivedDex600dnIcon.tsx
index 1fb68a5643..8d482e519b 100644
--- a/src/react/Markets/MarketDerivedDex600dnIcon.tsx
+++ b/src/react/Markets/MarketDerivedDex600dnIcon.tsx
@@ -20,7 +20,7 @@ export const MarketDerivedDex600dnIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketDerivedDex600upIcon.tsx b/src/react/Markets/MarketDerivedDex600upIcon.tsx
index 6d6a8c9a9e..743db1d51f 100644
--- a/src/react/Markets/MarketDerivedDex600upIcon.tsx
+++ b/src/react/Markets/MarketDerivedDex600upIcon.tsx
@@ -20,7 +20,7 @@ export const MarketDerivedDex600upIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketDerivedDex900dnIcon.tsx b/src/react/Markets/MarketDerivedDex900dnIcon.tsx
index 6bcca9f2ed..d37ac30b3e 100644
--- a/src/react/Markets/MarketDerivedDex900dnIcon.tsx
+++ b/src/react/Markets/MarketDerivedDex900dnIcon.tsx
@@ -20,7 +20,7 @@ export const MarketDerivedDex900dnIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketDerivedDex900upIcon.tsx b/src/react/Markets/MarketDerivedDex900upIcon.tsx
index af7ed53eef..8a9555a261 100644
--- a/src/react/Markets/MarketDerivedDex900upIcon.tsx
+++ b/src/react/Markets/MarketDerivedDex900upIcon.tsx
@@ -20,7 +20,7 @@ export const MarketDerivedDex900upIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketDerivedGoldBasketIcon.tsx b/src/react/Markets/MarketDerivedGoldBasketIcon.tsx
index e9516655cb..6c39bc7f0b 100644
--- a/src/react/Markets/MarketDerivedGoldBasketIcon.tsx
+++ b/src/react/Markets/MarketDerivedGoldBasketIcon.tsx
@@ -23,7 +23,7 @@ export const MarketDerivedGoldBasketIcon = (
-
+
-
+
diff --git a/src/react/Markets/MarketMetalAluminiumIcon.tsx b/src/react/Markets/MarketMetalAluminiumIcon.tsx
index 565016c66b..0b90f3c24b 100644
--- a/src/react/Markets/MarketMetalAluminiumIcon.tsx
+++ b/src/react/Markets/MarketMetalAluminiumIcon.tsx
@@ -20,7 +20,7 @@ export const MarketMetalAluminiumIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketMetalCopperIcon.tsx b/src/react/Markets/MarketMetalCopperIcon.tsx
index e691d03943..e576e7a24a 100644
--- a/src/react/Markets/MarketMetalCopperIcon.tsx
+++ b/src/react/Markets/MarketMetalCopperIcon.tsx
@@ -20,7 +20,7 @@ export const MarketMetalCopperIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketMetalGoldIcon.tsx b/src/react/Markets/MarketMetalGoldIcon.tsx
index 8f7a26e026..a156aa7c66 100644
--- a/src/react/Markets/MarketMetalGoldIcon.tsx
+++ b/src/react/Markets/MarketMetalGoldIcon.tsx
@@ -20,7 +20,7 @@ export const MarketMetalGoldIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketMetalLeadIcon.tsx b/src/react/Markets/MarketMetalLeadIcon.tsx
index a60c3613a7..bafb7ce7d1 100644
--- a/src/react/Markets/MarketMetalLeadIcon.tsx
+++ b/src/react/Markets/MarketMetalLeadIcon.tsx
@@ -20,7 +20,7 @@ export const MarketMetalLeadIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketMetalNickelIcon.tsx b/src/react/Markets/MarketMetalNickelIcon.tsx
index 46565b653d..cbc304c5d2 100644
--- a/src/react/Markets/MarketMetalNickelIcon.tsx
+++ b/src/react/Markets/MarketMetalNickelIcon.tsx
@@ -20,7 +20,7 @@ export const MarketMetalNickelIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketMetalPalladiumIcon.tsx b/src/react/Markets/MarketMetalPalladiumIcon.tsx
index 789fa2bea5..34c17f8603 100644
--- a/src/react/Markets/MarketMetalPalladiumIcon.tsx
+++ b/src/react/Markets/MarketMetalPalladiumIcon.tsx
@@ -20,7 +20,7 @@ export const MarketMetalPalladiumIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketMetalPlatinumIcon.tsx b/src/react/Markets/MarketMetalPlatinumIcon.tsx
index b6ab24966d..db80659824 100644
--- a/src/react/Markets/MarketMetalPlatinumIcon.tsx
+++ b/src/react/Markets/MarketMetalPlatinumIcon.tsx
@@ -20,7 +20,7 @@ export const MarketMetalPlatinumIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketMetalSilverIcon.tsx b/src/react/Markets/MarketMetalSilverIcon.tsx
index 0f1b08b6c1..d2261fe331 100644
--- a/src/react/Markets/MarketMetalSilverIcon.tsx
+++ b/src/react/Markets/MarketMetalSilverIcon.tsx
@@ -20,7 +20,7 @@ export const MarketMetalSilverIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketMetalZincIcon.tsx b/src/react/Markets/MarketMetalZincIcon.tsx
index f15ea68c5a..2905659c02 100644
--- a/src/react/Markets/MarketMetalZincIcon.tsx
+++ b/src/react/Markets/MarketMetalZincIcon.tsx
@@ -20,7 +20,7 @@ export const MarketMetalZincIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksAdidasSalomonIcon.tsx b/src/react/Markets/MarketStocksAdidasSalomonIcon.tsx
index 81a8b90ae8..2bd6f043ef 100644
--- a/src/react/Markets/MarketStocksAdidasSalomonIcon.tsx
+++ b/src/react/Markets/MarketStocksAdidasSalomonIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksAdidasSalomonIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksAdvancedMicroDevicesIcon.tsx b/src/react/Markets/MarketStocksAdvancedMicroDevicesIcon.tsx
index 8c7927d1d3..c33e635e55 100644
--- a/src/react/Markets/MarketStocksAdvancedMicroDevicesIcon.tsx
+++ b/src/react/Markets/MarketStocksAdvancedMicroDevicesIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksAdvancedMicroDevicesIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksAirFranceIcon.tsx b/src/react/Markets/MarketStocksAirFranceIcon.tsx
index 2deb0d2b7f..c9aa1bd8c8 100644
--- a/src/react/Markets/MarketStocksAirFranceIcon.tsx
+++ b/src/react/Markets/MarketStocksAirFranceIcon.tsx
@@ -20,13 +20,13 @@ export const MarketStocksAirFranceIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksAirbnbIcon.tsx b/src/react/Markets/MarketStocksAirbnbIcon.tsx
index d700aa29f2..b7044da7ab 100644
--- a/src/react/Markets/MarketStocksAirbnbIcon.tsx
+++ b/src/react/Markets/MarketStocksAirbnbIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksAirbnbIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksAirbusIcon.tsx b/src/react/Markets/MarketStocksAirbusIcon.tsx
index d7dce3e47c..7c41cf9cab 100644
--- a/src/react/Markets/MarketStocksAirbusIcon.tsx
+++ b/src/react/Markets/MarketStocksAirbusIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksAirbusIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksAlibabaIcon.tsx b/src/react/Markets/MarketStocksAlibabaIcon.tsx
index 284b56e18c..c61d790f2f 100644
--- a/src/react/Markets/MarketStocksAlibabaIcon.tsx
+++ b/src/react/Markets/MarketStocksAlibabaIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksAlibabaIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksAlphabetIcon.tsx b/src/react/Markets/MarketStocksAlphabetIcon.tsx
index e73fd2e4fd..65080af938 100644
--- a/src/react/Markets/MarketStocksAlphabetIcon.tsx
+++ b/src/react/Markets/MarketStocksAlphabetIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksAlphabetIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksAmazonIcon.tsx b/src/react/Markets/MarketStocksAmazonIcon.tsx
index ddcca67744..197a898806 100644
--- a/src/react/Markets/MarketStocksAmazonIcon.tsx
+++ b/src/react/Markets/MarketStocksAmazonIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksAmazonIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksAmericanAirlinesIcon.tsx b/src/react/Markets/MarketStocksAmericanAirlinesIcon.tsx
index e1830cc6c8..293f9ac045 100644
--- a/src/react/Markets/MarketStocksAmericanAirlinesIcon.tsx
+++ b/src/react/Markets/MarketStocksAmericanAirlinesIcon.tsx
@@ -20,31 +20,31 @@ export const MarketStocksAmericanAirlinesIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksAmericanInternationalGroupIcon.tsx b/src/react/Markets/MarketStocksAmericanInternationalGroupIcon.tsx
index 96134ee43e..a25203aad8 100644
--- a/src/react/Markets/MarketStocksAmericanInternationalGroupIcon.tsx
+++ b/src/react/Markets/MarketStocksAmericanInternationalGroupIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksAmericanInternationalGroupIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksAppleIcon.tsx b/src/react/Markets/MarketStocksAppleIcon.tsx
index 72bf63c1f7..fe70267033 100644
--- a/src/react/Markets/MarketStocksAppleIcon.tsx
+++ b/src/react/Markets/MarketStocksAppleIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksAppleIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksBankOfAmericaIcon.tsx b/src/react/Markets/MarketStocksBankOfAmericaIcon.tsx
index a6da70d677..edd28e9ae5 100644
--- a/src/react/Markets/MarketStocksBankOfAmericaIcon.tsx
+++ b/src/react/Markets/MarketStocksBankOfAmericaIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksBankOfAmericaIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksBayerIcon.tsx b/src/react/Markets/MarketStocksBayerIcon.tsx
index 0736fed2de..6d0f12c0a0 100644
--- a/src/react/Markets/MarketStocksBayerIcon.tsx
+++ b/src/react/Markets/MarketStocksBayerIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksBayerIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksBiogenIcon.tsx b/src/react/Markets/MarketStocksBiogenIcon.tsx
index 50b995ee67..3fdd7b8ea3 100644
--- a/src/react/Markets/MarketStocksBiogenIcon.tsx
+++ b/src/react/Markets/MarketStocksBiogenIcon.tsx
@@ -20,35 +20,35 @@ export const MarketStocksBiogenIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksBmwIcon.tsx b/src/react/Markets/MarketStocksBmwIcon.tsx
index 9e9fda1b5b..440be1aa47 100644
--- a/src/react/Markets/MarketStocksBmwIcon.tsx
+++ b/src/react/Markets/MarketStocksBmwIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksBmwIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksBoeingIcon.tsx b/src/react/Markets/MarketStocksBoeingIcon.tsx
index bc93c1de81..5779796596 100644
--- a/src/react/Markets/MarketStocksBoeingIcon.tsx
+++ b/src/react/Markets/MarketStocksBoeingIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksBoeingIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksCiscoIcon.tsx b/src/react/Markets/MarketStocksCiscoIcon.tsx
index 0d7164419f..fc11ac8b3e 100644
--- a/src/react/Markets/MarketStocksCiscoIcon.tsx
+++ b/src/react/Markets/MarketStocksCiscoIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksCiscoIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksCitigroupIcon.tsx b/src/react/Markets/MarketStocksCitigroupIcon.tsx
index 1de7254494..5c32b4092a 100644
--- a/src/react/Markets/MarketStocksCitigroupIcon.tsx
+++ b/src/react/Markets/MarketStocksCitigroupIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksCitigroupIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksCocacolaIcon.tsx b/src/react/Markets/MarketStocksCocacolaIcon.tsx
index 0f762d08b4..f7bce9f28e 100644
--- a/src/react/Markets/MarketStocksCocacolaIcon.tsx
+++ b/src/react/Markets/MarketStocksCocacolaIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksCocacolaIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksContinentalIcon.tsx b/src/react/Markets/MarketStocksContinentalIcon.tsx
index bd75c2880f..0e28b246a4 100644
--- a/src/react/Markets/MarketStocksContinentalIcon.tsx
+++ b/src/react/Markets/MarketStocksContinentalIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksContinentalIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksDeltaAirLinesIcon.tsx b/src/react/Markets/MarketStocksDeltaAirLinesIcon.tsx
index f5ac075c56..c39f5c69bb 100644
--- a/src/react/Markets/MarketStocksDeltaAirLinesIcon.tsx
+++ b/src/react/Markets/MarketStocksDeltaAirLinesIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksDeltaAirLinesIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksDeutscheBankIcon.tsx b/src/react/Markets/MarketStocksDeutscheBankIcon.tsx
index 5d9aea060c..b0c14e61be 100644
--- a/src/react/Markets/MarketStocksDeutscheBankIcon.tsx
+++ b/src/react/Markets/MarketStocksDeutscheBankIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksDeutscheBankIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksDeutscheLufthansaIcon.tsx b/src/react/Markets/MarketStocksDeutscheLufthansaIcon.tsx
index 4f181f5a01..8a2bdd436c 100644
--- a/src/react/Markets/MarketStocksDeutscheLufthansaIcon.tsx
+++ b/src/react/Markets/MarketStocksDeutscheLufthansaIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksDeutscheLufthansaIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksEbayIcon.tsx b/src/react/Markets/MarketStocksEbayIcon.tsx
index df471ca9d6..6a2f58ce15 100644
--- a/src/react/Markets/MarketStocksEbayIcon.tsx
+++ b/src/react/Markets/MarketStocksEbayIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksEbayIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksFedexIcon.tsx b/src/react/Markets/MarketStocksFedexIcon.tsx
index e506cd1ab6..865bd673ce 100644
--- a/src/react/Markets/MarketStocksFedexIcon.tsx
+++ b/src/react/Markets/MarketStocksFedexIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksFedexIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksFoxIcon.tsx b/src/react/Markets/MarketStocksFoxIcon.tsx
index 31fd8bbbfb..54a48e6fc2 100644
--- a/src/react/Markets/MarketStocksFoxIcon.tsx
+++ b/src/react/Markets/MarketStocksFoxIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksFoxIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksGeneralMotorsIcon.tsx b/src/react/Markets/MarketStocksGeneralMotorsIcon.tsx
index 129b638948..038988d6ce 100644
--- a/src/react/Markets/MarketStocksGeneralMotorsIcon.tsx
+++ b/src/react/Markets/MarketStocksGeneralMotorsIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksGeneralMotorsIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksGoldmanSacsIcon.tsx b/src/react/Markets/MarketStocksGoldmanSacsIcon.tsx
index 3a6b61699c..111437b33f 100644
--- a/src/react/Markets/MarketStocksGoldmanSacsIcon.tsx
+++ b/src/react/Markets/MarketStocksGoldmanSacsIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksGoldmanSacsIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksHomeDepotIcon.tsx b/src/react/Markets/MarketStocksHomeDepotIcon.tsx
index cf76168a34..43022e98fb 100644
--- a/src/react/Markets/MarketStocksHomeDepotIcon.tsx
+++ b/src/react/Markets/MarketStocksHomeDepotIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksHomeDepotIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksHpIcon.tsx b/src/react/Markets/MarketStocksHpIcon.tsx
index a9e1152497..424c1342a4 100644
--- a/src/react/Markets/MarketStocksHpIcon.tsx
+++ b/src/react/Markets/MarketStocksHpIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksHpIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksHugoBossIcon.tsx b/src/react/Markets/MarketStocksHugoBossIcon.tsx
index 1b6df99769..090cd0b25a 100644
--- a/src/react/Markets/MarketStocksHugoBossIcon.tsx
+++ b/src/react/Markets/MarketStocksHugoBossIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksHugoBossIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksIbmIcon.tsx b/src/react/Markets/MarketStocksIbmIcon.tsx
index 6e397e0687..4f916d5bbd 100644
--- a/src/react/Markets/MarketStocksIbmIcon.tsx
+++ b/src/react/Markets/MarketStocksIbmIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksIbmIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksIntelIcon.tsx b/src/react/Markets/MarketStocksIntelIcon.tsx
index e92169a693..a406613780 100644
--- a/src/react/Markets/MarketStocksIntelIcon.tsx
+++ b/src/react/Markets/MarketStocksIntelIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksIntelIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksJohnsonAndJohnsonIcon.tsx b/src/react/Markets/MarketStocksJohnsonAndJohnsonIcon.tsx
index 68c0cfc6d3..4f7c65d20c 100644
--- a/src/react/Markets/MarketStocksJohnsonAndJohnsonIcon.tsx
+++ b/src/react/Markets/MarketStocksJohnsonAndJohnsonIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksJohnsonAndJohnsonIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksJpMorganChaseIcon.tsx b/src/react/Markets/MarketStocksJpMorganChaseIcon.tsx
index 093d0db7f2..5668164e58 100644
--- a/src/react/Markets/MarketStocksJpMorganChaseIcon.tsx
+++ b/src/react/Markets/MarketStocksJpMorganChaseIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksJpMorganChaseIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksMastercardIcon.tsx b/src/react/Markets/MarketStocksMastercardIcon.tsx
index 1b6fe9c527..f2a9ebb26f 100644
--- a/src/react/Markets/MarketStocksMastercardIcon.tsx
+++ b/src/react/Markets/MarketStocksMastercardIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksMastercardIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksMcdonaldsIcon.tsx b/src/react/Markets/MarketStocksMcdonaldsIcon.tsx
index c44cee42db..05d8ad9311 100644
--- a/src/react/Markets/MarketStocksMcdonaldsIcon.tsx
+++ b/src/react/Markets/MarketStocksMcdonaldsIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksMcdonaldsIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksMetaIcon.tsx b/src/react/Markets/MarketStocksMetaIcon.tsx
index a5ac70f7e2..6ac250287d 100644
--- a/src/react/Markets/MarketStocksMetaIcon.tsx
+++ b/src/react/Markets/MarketStocksMetaIcon.tsx
@@ -20,19 +20,19 @@ export const MarketStocksMetaIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksMicrosoftIcon.tsx b/src/react/Markets/MarketStocksMicrosoftIcon.tsx
index 2541ff4a67..8222b05cbe 100644
--- a/src/react/Markets/MarketStocksMicrosoftIcon.tsx
+++ b/src/react/Markets/MarketStocksMicrosoftIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksMicrosoftIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksModernaIcon.tsx b/src/react/Markets/MarketStocksModernaIcon.tsx
index 8c247f16eb..467a6155f0 100644
--- a/src/react/Markets/MarketStocksModernaIcon.tsx
+++ b/src/react/Markets/MarketStocksModernaIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksModernaIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksNestleIcon.tsx b/src/react/Markets/MarketStocksNestleIcon.tsx
index ddf120bbcf..e82aec7f13 100644
--- a/src/react/Markets/MarketStocksNestleIcon.tsx
+++ b/src/react/Markets/MarketStocksNestleIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksNestleIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksNetflixIcon.tsx b/src/react/Markets/MarketStocksNetflixIcon.tsx
index c0b00641c0..823ce0bb6e 100644
--- a/src/react/Markets/MarketStocksNetflixIcon.tsx
+++ b/src/react/Markets/MarketStocksNetflixIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksNetflixIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksNikeIcon.tsx b/src/react/Markets/MarketStocksNikeIcon.tsx
index 3ec91b9981..26db01123d 100644
--- a/src/react/Markets/MarketStocksNikeIcon.tsx
+++ b/src/react/Markets/MarketStocksNikeIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksNikeIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksNovartisIcon.tsx b/src/react/Markets/MarketStocksNovartisIcon.tsx
index 4bb11507da..0e27c1d27f 100644
--- a/src/react/Markets/MarketStocksNovartisIcon.tsx
+++ b/src/react/Markets/MarketStocksNovartisIcon.tsx
@@ -20,20 +20,20 @@ export const MarketStocksNovartisIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksNvidiaIcon.tsx b/src/react/Markets/MarketStocksNvidiaIcon.tsx
index ce3deaf774..8e366dd7a7 100644
--- a/src/react/Markets/MarketStocksNvidiaIcon.tsx
+++ b/src/react/Markets/MarketStocksNvidiaIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksNvidiaIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksPaypalIcon.tsx b/src/react/Markets/MarketStocksPaypalIcon.tsx
index d8bc52c986..27812bff49 100644
--- a/src/react/Markets/MarketStocksPaypalIcon.tsx
+++ b/src/react/Markets/MarketStocksPaypalIcon.tsx
@@ -20,13 +20,13 @@ export const MarketStocksPaypalIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksPepsicoIcon.tsx b/src/react/Markets/MarketStocksPepsicoIcon.tsx
index 8f9d017333..f6104f68ba 100644
--- a/src/react/Markets/MarketStocksPepsicoIcon.tsx
+++ b/src/react/Markets/MarketStocksPepsicoIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksPepsicoIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksPfizerIcon.tsx b/src/react/Markets/MarketStocksPfizerIcon.tsx
index 8a5207bc74..ecc17e765d 100644
--- a/src/react/Markets/MarketStocksPfizerIcon.tsx
+++ b/src/react/Markets/MarketStocksPfizerIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksPfizerIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksPorscheIcon.tsx b/src/react/Markets/MarketStocksPorscheIcon.tsx
index 695b9efdac..38b339f993 100644
--- a/src/react/Markets/MarketStocksPorscheIcon.tsx
+++ b/src/react/Markets/MarketStocksPorscheIcon.tsx
@@ -20,13 +20,13 @@ export const MarketStocksPorscheIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksProcterAndGambleIcon.tsx b/src/react/Markets/MarketStocksProcterAndGambleIcon.tsx
index 898fbf8576..152cdc1294 100644
--- a/src/react/Markets/MarketStocksProcterAndGambleIcon.tsx
+++ b/src/react/Markets/MarketStocksProcterAndGambleIcon.tsx
@@ -20,13 +20,13 @@ export const MarketStocksProcterAndGambleIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksPumaIcon.tsx b/src/react/Markets/MarketStocksPumaIcon.tsx
index 402d9eeede..2ba36fdc91 100644
--- a/src/react/Markets/MarketStocksPumaIcon.tsx
+++ b/src/react/Markets/MarketStocksPumaIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksPumaIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksSalesforceIcon.tsx b/src/react/Markets/MarketStocksSalesforceIcon.tsx
index 30d56359d4..35a0b8f81c 100644
--- a/src/react/Markets/MarketStocksSalesforceIcon.tsx
+++ b/src/react/Markets/MarketStocksSalesforceIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksSalesforceIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksSonyIcon.tsx b/src/react/Markets/MarketStocksSonyIcon.tsx
index 72654cfd25..715c6bdbcd 100644
--- a/src/react/Markets/MarketStocksSonyIcon.tsx
+++ b/src/react/Markets/MarketStocksSonyIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksSonyIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksTeslaIcon.tsx b/src/react/Markets/MarketStocksTeslaIcon.tsx
index 1c6b68ed3d..73cd54560b 100644
--- a/src/react/Markets/MarketStocksTeslaIcon.tsx
+++ b/src/react/Markets/MarketStocksTeslaIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksTeslaIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksTevaIcon.tsx b/src/react/Markets/MarketStocksTevaIcon.tsx
index d922680f6c..6c669edc15 100644
--- a/src/react/Markets/MarketStocksTevaIcon.tsx
+++ b/src/react/Markets/MarketStocksTevaIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksTevaIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksTwitterIcon.tsx b/src/react/Markets/MarketStocksTwitterIcon.tsx
index 171663d9c6..a798a1eca3 100644
--- a/src/react/Markets/MarketStocksTwitterIcon.tsx
+++ b/src/react/Markets/MarketStocksTwitterIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksTwitterIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksUberIcon.tsx b/src/react/Markets/MarketStocksUberIcon.tsx
index 2389c31748..4f96167a77 100644
--- a/src/react/Markets/MarketStocksUberIcon.tsx
+++ b/src/react/Markets/MarketStocksUberIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksUberIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksVisaIcon.tsx b/src/react/Markets/MarketStocksVisaIcon.tsx
index 96bb6abba1..c31b18f079 100644
--- a/src/react/Markets/MarketStocksVisaIcon.tsx
+++ b/src/react/Markets/MarketStocksVisaIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksVisaIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksWalmartIcon.tsx b/src/react/Markets/MarketStocksWalmartIcon.tsx
index de6b6bd02d..6cddfbfefc 100644
--- a/src/react/Markets/MarketStocksWalmartIcon.tsx
+++ b/src/react/Markets/MarketStocksWalmartIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksWalmartIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksWaltDisneyIcon.tsx b/src/react/Markets/MarketStocksWaltDisneyIcon.tsx
index dbd262ff82..9d60dcd762 100644
--- a/src/react/Markets/MarketStocksWaltDisneyIcon.tsx
+++ b/src/react/Markets/MarketStocksWaltDisneyIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksWaltDisneyIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Markets/MarketStocksZoomIcon.tsx b/src/react/Markets/MarketStocksZoomIcon.tsx
index a6c6aaacb5..e482698b4e 100644
--- a/src/react/Markets/MarketStocksZoomIcon.tsx
+++ b/src/react/Markets/MarketStocksZoomIcon.tsx
@@ -20,7 +20,7 @@ export const MarketStocksZoomIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/PaymentMethods/PaymentMethodDiscoverBrandDarkIcon.tsx b/src/react/PaymentMethods/PaymentMethodDiscoverBrandDarkIcon.tsx
index c66e8a2dc6..fe71a2c5f0 100644
--- a/src/react/PaymentMethods/PaymentMethodDiscoverBrandDarkIcon.tsx
+++ b/src/react/PaymentMethods/PaymentMethodDiscoverBrandDarkIcon.tsx
@@ -23,11 +23,11 @@ const PaymentMethodDiscoverBrandDarkIcon = (
d='M10.366 30.579H5v18.693h5.366a9.36 9.36 0 0 0 10.047-9.332c0-5.515-4.144-9.361-10.047-9.361m4.264 14.012c-1.163 1.044-2.624 1.49-4.98 1.49h-.983V33.77h.984c2.355 0 3.786.417 4.979 1.49a6.41 6.41 0 0 1 0 9.362zm7.453-14.012h3.637v18.663h-3.637zm12.521 7.185c-2.176-.805-2.832-1.342-2.832-2.385 0-1.163 1.163-2.057 2.713-2.057 1.103 0 1.998.477 2.952 1.52l1.908-2.474c-1.58-1.372-3.459-2.087-5.486-2.087-3.28 0-5.814 2.295-5.814 5.366 0 2.564 1.163 3.876 4.592 5.098 1.4.507 2.146.835 2.504 1.074a2.24 2.24 0 0 1 1.103 1.937c0 1.491-1.193 2.624-2.832 2.624-1.73 0-3.13-.895-3.965-2.504l-2.385 2.265c1.699 2.475 3.726 3.578 6.47 3.578 3.785 0 6.439-2.534 6.439-6.142 0-2.98-1.193-4.322-5.367-5.813m6.53 2.176a9.66 9.66 0 0 0 9.838 9.75c1.58 0 2.921-.299 4.561-1.104v-4.293c-1.43 1.49-2.743 2.057-4.382 2.057-3.667 0-6.261-2.683-6.261-6.44 0-3.577 2.683-6.41 6.082-6.41 1.759 0 3.07.597 4.59 2.087v-4.263a9.838 9.838 0 0 0-14.429 8.646zm43.288 3.19L79.443 30.58h-3.995l7.93 19.17h1.968l8.05-19.17H89.46zm10.643 6.142h10.316v-3.16h-6.679v-5.039h6.44v-3.19h-6.44V33.77h6.679v-3.19H95.065zm24.715-13.178c0-3.488-2.385-5.515-6.588-5.515h-5.397v18.693h3.638v-7.513h.477l5.038 7.513h4.472l-5.873-7.87c2.743-.567 4.233-2.446 4.233-5.308m-7.304 3.1h-1.043V33.53h1.103c2.265 0 3.518.954 3.518 2.773 0 1.878-1.253 2.892-3.578 2.892'
/>
{title ? {title} : null}
{title ? {title} : null}
{title ? {title} : null}
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Social/SocialAppleWhiteIcon.tsx b/src/react/Social/SocialAppleWhiteIcon.tsx
index 2155814e9a..481c1b598e 100644
--- a/src/react/Social/SocialAppleWhiteIcon.tsx
+++ b/src/react/Social/SocialAppleWhiteIcon.tsx
@@ -20,11 +20,11 @@ export const SocialAppleWhiteIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Social/SocialFacebookBlackIcon.tsx b/src/react/Social/SocialFacebookBlackIcon.tsx
index 8f8f792526..40149d24b9 100644
--- a/src/react/Social/SocialFacebookBlackIcon.tsx
+++ b/src/react/Social/SocialFacebookBlackIcon.tsx
@@ -20,7 +20,7 @@ export const SocialFacebookBlackIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Social/SocialFacebookBrandDarkIcon.tsx b/src/react/Social/SocialFacebookBrandDarkIcon.tsx
index f615e30bef..6a449ab330 100644
--- a/src/react/Social/SocialFacebookBrandDarkIcon.tsx
+++ b/src/react/Social/SocialFacebookBrandDarkIcon.tsx
@@ -20,7 +20,7 @@ export const SocialFacebookBrandDarkIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Social/SocialFacebookBrandIcon.tsx b/src/react/Social/SocialFacebookBrandIcon.tsx
index c7111ca2c8..8f187263b3 100644
--- a/src/react/Social/SocialFacebookBrandIcon.tsx
+++ b/src/react/Social/SocialFacebookBrandIcon.tsx
@@ -20,7 +20,7 @@ export const SocialFacebookBrandIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Social/SocialFacebookWhiteIcon.tsx b/src/react/Social/SocialFacebookWhiteIcon.tsx
index 5aceeaeace..28b204798a 100644
--- a/src/react/Social/SocialFacebookWhiteIcon.tsx
+++ b/src/react/Social/SocialFacebookWhiteIcon.tsx
@@ -20,7 +20,7 @@ export const SocialFacebookWhiteIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Social/SocialGoogleBlackIcon.tsx b/src/react/Social/SocialGoogleBlackIcon.tsx
index 3419852e35..90666b15be 100644
--- a/src/react/Social/SocialGoogleBlackIcon.tsx
+++ b/src/react/Social/SocialGoogleBlackIcon.tsx
@@ -20,14 +20,14 @@ export const SocialGoogleBlackIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Social/SocialGoogleBrandIcon.tsx b/src/react/Social/SocialGoogleBrandIcon.tsx
index b93fcb2858..220b1051b5 100644
--- a/src/react/Social/SocialGoogleBrandIcon.tsx
+++ b/src/react/Social/SocialGoogleBrandIcon.tsx
@@ -20,7 +20,7 @@ export const SocialGoogleBrandIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Social/SocialGoogleWhiteIcon.tsx b/src/react/Social/SocialGoogleWhiteIcon.tsx
index ea20fecff3..5b353017c7 100644
--- a/src/react/Social/SocialGoogleWhiteIcon.tsx
+++ b/src/react/Social/SocialGoogleWhiteIcon.tsx
@@ -20,14 +20,14 @@ export const SocialGoogleWhiteIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Social/SocialInstagramBrandIcon.tsx b/src/react/Social/SocialInstagramBrandIcon.tsx
index 7de4f63710..983acbf981 100644
--- a/src/react/Social/SocialInstagramBrandIcon.tsx
+++ b/src/react/Social/SocialInstagramBrandIcon.tsx
@@ -21,20 +21,20 @@ export const SocialInstagramBrandIcon = (
>
{title ? {title} : null}
{title ? {title} : null}
{title ? {title} : null}
-
+
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Social/SocialXTwitterWhiteIcon.tsx b/src/react/Social/SocialXTwitterWhiteIcon.tsx
index a215326a84..dccd843ebe 100644
--- a/src/react/Social/SocialXTwitterWhiteIcon.tsx
+++ b/src/react/Social/SocialXTwitterWhiteIcon.tsx
@@ -20,14 +20,14 @@ export const SocialXTwitterWhiteIcon = (
{...props}
>
{title ? {title} : null}
-
+
-
+
diff --git a/src/react/Standalone/StandalonePaperPlaneTopBoldIcon.tsx b/src/react/Standalone/StandalonePaperPlaneTopBoldIcon.tsx
new file mode 100644
index 0000000000..dd4efbad88
--- /dev/null
+++ b/src/react/Standalone/StandalonePaperPlaneTopBoldIcon.tsx
@@ -0,0 +1,26 @@
+import * as React from 'react';
+import { Ref, forwardRef } from 'react';
+import { QuillSvgProps, sizes } from '../../types';
+interface SVGRProps {
+ title?: string;
+ titleId?: string;
+}
+export const StandalonePaperPlaneTopBoldIcon = (
+ { iconSize = 'md', title, titleId, ...props }: QuillSvgProps & SVGRProps,
+ ref: Ref,
+) => (
+
+);
+const ForwardRef = forwardRef(StandalonePaperPlaneTopBoldIcon);
+export default ForwardRef;
diff --git a/src/react/Standalone/StandalonePaperPlaneTopFillIcon.tsx b/src/react/Standalone/StandalonePaperPlaneTopFillIcon.tsx
new file mode 100644
index 0000000000..bfbe3d65a1
--- /dev/null
+++ b/src/react/Standalone/StandalonePaperPlaneTopFillIcon.tsx
@@ -0,0 +1,26 @@
+import * as React from 'react';
+import { Ref, forwardRef } from 'react';
+import { QuillSvgProps, sizes } from '../../types';
+interface SVGRProps {
+ title?: string;
+ titleId?: string;
+}
+export const StandalonePaperPlaneTopFillIcon = (
+ { iconSize = 'md', title, titleId, ...props }: QuillSvgProps & SVGRProps,
+ ref: Ref,
+) => (
+
+);
+const ForwardRef = forwardRef(StandalonePaperPlaneTopFillIcon);
+export default ForwardRef;
diff --git a/src/react/Standalone/StandalonePaperPlaneTopRegularIcon.tsx b/src/react/Standalone/StandalonePaperPlaneTopRegularIcon.tsx
new file mode 100644
index 0000000000..0503518150
--- /dev/null
+++ b/src/react/Standalone/StandalonePaperPlaneTopRegularIcon.tsx
@@ -0,0 +1,26 @@
+import * as React from 'react';
+import { Ref, forwardRef } from 'react';
+import { QuillSvgProps, sizes } from '../../types';
+interface SVGRProps {
+ title?: string;
+ titleId?: string;
+}
+export const StandalonePaperPlaneTopRegularIcon = (
+ { iconSize = 'md', title, titleId, ...props }: QuillSvgProps & SVGRProps,
+ ref: Ref,
+) => (
+
+);
+const ForwardRef = forwardRef(StandalonePaperPlaneTopRegularIcon);
+export default ForwardRef;
diff --git a/src/react/Standalone/index.ts b/src/react/Standalone/index.ts
index 5f6e0a099c..1cc59388a5 100644
--- a/src/react/Standalone/index.ts
+++ b/src/react/Standalone/index.ts
@@ -777,3 +777,6 @@ export { default as StandaloneHuaweiIcon } from './StandaloneHuaweiIcon';
export { default as StandaloneYoutubeIcon } from './StandaloneYoutubeIcon';
export { default as StandaloneTiktokIcon } from './StandaloneTiktokIcon';
export { default as StandaloneTrustpilotIcon } from './StandaloneTrustpilotIcon';
+export { default as StandalonePaperPlaneTopRegularIcon } from './StandalonePaperPlaneTopRegularIcon';
+export { default as StandalonePaperPlaneTopBoldIcon } from './StandalonePaperPlaneTopBoldIcon';
+export { default as StandalonePaperPlaneTopFillIcon } from './StandalonePaperPlaneTopFillIcon';
diff --git a/src/react/allIconsNames.ts b/src/react/allIconsNames.ts
index dfe5689681..1ee505e829 100644
--- a/src/react/allIconsNames.ts
+++ b/src/react/allIconsNames.ts
@@ -9,11 +9,13 @@ export const allIconsNames = [
contents: [
{ type: 'file', name: 'AccountsDerivAccountDarkIcon.tsx' },
{ type: 'file', name: 'AccountsDerivAccountLightIcon.tsx' },
+ { type: 'file', name: 'AccountsDerivCtraderIcon.tsx' },
{ type: 'file', name: 'AccountsDerivXIcon.tsx' },
{ type: 'file', name: 'AccountsDmt5CfdsIcon.tsx' },
{ type: 'file', name: 'AccountsDmt5DerivedIcon.tsx' },
{ type: 'file', name: 'AccountsDmt5FinancialIcon.tsx' },
{ type: 'file', name: 'AccountsDmt5SwfIcon.tsx' },
+ { type: 'file', name: 'AccountsDmt5ZrsIcon.tsx' },
{ type: 'file', name: 'index.ts' },
],
},
@@ -81,6 +83,7 @@ export const allIconsNames = [
{ type: 'file', name: 'FlagAndorraIcon.tsx' },
{ type: 'file', name: 'FlagAngolaIcon.tsx' },
{ type: 'file', name: 'FlagAntiguaAndBarbudaIcon.tsx' },
+ { type: 'file', name: 'FlagArabLeagueIcon.tsx' },
{ type: 'file', name: 'FlagArgentinaIcon.tsx' },
{ type: 'file', name: 'FlagArmeniaIcon.tsx' },
{ type: 'file', name: 'FlagArubaIcon.tsx' },
@@ -188,6 +191,7 @@ export const allIconsNames = [
{ type: 'file', name: 'DerivDarkTypoEmailIcon.tsx' },
{ type: 'file', name: 'DerivDarkUnreadEmailIcon.tsx' },
{ type: 'file', name: 'DerivDarkWrongEmailIcon.tsx' },
+ { type: 'file', name: 'DerivLight0PlaceholderIcon.tsx' },
{ type: 'file', name: 'DerivLightAccountIcon.tsx' },
{ type: 'file', name: 'DerivLightApprovedPoaIcon.tsx' },
{ type: 'file', name: 'DerivLightApprovedPoiIcon.tsx' },
@@ -3392,6 +3396,21 @@ export const allIconsNames = [
{ type: 'file', name: 'LabelPairedOneXlBoldIcon.tsx' },
{ type: 'file', name: 'LabelPairedOneXlFillIcon.tsx' },
{ type: 'file', name: 'LabelPairedOneXlRegularIcon.tsx' },
+ { type: 'file', name: 'LabelPairedPaperPlaneTopCaptionBoldIcon.tsx' },
+ { type: 'file', name: 'LabelPairedPaperPlaneTopCaptionFillIcon.tsx' },
+ { type: 'file', name: 'LabelPairedPaperPlaneTopCaptionRegularIcon.tsx' },
+ { type: 'file', name: 'LabelPairedPaperPlaneTopLgBoldIcon.tsx' },
+ { type: 'file', name: 'LabelPairedPaperPlaneTopLgFillIcon.tsx' },
+ { type: 'file', name: 'LabelPairedPaperPlaneTopLgRegularIcon.tsx' },
+ { type: 'file', name: 'LabelPairedPaperPlaneTopMdBoldIcon.tsx' },
+ { type: 'file', name: 'LabelPairedPaperPlaneTopMdFillIcon.tsx' },
+ { type: 'file', name: 'LabelPairedPaperPlaneTopMdRegularIcon.tsx' },
+ { type: 'file', name: 'LabelPairedPaperPlaneTopSmBoldIcon.tsx' },
+ { type: 'file', name: 'LabelPairedPaperPlaneTopSmFillIcon.tsx' },
+ { type: 'file', name: 'LabelPairedPaperPlaneTopSmRegularIcon.tsx' },
+ { type: 'file', name: 'LabelPairedPaperPlaneTopXlBoldIcon.tsx' },
+ { type: 'file', name: 'LabelPairedPaperPlaneTopXlFillIcon.tsx' },
+ { type: 'file', name: 'LabelPairedPaperPlaneTopXlRegularIcon.tsx' },
{ type: 'file', name: 'LabelPairedPasskeyCaptionBoldIcon.tsx' },
{ type: 'file', name: 'LabelPairedPasskeyCaptionFillIcon.tsx' },
{ type: 'file', name: 'LabelPairedPasskeyCaptionRegularIcon.tsx' },
@@ -5916,6 +5935,9 @@ export const allIconsNames = [
{ type: 'file', name: 'StandaloneOneBoldIcon.tsx' },
{ type: 'file', name: 'StandaloneOneFillIcon.tsx' },
{ type: 'file', name: 'StandaloneOneRegularIcon.tsx' },
+ { type: 'file', name: 'StandalonePaperPlaneTopBoldIcon.tsx' },
+ { type: 'file', name: 'StandalonePaperPlaneTopFillIcon.tsx' },
+ { type: 'file', name: 'StandalonePaperPlaneTopRegularIcon.tsx' },
{ type: 'file', name: 'StandalonePasskeyBoldIcon.tsx' },
{ type: 'file', name: 'StandalonePasskeyFillIcon.tsx' },
{ type: 'file', name: 'StandalonePasskeyRegularIcon.tsx' },
@@ -6108,5 +6130,5 @@ export const allIconsNames = [
{ type: 'file', name: 'allIconsNames.ts' },
],
},
- { type: 'report', directories: 12, files: 6010 },
+ { type: 'report', directories: 11, files: 6032 },
];
diff --git a/svg/Accounts/AccountsDerivAccountDark.svg b/svg/Accounts/AccountsDerivAccountDark.svg
index 27715954ac..596d31fc87 100644
--- a/svg/Accounts/AccountsDerivAccountDark.svg
+++ b/svg/Accounts/AccountsDerivAccountDark.svg
@@ -1,5 +1,5 @@
-
+
-
+
-
+
diff --git a/svg/Illustration/IllustrationDerivLightEmailVerification.svg b/svg/Illustration/IllustrationDerivLightEmailVerification.svg
index 0f1a242d8d..4624d4439a 100644
--- a/svg/Illustration/IllustrationDerivLightEmailVerification.svg
+++ b/svg/Illustration/IllustrationDerivLightEmailVerification.svg
@@ -1,5 +1,5 @@
-
+
@@ -14,4 +14,9 @@
+
+
+
+
+
diff --git a/svg/Illustration/IllustrationDerivLightErrorIcon.svg b/svg/Illustration/IllustrationDerivLightErrorIcon.svg
index be5763ca70..628ab90998 100644
--- a/svg/Illustration/IllustrationDerivLightErrorIcon.svg
+++ b/svg/Illustration/IllustrationDerivLightErrorIcon.svg
@@ -2,7 +2,7 @@
-
+
diff --git a/svg/Illustration/IllustrationDerivLightGlobalAccess.svg b/svg/Illustration/IllustrationDerivLightGlobalAccess.svg
index 852c136bad..4276440cbd 100644
--- a/svg/Illustration/IllustrationDerivLightGlobalAccess.svg
+++ b/svg/Illustration/IllustrationDerivLightGlobalAccess.svg
@@ -5,68 +5,68 @@
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
@@ -77,8 +77,8 @@
-
-
+
+
@@ -117,8 +117,8 @@
-
-
+
+
@@ -149,24 +149,24 @@
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
@@ -181,76 +181,76 @@
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
diff --git a/svg/Illustration/IllustrationDerivLightIcBlurryDocument.svg b/svg/Illustration/IllustrationDerivLightIcBlurryDocument.svg
index 3d421eff17..7a725099e9 100644
--- a/svg/Illustration/IllustrationDerivLightIcBlurryDocument.svg
+++ b/svg/Illustration/IllustrationDerivLightIcBlurryDocument.svg
@@ -4,66 +4,66 @@
-
+
-
+
-
-
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
+
+
@@ -92,47 +92,47 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -142,7 +142,7 @@
-
+
diff --git a/svg/Illustration/IllustrationDerivLightIcCroppedDocument.svg b/svg/Illustration/IllustrationDerivLightIcCroppedDocument.svg
index 964b24ca18..e5fa0f8a47 100644
--- a/svg/Illustration/IllustrationDerivLightIcCroppedDocument.svg
+++ b/svg/Illustration/IllustrationDerivLightIcCroppedDocument.svg
@@ -10,7 +10,7 @@
-
+
diff --git a/svg/Illustration/IllustrationDerivLightIcDocumentNameMismatch.svg b/svg/Illustration/IllustrationDerivLightIcDocumentNameMismatch.svg
index 99aaaca1c5..79064cfb04 100644
--- a/svg/Illustration/IllustrationDerivLightIcDocumentNameMismatch.svg
+++ b/svg/Illustration/IllustrationDerivLightIcDocumentNameMismatch.svg
@@ -11,16 +11,16 @@
-
+
-
+
-
+
-
-
+
+
@@ -29,13 +29,13 @@
-
-
+
+
-
-
+
+
-
+
diff --git a/svg/Illustration/IllustrationDerivLightIcOldIssuedDocument.svg b/svg/Illustration/IllustrationDerivLightIcOldIssuedDocument.svg
index 1a5e8cd52d..f4277bbc19 100644
--- a/svg/Illustration/IllustrationDerivLightIcOldIssuedDocument.svg
+++ b/svg/Illustration/IllustrationDerivLightIcOldIssuedDocument.svg
@@ -13,13 +13,13 @@
-
+
-
+
-
-
+
+
diff --git a/svg/Illustration/IllustrationDerivLightIcPaymentMethodsWallet.svg b/svg/Illustration/IllustrationDerivLightIcPaymentMethodsWallet.svg
index 651988eeaa..09d342b97a 100644
--- a/svg/Illustration/IllustrationDerivLightIcPaymentMethodsWallet.svg
+++ b/svg/Illustration/IllustrationDerivLightIcPaymentMethodsWallet.svg
@@ -1,5 +1,5 @@
-
+
@@ -26,4 +26,9 @@
+
+
+
+
+
diff --git a/svg/Illustration/IllustrationDerivLightIntegrity.svg b/svg/Illustration/IllustrationDerivLightIntegrity.svg
index 570bb555a7..69d95af16c 100644
--- a/svg/Illustration/IllustrationDerivLightIntegrity.svg
+++ b/svg/Illustration/IllustrationDerivLightIntegrity.svg
@@ -4,27 +4,27 @@
-
+
-
+
-
-
+
+
-
-
+
+
-
+
-
+
@@ -32,16 +32,16 @@
-
-
+
+
-
+
-
-
+
+
diff --git a/svg/Illustration/IllustrationDerivLightNameDobPoi.svg b/svg/Illustration/IllustrationDerivLightNameDobPoi.svg
index 1985e465e7..b2a06e1407 100644
--- a/svg/Illustration/IllustrationDerivLightNameDobPoi.svg
+++ b/svg/Illustration/IllustrationDerivLightNameDobPoi.svg
@@ -8,7 +8,7 @@
-
+
@@ -28,8 +28,8 @@
-
-
+
+
@@ -117,13 +117,13 @@
-
+
-
+
-
+
diff --git a/svg/Illustration/IllustrationDerivLightNamePoi.svg b/svg/Illustration/IllustrationDerivLightNamePoi.svg
index e980e346c3..75393bba92 100644
--- a/svg/Illustration/IllustrationDerivLightNamePoi.svg
+++ b/svg/Illustration/IllustrationDerivLightNamePoi.svg
@@ -8,7 +8,7 @@
-
+
@@ -25,8 +25,8 @@
-
-
+
+
@@ -37,7 +37,7 @@
-
+
@@ -82,13 +82,13 @@
-
+
-
+
-
+
diff --git a/svg/Illustration/IllustrationDerivLightPairs.svg b/svg/Illustration/IllustrationDerivLightPairs.svg
index b6460de965..94b821ebf4 100644
--- a/svg/Illustration/IllustrationDerivLightPairs.svg
+++ b/svg/Illustration/IllustrationDerivLightPairs.svg
@@ -2,11 +2,11 @@
-
+
-
+
@@ -18,7 +18,7 @@
-
+
@@ -30,7 +30,7 @@
-
+
diff --git a/svg/Illustration/IllustrationDerivLightProvenTrackRecord.svg b/svg/Illustration/IllustrationDerivLightProvenTrackRecord.svg
index 62d263a662..8dbf7737d7 100644
--- a/svg/Illustration/IllustrationDerivLightProvenTrackRecord.svg
+++ b/svg/Illustration/IllustrationDerivLightProvenTrackRecord.svg
@@ -10,24 +10,24 @@
-
+
-
+
-
+
-
+
-
+
@@ -36,15 +36,15 @@
-
+
-
-
+
+
-
+
diff --git a/svg/Illustration/IllustrationDerivLightRegulated.svg b/svg/Illustration/IllustrationDerivLightRegulated.svg
index a10a748b8c..becb3989bb 100644
--- a/svg/Illustration/IllustrationDerivLightRegulated.svg
+++ b/svg/Illustration/IllustrationDerivLightRegulated.svg
@@ -2,11 +2,11 @@
-
+
-
+
@@ -19,11 +19,11 @@
-
+
-
+
diff --git a/svg/Illustration/IllustrationDerivLightTightSpreads.svg b/svg/Illustration/IllustrationDerivLightTightSpreads.svg
index a51c0239e0..1bb0e3ebdb 100644
--- a/svg/Illustration/IllustrationDerivLightTightSpreads.svg
+++ b/svg/Illustration/IllustrationDerivLightTightSpreads.svg
@@ -64,8 +64,8 @@
-
-
+
+
diff --git a/svg/Illustration/IllustrationDerivLightTwentyFourHoursTrading.svg b/svg/Illustration/IllustrationDerivLightTwentyFourHoursTrading.svg
index e9d5d3f300..2d465e6532 100644
--- a/svg/Illustration/IllustrationDerivLightTwentyFourHoursTrading.svg
+++ b/svg/Illustration/IllustrationDerivLightTwentyFourHoursTrading.svg
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/svg/Illustration/IllustrationDerivLightUnderstandTheRisk.svg b/svg/Illustration/IllustrationDerivLightUnderstandTheRisk.svg
index 6d9e2ca62b..2e99249289 100644
--- a/svg/Illustration/IllustrationDerivLightUnderstandTheRisk.svg
+++ b/svg/Illustration/IllustrationDerivLightUnderstandTheRisk.svg
@@ -4,46 +4,46 @@
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
+
-
-
+
+
-
+
-
-
+
+
diff --git a/svg/LabelPaired/LabelPairedPaperPlaneTopCaptionBold.svg b/svg/LabelPaired/LabelPairedPaperPlaneTopCaptionBold.svg
new file mode 100644
index 0000000000..267577fb47
--- /dev/null
+++ b/svg/LabelPaired/LabelPairedPaperPlaneTopCaptionBold.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/svg/LabelPaired/LabelPairedPaperPlaneTopCaptionFill.svg b/svg/LabelPaired/LabelPairedPaperPlaneTopCaptionFill.svg
new file mode 100644
index 0000000000..5df37a4265
--- /dev/null
+++ b/svg/LabelPaired/LabelPairedPaperPlaneTopCaptionFill.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/svg/LabelPaired/LabelPairedPaperPlaneTopCaptionRegular.svg b/svg/LabelPaired/LabelPairedPaperPlaneTopCaptionRegular.svg
new file mode 100644
index 0000000000..2e6345de36
--- /dev/null
+++ b/svg/LabelPaired/LabelPairedPaperPlaneTopCaptionRegular.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/svg/LabelPaired/LabelPairedPaperPlaneTopLgBold.svg b/svg/LabelPaired/LabelPairedPaperPlaneTopLgBold.svg
new file mode 100644
index 0000000000..97c152a7dd
--- /dev/null
+++ b/svg/LabelPaired/LabelPairedPaperPlaneTopLgBold.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/svg/LabelPaired/LabelPairedPaperPlaneTopLgFill.svg b/svg/LabelPaired/LabelPairedPaperPlaneTopLgFill.svg
new file mode 100644
index 0000000000..b28a3cfe9a
--- /dev/null
+++ b/svg/LabelPaired/LabelPairedPaperPlaneTopLgFill.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/svg/LabelPaired/LabelPairedPaperPlaneTopLgRegular.svg b/svg/LabelPaired/LabelPairedPaperPlaneTopLgRegular.svg
new file mode 100644
index 0000000000..4b2d661883
--- /dev/null
+++ b/svg/LabelPaired/LabelPairedPaperPlaneTopLgRegular.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/svg/LabelPaired/LabelPairedPaperPlaneTopMdBold.svg b/svg/LabelPaired/LabelPairedPaperPlaneTopMdBold.svg
new file mode 100644
index 0000000000..1fd5c5636e
--- /dev/null
+++ b/svg/LabelPaired/LabelPairedPaperPlaneTopMdBold.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/svg/LabelPaired/LabelPairedPaperPlaneTopMdFill.svg b/svg/LabelPaired/LabelPairedPaperPlaneTopMdFill.svg
new file mode 100644
index 0000000000..261520ab78
--- /dev/null
+++ b/svg/LabelPaired/LabelPairedPaperPlaneTopMdFill.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/svg/LabelPaired/LabelPairedPaperPlaneTopMdRegular.svg b/svg/LabelPaired/LabelPairedPaperPlaneTopMdRegular.svg
new file mode 100644
index 0000000000..b791990614
--- /dev/null
+++ b/svg/LabelPaired/LabelPairedPaperPlaneTopMdRegular.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/svg/LabelPaired/LabelPairedPaperPlaneTopSmBold.svg b/svg/LabelPaired/LabelPairedPaperPlaneTopSmBold.svg
new file mode 100644
index 0000000000..99bb68d823
--- /dev/null
+++ b/svg/LabelPaired/LabelPairedPaperPlaneTopSmBold.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/svg/LabelPaired/LabelPairedPaperPlaneTopSmFill.svg b/svg/LabelPaired/LabelPairedPaperPlaneTopSmFill.svg
new file mode 100644
index 0000000000..60b406dd26
--- /dev/null
+++ b/svg/LabelPaired/LabelPairedPaperPlaneTopSmFill.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/svg/LabelPaired/LabelPairedPaperPlaneTopSmRegular.svg b/svg/LabelPaired/LabelPairedPaperPlaneTopSmRegular.svg
new file mode 100644
index 0000000000..21d9471d65
--- /dev/null
+++ b/svg/LabelPaired/LabelPairedPaperPlaneTopSmRegular.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/svg/LabelPaired/LabelPairedPaperPlaneTopXlBold.svg b/svg/LabelPaired/LabelPairedPaperPlaneTopXlBold.svg
new file mode 100644
index 0000000000..2acd7762c9
--- /dev/null
+++ b/svg/LabelPaired/LabelPairedPaperPlaneTopXlBold.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/svg/LabelPaired/LabelPairedPaperPlaneTopXlFill.svg b/svg/LabelPaired/LabelPairedPaperPlaneTopXlFill.svg
new file mode 100644
index 0000000000..9a5343ba7b
--- /dev/null
+++ b/svg/LabelPaired/LabelPairedPaperPlaneTopXlFill.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/svg/LabelPaired/LabelPairedPaperPlaneTopXlRegular.svg b/svg/LabelPaired/LabelPairedPaperPlaneTopXlRegular.svg
new file mode 100644
index 0000000000..1265a0ccc8
--- /dev/null
+++ b/svg/LabelPaired/LabelPairedPaperPlaneTopXlRegular.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/svg/Standalone/StandalonePaperPlaneTopBold.svg b/svg/Standalone/StandalonePaperPlaneTopBold.svg
new file mode 100644
index 0000000000..278c99abfa
--- /dev/null
+++ b/svg/Standalone/StandalonePaperPlaneTopBold.svg
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/svg/Standalone/StandalonePaperPlaneTopFill.svg b/svg/Standalone/StandalonePaperPlaneTopFill.svg
new file mode 100644
index 0000000000..edcff1d5c1
--- /dev/null
+++ b/svg/Standalone/StandalonePaperPlaneTopFill.svg
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/svg/Standalone/StandalonePaperPlaneTopRegular.svg b/svg/Standalone/StandalonePaperPlaneTopRegular.svg
new file mode 100644
index 0000000000..d23d5c36bd
--- /dev/null
+++ b/svg/Standalone/StandalonePaperPlaneTopRegular.svg
@@ -0,0 +1,5 @@
+
+
+
+
+